|
Re: [meta-fsl-demos][PATCH 5/6] fsl-image-{test, gui}: Disable tools-testapps image feature for iMX6
I fixed it locally; sorry! :)
--
Otavio Salvador O.S. Systems
E-mail: otavio@... http://www.ossystems.com.br
Mobile: +55 53 9981-7854
I fixed it locally; sorry! :)
--
Otavio Salvador O.S. Systems
E-mail: otavio@... http://www.ossystems.com.br
Mobile: +55 53 9981-7854
|
By
Otavio Salvador
·
#101
·
|
|
Re: [meta-fsl-demos][PATCH 1/6] qt-in-use-image: Use Qt4 graphic system configuration package
OK to push
By
Daiane
·
#102
·
|
|
Re: [meta-fsl-demos][PATCH 2/6] fsl-image-*: Fix generated image name
Acked-by: Daiane Angolini <daiane.angolini@...>
Thanks a lot for fixing this ;)
Acked-by: Daiane Angolini <daiane.angolini@...>
Thanks a lot for fixing this ;)
|
By
Daiane
·
#103
·
|
|
Re: [meta-fsl-demos][PATCH 3/6] fsl-image-gui-sdk: Drop 'apps-console-core' image feature
Acked-by: Daiane Angolini <daiane.angolini@...>
Acked-by: Daiane Angolini <daiane.angolini@...>
|
By
Daiane
·
#104
·
|
|
Re: [meta-fsl-demos][PATCH 4/6] packagegroup-fsl: Add alsa-tools to tools-testapps
I agree.
OK to push.
By
Daiane
·
#105
·
|
|
Re: [meta-fsl-demos][PATCH 6/6] packagegroup-fsl: Add iMX6 GPU test applications
This patch cannot be integrated today. I'm still working to get gplay
to imx6 up and running
Include only gpu-viv-bin-mx6q, or wait until MM packages are in.
Daiane
This patch cannot be integrated today. I'm still working to get gplay
to imx6 up and running
Include only gpu-viv-bin-mx6q, or wait until MM packages are in.
Daiane
|
By
Daiane
·
#106
·
|
|
Re: [meta-fsl-demos][PATCH 6/6] packagegroup-fsl: Add iMX6 GPU test applications
Right; I will hold this patchset until gstreamer codec is done.
--
Otavio Salvador O.S. Systems
E-mail: otavio@... http://www.ossystems.com.br
Mobile: +55
Right; I will hold this patchset until gstreamer codec is done.
--
Otavio Salvador O.S. Systems
E-mail: otavio@... http://www.ossystems.com.br
Mobile: +55
|
By
Otavio Salvador
·
#107
·
|
|
Re: [meta-fsl-demos][PATCH 4/6] packagegroup-fsl: Add alsa-tools to tools-testapps
<otavio@...> wrote:
When adding alsa-tools, it would also make sense to add alsa-utils and
alsa-lib, so that we can have the standard arecord/aplay/alsamixer
standard
<otavio@...> wrote:
When adding alsa-tools, it would also make sense to add alsa-utils and
alsa-lib, so that we can have the standard arecord/aplay/alsamixer
standard
|
By
Fabio Estevam
·
#108
·
|
|
Re: [meta-fsl-demos][PATCH 4/6] packagegroup-fsl: Add alsa-tools to tools-testapps
Ok; I will include it.
--
Otavio Salvador O.S. Systems
E-mail: otavio@... http://www.ossystems.com.br
Mobile: +55 53 9981-7854
Ok; I will include it.
--
Otavio Salvador O.S. Systems
E-mail: otavio@... http://www.ossystems.com.br
Mobile: +55 53 9981-7854
|
By
Otavio Salvador
·
#109
·
|
|
P2041rdb
Hi,
I am trying to customize the do_rootfs() to achieve following to alter files under /tmp/work/machine/image-type-version/rootfs/
1) I have my modules modA, modB, modC, ... and etc., in /opt
2)
Hi,
I am trying to customize the do_rootfs() to achieve following to alter files under /tmp/work/machine/image-type-version/rootfs/
1) I have my modules modA, modB, modC, ... and etc., in /opt
2)
|
By
GOPIKRISHNAN S <gopikrishnans@...>
·
#110
·
|
|
Re: P2041rdb
The wrong; the right way is to package it in a recipe and this recipe
to work this way. You can use the useradd class to create the user and
group for the package.
This way rootfs will deploy your
The wrong; the right way is to package it in a recipe and this recipe
to work this way. You can use the useradd class to create the user and
group for the package.
This way rootfs will deploy your
|
By
Otavio Salvador
·
#111
·
|
|
powerpc-fsl-linux-g++: warning: switch '-fhuge-objects' is no longer supported
While building squid that i got from
http://cgit.openembedded.org/openembedded/tree/recipes/squid?id=b0f0b3ab87cf8
I can see lot on message like
powerpc-fsl-linux-g++: warning: switch
While building squid that i got from
http://cgit.openembedded.org/openembedded/tree/recipes/squid?id=b0f0b3ab87cf8
I can see lot on message like
powerpc-fsl-linux-g++: warning: switch
|
By
GOPIKRISHNAN S <gopikrishnans@...>
·
#112
·
|
|
Re: powerpc-fsl-linux-g++: warning: switch '-fhuge-objects' is no longer supported
This is probably caused by the update of GCC so it needs fixing.
--
Otavio Salvador O.S. Systems
E-mail: otavio@... http://www.ossystems.com.br
Mobile: +55
This is probably caused by the update of GCC so it needs fixing.
--
Otavio Salvador O.S. Systems
E-mail: otavio@... http://www.ossystems.com.br
Mobile: +55
|
By
Otavio Salvador
·
#113
·
|
|
Re: powerpc-fsl-linux-g++: warning: switch '-fhuge-objects' is no longer supported
Two ways to fix the build error.
1. Remove -Werror compile flag
2. Remove the unused variable definition from source file
Best Regards,
Zhenhua
Two ways to fix the build error.
1. Remove -Werror compile flag
2. Remove the unused variable definition from source file
Best Regards,
Zhenhua
|
By
Luo Zhenhua-B19537 <B19537@...>
·
#114
·
|
|
Re: P2041rdb
Gopi, you can take a look how meta-fsl-demos is used combined with
meta-fsl-arm, and create one meta-gopi in order to include your own
packages.
Daiane
Gopi, you can take a look how meta-fsl-demos is used combined with
meta-fsl-arm, and create one meta-gopi in order to include your own
packages.
Daiane
|
By
Daiane
·
#115
·
|
|
Perl & fsl-image-core
Hi,
Is there any way to include complete PERL with all the PERL Modules on to a fsl-image-core. Its coming on fsl-image-full, But missing on fsl-image-core.
Anybody worked on building PERL
Hi,
Is there any way to include complete PERL with all the PERL Modules on to a fsl-image-core. Its coming on fsl-image-full, But missing on fsl-image-core.
Anybody worked on building PERL
|
By
GOPIKRISHNAN S <gopikrishnans@...>
·
#116
·
|
|
Re: Perl & fsl-image-core
This is trivial todo; you can install perl-modules package in your
image however this is not an optmal solution and would be better if
you could package shorewall properly and make it depends on the
This is trivial todo; you can install perl-modules package in your
image however this is not an optmal solution and would be better if
you could package shorewall properly and make it depends on the
|
By
Otavio Salvador
·
#117
·
|
|
Re: [meta-fsl-arm][PATCH v3 0/8] iMX6 Yocto Support based on 12.09.01 BSP
I've just tested a 'bitbake core-image-x11' and it builds without any problem.
I got a couple of warnings such as:
WARNING: File '/opt/viv_samples/vdk/tutorial2' from gpu-viv-bin-mx6q was
already
I've just tested a 'bitbake core-image-x11' and it builds without any problem.
I got a couple of warnings such as:
WARNING: File '/opt/viv_samples/vdk/tutorial2' from gpu-viv-bin-mx6q was
already
|
By
Thomas Senyk <thomas.senyk@...>
·
#118
·
|
|
Re: [meta-fsl-arm][PATCH v3 0/8] iMX6 Yocto Support based on 12.09.01 BSP
<thomas.senyk@...> wrote:
I did a brief check how to quiet them but didn't find a way so I let
them on for now.
Please do! :)
Daiane has tested it I think. Daiane?
We expect to have it
<thomas.senyk@...> wrote:
I did a brief check how to quiet them but didn't find a way so I let
them on for now.
Please do! :)
Daiane has tested it I think. Daiane?
We expect to have it
|
By
Otavio Salvador
·
#119
·
|
|
Re: [meta-fsl-arm][PATCH v3 0/8] iMX6 Yocto Support based on 12.09.01 BSP
Yes @ "enough" .. at least for me to do the next bigger test: Qt5 and eglfs
plugin.
I'll do this test as soon as I get my board back! :)
Yes @ "enough" .. at least for me to do the next bigger test: Qt5 and eglfs
plugin.
I'll do this test as soon as I get my board back! :)
|
By
Thomas Senyk <thomas.senyk@...>
·
#122
·
|