[meta-freescale] [meta-fsl-arm][PATCH 4/4] amd-gpu-mx51.inc: Use anonymous python function to inject metadata

2014-07-11 Thread Otavio Salvador
The metadata amending, to include the INSANE_SKIP hacks, need to be done before we run the QA checks. This has change now that the QA checks are run in a separate task. To accomodate the code to this the recipe needed to be reworked to use an anonymous python function so it runs at parsing time.

[meta-freescale] [meta-fsl-arm][PATCH 1/4] libfslcodec: Use python functions to split and amend metadata

2014-07-11 Thread Otavio Salvador
The metadata amending, to include the INSANE_SKIP hacks, need to be done before we run the QA checks. This has change now that the QA checks are run in a separate task. To accomodate the code to this the recipe needed to be reworked to use separated methods to: - split the packages for the plugi

[meta-freescale] [meta-fsl-arm][PATCH 3/4] libfslcodec: Move package related fields near to binary ones

2014-07-11 Thread Otavio Salvador
The best practice is to have the package related fields close to the binary related ones (FILES, RDEPENDS and like) as those has direct influence in each other. This changes the recipe to follow this. Signed-off-by: Otavio Salvador --- recipes-multimedia/libfslcodec/libfslcodec.inc | 18

[meta-freescale] [meta-fsl-arm][PATCH 2/4] libfslparser: Use python function to amend metadata

2014-07-11 Thread Otavio Salvador
The metadata amending, to include the INSANE_SKIP hacks, need to be done before we run the QA checks. This has change now that the QA checks are run in a separate task. To accomodate the code to this the recipe needed to be reworked to use separated method to apply the quirks. Signed-off-by: Otav

Re: [meta-freescale] VPU_EncGetVersionInfo failed

2014-07-11 Thread Allan Matthew
Thanks Otavio- My initial thought was to look at the dts, actually. I've been digging but I haven't seen anything obvious. My thought would be that this may have something to do with power, but I don't even know how to go about debugging it. Any further support would be really appreciated. -Al

Re: [meta-freescale] VPU_EncGetVersionInfo failed

2014-07-11 Thread Otavio Salvador
On Fri, Jul 11, 2014 at 6:08 PM, Allan Matthew wrote: > I'm using a custom MCIMX6S5EVM10AC board and am having an issue with the > vpuenc gstreamer plugin. I'm able to otherwise use gstreamer plugins like > mfw_v4lsink, tvsrc, mfw_isink etc but the vpu does not seem to be working. > When invoking

Re: [meta-freescale] Updates to base (master) in 2014-07-11

2014-07-11 Thread Otavio Salvador
Hello Trevor, On Fri, Jul 11, 2014 at 6:31 PM, Otavio Salvador wrote: > commit b170b880c862d488534c0786e4cbd3b786fef303 (HEAD, m/master-next, > m/master, freescale/master, pending) > Author: Otavio Salvador > Date: Fri Jul 11 18:27:26 2014 -0300 > > Revert "setup-environment: check script

[meta-freescale] Updates to base (master) in 2014-07-11

2014-07-11 Thread Otavio Salvador
Hello, I pushed following updates: commit b170b880c862d488534c0786e4cbd3b786fef303 (HEAD, m/master-next, m/master, freescale/master, pending) Author: Otavio Salvador Date: Fri Jul 11 18:27:26 2014 -0300 Revert "setup-environment: check script has been sourced" This reverts commi

Re: [meta-freescale] [OE-core] [PATCH RFC 1/3] insane: Split do_package_qa into a separate task (from do_package)

2014-07-11 Thread Richard Purdie
On Fri, 2014-07-11 at 20:37 +0100, Burton, Ross wrote: > On 11 July 2014 14:22, Richard Purdie > wrote: > > The anonymous python fragment should be fine, it sets the data at the > > right level, the global recipe level rather than burying it in some > > task. > > FWIW this broke the X drivers as

[meta-freescale] VPU_EncGetVersionInfo failed

2014-07-11 Thread Allan Matthew
I'm using a custom MCIMX6S5EVM10AC board and am having an issue with the vpuenc gstreamer plugin. I'm able to otherwise use gstreamer plugins like mfw_v4lsink, tvsrc, mfw_isink etc but the vpu does not seem to be working. When invoking vpuenc with the h.264 codec, I get the following debug error

Re: [meta-freescale] [OE-core] [PATCH RFC 1/3] insane: Split do_package_qa into a separate task (from do_package)

2014-07-11 Thread Otavio Salvador
On Fri, Jul 11, 2014 at 4:37 PM, Burton, Ross wrote: > On 11 July 2014 14:22, Richard Purdie > wrote: >> The anonymous python fragment should be fine, it sets the data at the >> right level, the global recipe level rather than burying it in some >> task. > > FWIW this broke the X drivers as they

Re: [meta-freescale] [OE-core] [PATCH RFC 1/3] insane: Split do_package_qa into a separate task (from do_package)

2014-07-11 Thread Burton, Ross
On 11 July 2014 14:22, Richard Purdie wrote: > The anonymous python fragment should be fine, it sets the data at the > right level, the global recipe level rather than burying it in some > task. FWIW this broke the X drivers as they inject dependencies in populate_packages_prepend(). It's probab

Re: [meta-freescale] [OE-core] [PATCH RFC 1/3] insane: Split do_package_qa into a separate task (from do_package)

2014-07-11 Thread Richard Purdie
On Fri, 2014-07-11 at 13:46 -0300, Otavio Salvador wrote: > On Fri, Jul 11, 2014 at 10:22 AM, Richard Purdie > wrote: > > On Fri, 2014-07-11 at 09:14 -0300, Otavio Salvador wrote: > ... > >> > I would not recommend setting variables in function prepends like this, > >> > its ugly and error prone,

[meta-freescale] Updates to meta-fsl-arm-extra (master) in 2014-07-11

2014-07-11 Thread Otavio Salvador
Hello, I pushed following updates: commit 3664b3f70be0788771b0ef79b9c4d2ed597c269f (HEAD, github/master-next, github/master, pending) Author: Christoph Settgast Date: Fri Jul 11 14:29:16 2014 +0200 u-boot-script-boundary: Use bb vars for overrides When using bitbake variables, o

Re: [meta-freescale] QT demo with qte-in-use-image recipe

2014-07-11 Thread Otavio Salvador
Hello, On Wed, Jul 9, 2014 at 11:26 AM, Redwan Mohamed wrote: > Hi YOCTO team, > > We are using Custom i.MX6 board where we are able to test fsl-image-gui > recipe successfully. > We have bitbaked qte-in-use-image recipe for imx6qsabresd and observing > command line interface in display. Getting

Re: [meta-freescale] [meta-fsl-ppc][PATCH 07/12] remove fslmachine MACHINEOVERRIDES usage

2014-07-11 Thread Otavio Salvador
On Fri, Jul 11, 2014 at 5:09 AM, wrote: > From: Ting Liu > > fslmachine is too generic, use qoriq instead. > > Signed-off-by: Ting Liu Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobi

Re: [meta-freescale] [meta-fsl-ppc][PATCH 05/12] u-boot: rename to u-boot-qoriq

2014-07-11 Thread Otavio Salvador
On Fri, Jul 11, 2014 at 5:09 AM, wrote: > From: Ting Liu > > like u-boot-imx, u-boot-qoriq is supposed to be provided and supported > by Freescale. it uses latest u-boot codes on git.freescale.com > > Signed-off-by: Ting Liu Acked-by: Otavio Salvador -- Otavio Salvador

Re: [meta-freescale] [meta-fsl-ppc][PATCH 08/12] add u-boot as EXTRA_IMAGEDEPENDS

2014-07-11 Thread Otavio Salvador
On Fri, Jul 11, 2014 at 5:09 AM, wrote: > From: Ting Liu > > * As the doc said: > EXTRA_IMAGEDEPENDS = "A list of recipes to build that do not > provide packages for installing into the root filesystem." > MACHINE_EXTRA_RRECOMMENDS = "A list of machine-specific packages > to install as part of t

Re: [meta-freescale] [meta-fsl-ppc][PATCH 04/12] conf/machine/: move common bits to inc files

2014-07-11 Thread Otavio Salvador
Hello, On Fri, Jul 11, 2014 at 5:09 AM, wrote: > From: Ting Liu > > * add four new files to hold common bits: >include/qoriq-base.inc >include/qoriq-default-providers.inc >include/qoriq-default-settings.inc >include/qoriq-default-versions.inc > * add 'qoriq' into list of MACHINE

Re: [meta-freescale] [meta-fsl-ppc][PATCH 11/12] inherit qoriq_build_64bit_kernel for kernel/module recipes

2014-07-11 Thread Otavio Salvador
On Fri, Jul 11, 2014 at 5:09 AM, wrote: > From: Ting Liu > > Signed-off-by: Ting Liu Could you explain in the commit log /why/? -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mo

Re: [meta-freescale] [meta-fsl-ppc][PATCH 03/12] remove obsolete PREFERRED_VERSION for virtual/kernel

2014-07-11 Thread Otavio Salvador
On Fri, Jul 11, 2014 at 5:09 AM, wrote: > From: Ting Liu > > there is only one linux-qoriq-sdk recipe that is based on 3.12 now > > Signed-off-by: Ting Liu Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code

Re: [meta-freescale] [meta-fsl-ppc][PATCH 01/12] move all inc files to folder include/

2014-07-11 Thread Otavio Salvador
2014-07-11 5:09 GMT-03:00 : > From: Ting Liu > > Signed-off-by: Ting Liu Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750 --

Re: [meta-freescale] [meta-fsl-ppc][PATCH 10/12] add default setting for MKUBIFS_ARGS and UBINIZE_ARGS

2014-07-11 Thread Otavio Salvador
On Fri, Jul 11, 2014 at 5:09 AM, wrote: > From: Ting Liu > > Signed-off-by: Ting Liu I'd like to see a comment, like we did for imx28evk, where we describe model and values. In either case, change is fine. Acked-by: Otavio Salvador -- Otavio Salvador O.S. System

Re: [meta-freescale] [meta-fsl-ppc][PATCH 12/12] ipc-modules: move to recipes-kernel/

2014-07-11 Thread Otavio Salvador
On Fri, Jul 11, 2014 at 5:09 AM, wrote: > From: Ting Liu > > Signed-off-by: Ting Liu Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 9

Re: [meta-freescale] [meta-fsl-ppc][PATCH 09/12] set IMAGE_CLASSES = "image_types_uboot" as defaut

2014-07-11 Thread Otavio Salvador
On Fri, Jul 11, 2014 at 5:09 AM, wrote: > From: Ting Liu > > Signed-off-by: Ting Liu > --- > conf/machine/include/qoriq-default-settings.inc |2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/conf/machine/include/qoriq-default-settings.inc > b/conf/machine/include/qoriq-default-set

Re: [meta-freescale] [meta-fsl-ppc][PATCH 02/12] remove kernel26 machine feature usage

2014-07-11 Thread Otavio Salvador
On Fri, Jul 11, 2014 at 5:09 AM, wrote: > From: Ting Liu > > kernel26 is now obsolete so remove it from the machine configs > > Signed-off-by: Ting Liu > --- Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://cod

Re: [meta-freescale] [meta-fsl-ppc][PATCH 06/12] linux-qoriq-sdk: rename to linux-qoriq

2014-07-11 Thread Otavio Salvador
On Fri, Jul 11, 2014 at 5:09 AM, wrote: > From: Ting Liu > > like linux-imx, linux-qoriq is supposed to be provided and supported > by Freescale. it uses latest linux codes on git.freescale.com > > Signed-off-by: Ting Liu Acked-by: Otavio Salvador -- Otavio Salvador

Re: [meta-freescale] configuring kernel for imx233

2014-07-11 Thread Otavio Salvador
Hello Gnichi, On Thu, Jul 10, 2014 at 6:16 AM, Gnichi Mohamed wrote: > I am new to this world and i am enjoying it for the past week. > I have the imx233 olinuxino maxi and decider to make a very tiny system for > it so i choose yocto. The other reason is that i am familiar with gentoo and > i th

Re: [meta-freescale] [yocto] unable to get checksum SRC_URI file could not be found

2014-07-11 Thread Robert Yang
On 07/10/2014 01:16 PM, jags gediya wrote: I am building yocto for freescale imx6sl evolution kit. For checking in source code on svn , i have deleted all .git and .gitignore from the meta directories. Then i have checkout the source code, and tried to build that. While building i am getting th

Re: [meta-freescale] [PATCH][fsl-community-bsp-base] setup-environment: check script has been sourced

2014-07-11 Thread Otavio Salvador
On Fri, Jul 11, 2014 at 12:46 PM, Daiane Angolini wrote: > On Fri, Jul 11, 2014 at 12:24 PM, Otavio Salvador > wrote: >> On Fri, Jul 11, 2014 at 10:28 AM, Daiane Angolini >> wrote: >>> On Wed, Jul 9, 2014 at 12:25 PM, Trevor Woerner >>> wrote: >> ... @@ -55,6 +72,10 @@ ARGS=$(getopt --opt

Re: [meta-freescale] [OE-core] [PATCH RFC 1/3] insane: Split do_package_qa into a separate task (from do_package)

2014-07-11 Thread Otavio Salvador
On Fri, Jul 11, 2014 at 10:22 AM, Richard Purdie wrote: > On Fri, 2014-07-11 at 09:14 -0300, Otavio Salvador wrote: ... >> > I would not recommend setting variables in function prepends like this, >> > its ugly and error prone, as you've just found out. >> >> Any suggested better way of to do it?

Re: [meta-freescale] [PATCH][fsl-community-bsp-base] setup-environment: check script has been sourced

2014-07-11 Thread Daiane Angolini
On Fri, Jul 11, 2014 at 12:24 PM, Otavio Salvador wrote: > On Fri, Jul 11, 2014 at 10:28 AM, Daiane Angolini > wrote: >> On Wed, Jul 9, 2014 at 12:25 PM, Trevor Woerner >> wrote: > ... >>> @@ -55,6 +72,10 @@ ARGS=$(getopt --options $SHORTOPTS \ >>>--longoptions $LONGOPTS --name $PROGNAME -

Re: [meta-freescale] [meta-fsl-ppc][PATCH 1/4] cryptodev-linux/module: use fsl maintained source

2014-07-11 Thread ting....@freescale.com
> -Original Message- > From: Bob Cochran [mailto:yo...@mindchasers.com] > Sent: Friday, July 11, 2014 10:42 PM > To: Liu Ting-B28495; Luo Zhenhua-B19537 > Cc: meta-freescale@yoctoproject.org > Subject: Re: [meta-freescale] [meta-fsl-ppc][PATCH 1/4] > cryptodev-linux/module: > use fsl maint

Re: [meta-freescale] QT demo with qte-in-use-image recipe

2014-07-11 Thread Redwan Mohamed
Thanks Daiane. There is no /home/root/lib folder, since I login with root.I tried giving /usr/lib or /lib to LD_LIBRARY_PATH. But same behavior. Any clues from above. Thanks & Best Regards,Redwan A M | Senior Software EngineerZumi Solutions (P) Ltd.,#956, 16th Main Road, BTM 2nd Stage,Bangalore-

[meta-freescale] Updates to base (master) in 2014-07-11

2014-07-11 Thread Otavio Salvador
Hello, I pushed following updates: commit 60ba947c780452dc4556accfaa2ab1bfcec9878d (HEAD, m/master, freescale/master, pending) Author: Trevor Woerner Date: Wed Jul 9 11:26:05 2014 -0400 setup-environment: conditionally show MACHINEs Before trying to show the supported MACHINEs,

Re: [meta-freescale] [PATCH][fsl-community-bsp-base] setup-environment: check script has been sourced

2014-07-11 Thread Otavio Salvador
On Fri, Jul 11, 2014 at 10:28 AM, Daiane Angolini wrote: > On Wed, Jul 9, 2014 at 12:25 PM, Trevor Woerner > wrote: ... >> @@ -55,6 +72,10 @@ ARGS=$(getopt --options $SHORTOPTS \ >>--longoptions $LONGOPTS --name $PROGNAME -- "$@" ) >> # Print the usage menu if invalid options are specified

Re: [meta-freescale] yocto build taking too long time

2014-07-11 Thread Trevor Woerner
On 07/11/14 09:46, Daiane Angolini wrote: > In my core i5, core-image-minimal takes something like 30 minutes to > build from scratch And that's probably assuming all your sources are already downloaded to your build machine! The amount of time it takes to complete a fresh build on a machine with

Re: [meta-freescale] [PATCH][fsl-community-bsp-base] setup-environment: check script has been sourced

2014-07-11 Thread Trevor Woerner
Hi Daiane, On 07/11/14 09:28, Daiane Angolini wrote: > > I hate using dot "." in documentations or log messages (in fact I > don´t use it any more in my command lines) because I cannot *see* it > when I look to the log/doc line. > > Do you see any problem in the use of "source" instead of ". " (do

Re: [meta-freescale] [meta-fsl-ppc][PATCH 1/4] cryptodev-linux/module: use fsl maintained source

2014-07-11 Thread Bob Cochran
On 07/09/2014 10:13 PM, ting@freescale.com wrote: -Original Message- From: Bob Cochran [mailto:yo...@mindchasers.com] Sent: Thursday, July 10, 2014 4:19 AM To: Liu Ting-B28495; Luo Zhenhua-B19537; meta-freescale@yoctoproject.org Subject: Re: [meta-freescale] [meta-fsl-ppc][PATCH 1/4]

Re: [meta-freescale] QT demo with qte-in-use-image recipe

2014-07-11 Thread Daiane Angolini
Daiane On Wed, Jul 9, 2014 at 11:26 AM, Redwan Mohamed wrote: > Hi YOCTO team, > > We are using Custom i.MX6 board where we are able to test fsl-image-gui > recipe successfully. > We have bitbaked qte-in-use-image recipe for imx6qsabresd and observing > command line interface in display. Getting

Re: [meta-freescale] linux-3.14 test on olinuxino

2014-07-11 Thread Daiane Angolini
On Fri, Jul 11, 2014 at 6:04 AM, Gnichi Mohamed wrote: > Hello guys > > I have built the latest Yocto with success for my olinuxino maxi. The image > has kernel 3.14 on it and i have some questions about it. > Have anyone tested kernel-3.14 (linux-fslc) on olinuxino boards as the > network is not

Re: [meta-freescale] unable to get checksum SRC_URI file could not be found

2014-07-11 Thread Daiane Angolini
On Thu, Jul 10, 2014 at 2:16 AM, jags gediya wrote: > I am building yocto for freescale imx6sl evolution kit. For checking > in source code on svn , i have deleted all .git and .gitignore from > the meta directories. Then i have checkout the source code, and tried > to build that. While building i

Re: [meta-freescale] yocto build taking too long time

2014-07-11 Thread Daiane Angolini
On Thu, Jul 10, 2014 at 6:10 AM, jags gediya wrote: > When i run command bitbake core-image-minimalm my build stops at > NOTE: Preparing runqueue > and after taking too long time it continues again. > Is build checks anything at that point? I have no idea what you´re talking about. I can only s

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH] u-boot-script-boundary: Use bb vars for overrides

2014-07-11 Thread Eric Nelson
Thanks Christoph, On 07/11/2014 05:29 AM, Christoph Settgast wrote: > When using bitbake variables, overrides in bbappends are possible. > The embedded shell variables did not allow this. > > Signed-off-by: Christoph Settgast > --- > recipes-bsp/u-boot/u-boot-script-boundary_git.bb | 32 > ++

Re: [meta-freescale] [PATCH][fsl-community-bsp-base] setup-environment: conditionally show MACHINEs

2014-07-11 Thread Daiane Angolini
On Wed, Jul 9, 2014 at 12:26 PM, Trevor Woerner wrote: > Before trying to show the supported MACHINEs, make sure they can be found, > otherwise the error message to "ls" will be displayed (which users might find > confusing). Good catch! ACK Daiane > > Tested on: bash, dash, zsh. > > Signed-of

Re: [meta-freescale] [PATCH][fsl-community-bsp-base] setup-environment: check script has been sourced

2014-07-11 Thread Daiane Angolini
On Wed, Jul 9, 2014 at 12:25 PM, Trevor Woerner wrote: > Check that this script has been invoked correctly (i.e. that it has been > "source"d and not merely run directly). If it has been run directly, don't > exit immediately in case the user specified the "help" option, allow the help > to be dis

Re: [meta-freescale] [OE-core] [PATCH RFC 1/3] insane: Split do_package_qa into a separate task (from do_package)

2014-07-11 Thread Richard Purdie
On Fri, 2014-07-11 at 09:14 -0300, Otavio Salvador wrote: > >> When I see a RFC serie I expect people to wait some days /for > >> comments/. I learned today those are already merged and /no comment > >> time/ has been given. > > > > The whole RFC was not merged. The previous RFC was and when that >

Re: [meta-freescale] [fsl-community-bsp-base][PATCH] setup-environment: return if no conf/local.conf generated

2014-07-11 Thread Daiane Angolini
On Wed, Jul 9, 2014 at 12:38 AM, wrote: > From: Ting Liu > > there will be no conf/local.conf generated if python version check > in poky/scripts/oe-buildenv-internal failed. In this case, no need > to go further. This patch is OK to me. I don´t see any problem. ACK Daiane > > Signed-off-by:

[meta-freescale] [meta-fsl-arm-extra][PATCH] u-boot-script-boundary: Use bb vars for overrides

2014-07-11 Thread Christoph Settgast
When using bitbake variables, overrides in bbappends are possible. The embedded shell variables did not allow this. Signed-off-by: Christoph Settgast --- recipes-bsp/u-boot/u-boot-script-boundary_git.bb | 32 -- 1 file changed, 11 insertions(+), 21 deletions(-) diff --git

Re: [meta-freescale] [OE-core] [PATCH RFC 1/3] insane: Split do_package_qa into a separate task (from do_package)

2014-07-11 Thread Otavio Salvador
Hello Richard, On Fri, Jul 11, 2014 at 5:27 AM, Richard Purdie wrote: > On Thu, 2014-07-10 at 23:43 -0300, Otavio Salvador wrote: >> On Wed, Jul 9, 2014 at 5:15 PM, Richard Purdie >> wrote: >> > Its possible to run the package QA checks as a separate task rather than >> > as part of the do_packa

Re: [meta-freescale] QT demo with qte-in-use-image recipe

2014-07-11 Thread Redwan Mohamed
Can anyone please help on this. From: red...@zumisolutions.com To: meta-freescale@yoctoproject.org Date: Wed, 9 Jul 2014 19:56:55 +0530 Subject: [meta-freescale] QT demo with qte-in-use-image recipe Hi YOCTO team, We are using Custom i.MX6 board where we are able to test fsl-image-gui recipe

Re: [meta-freescale] meta-fsl-arm build failure

2014-07-11 Thread Otavio Salvador
On Fri, Jul 11, 2014 at 5:06 AM, Richard Purdie wrote: > amd-gpu-x11-bin/amd-gpu-mx51.inc contains: > > # FIXME: All binaries lack GNU_HASH in elf binary but as we don't have > # the source we cannot fix it. Disable the insane check for now. > python populate_packages_prepend() { > for p in d.

[meta-freescale] linux-3.14 test on olinuxino

2014-07-11 Thread Gnichi Mohamed
Hello guys I have built the latest Yocto with success for my olinuxino maxi. The image has kernel 3.14 on it and i have some questions about it. Have anyone tested kernel-3.14 (linux-fslc) on olinuxino boards as the network is not working. This is my first hands on with imx233 and i know that it h

Re: [meta-freescale] [OE-core] [PATCH RFC 1/3] insane: Split do_package_qa into a separate task (from do_package)

2014-07-11 Thread Richard Purdie
On Thu, 2014-07-10 at 23:43 -0300, Otavio Salvador wrote: > On Wed, Jul 9, 2014 at 5:15 PM, Richard Purdie > wrote: > > Its possible to run the package QA checks as a separate task rather than > > as part of the do_package task. This offers more parallelism but the > > fact that made me propose th

[meta-freescale] [meta-fsl-ppc][PATCH 07/12] remove fslmachine MACHINEOVERRIDES usage

2014-07-11 Thread ting.liu
From: Ting Liu fslmachine is too generic, use qoriq instead. Signed-off-by: Ting Liu --- conf/machine/include/e500mc.inc|2 +- conf/machine/include/e500v2.inc|2 +- conf/machine/include/e5500-64b.inc |2 +- conf/machine/includ

[meta-freescale] [meta-fsl-ppc][PATCH 08/12] add u-boot as EXTRA_IMAGEDEPENDS

2014-07-11 Thread ting.liu
From: Ting Liu * As the doc said: EXTRA_IMAGEDEPENDS = "A list of recipes to build that do not provide packages for installing into the root filesystem." MACHINE_EXTRA_RRECOMMENDS = "A list of machine-specific packages to install as part of the image being built" * use += for MACHINE_EXTRA_RRECO

[meta-freescale] [meta-fsl-ppc][PATCH 05/12] u-boot: rename to u-boot-qoriq

2014-07-11 Thread ting.liu
From: Ting Liu like u-boot-imx, u-boot-qoriq is supposed to be provided and supported by Freescale. it uses latest u-boot codes on git.freescale.com Signed-off-by: Ting Liu --- conf/machine/include/qoriq-default-providers.inc |1 + .../u-boot/{u-boot_git.bb => u-boot-qoriq_git.bb} |

[meta-freescale] [meta-fsl-ppc][PATCH 04/12] conf/machine/: move common bits to inc files

2014-07-11 Thread ting.liu
From: Ting Liu * add four new files to hold common bits: include/qoriq-base.inc include/qoriq-default-providers.inc include/qoriq-default-settings.inc include/qoriq-default-versions.inc * add 'qoriq' into list of MACHINEOVERRIDES Signed-off-by: Ting Liu --- conf/machine/b4420qds-64

[meta-freescale] [meta-fsl-ppc][PATCH 11/12] inherit qoriq_build_64bit_kernel for kernel/module recipes

2014-07-11 Thread ting.liu
From: Ting Liu Signed-off-by: Ting Liu --- recipes-bsp/ipc/ipc-modules.inc | 20 +--- recipes-kernel/asf/asf_git.bb | 21 + recipes-kernel/ceetm/ceetm_git.bb | 21 + recipes-kernel/linux/linu

[meta-freescale] [meta-fsl-ppc][PATCH 03/12] remove obsolete PREFERRED_VERSION for virtual/kernel

2014-07-11 Thread ting.liu
From: Ting Liu there is only one linux-qoriq-sdk recipe that is based on 3.12 now Signed-off-by: Ting Liu --- conf/machine/include/e500mc.inc|1 - conf/machine/include/e500v2.inc|1 - conf/machine/include/e5500-64b.inc |1 - conf/machine/include/e5500.inc |1 - conf

[meta-freescale] [meta-fsl-ppc][PATCH 01/12] move all inc files to folder include/

2014-07-11 Thread ting.liu
From: Ting Liu Signed-off-by: Ting Liu --- conf/machine/b4420qds-64b.conf |2 +- conf/machine/b4420qds.conf |2 +- conf/machine/b4860qds-64b.conf |2 +- conf/machine/b4860qds.conf |2 +- conf/machine/bsc9131rdb.conf |

[meta-freescale] [meta-fsl-ppc][PATCH 10/12] add default setting for MKUBIFS_ARGS and UBINIZE_ARGS

2014-07-11 Thread ting.liu
From: Ting Liu Signed-off-by: Ting Liu --- conf/machine/include/qoriq-default-settings.inc |3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/machine/include/qoriq-default-settings.inc b/conf/machine/include/qoriq-default-settings.inc index f808ac2..ef07b7d 100644 --- a/conf/machin

[meta-freescale] [meta-fsl-ppc][PATCH 12/12] ipc-modules: move to recipes-kernel/

2014-07-11 Thread ting.liu
From: Ting Liu Signed-off-by: Ting Liu --- .../ipc/ipc-modules-multi_git.bb |0 .../ipc/ipc-modules-single_git.bb |0 .../ipc/ipc-modules.inc|2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename {recipes-bsp => r

[meta-freescale] [meta-fsl-ppc][PATCH 09/12] set IMAGE_CLASSES = "image_types_uboot" as defaut

2014-07-11 Thread ting.liu
From: Ting Liu Signed-off-by: Ting Liu --- conf/machine/include/qoriq-default-settings.inc |2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/include/qoriq-default-settings.inc b/conf/machine/include/qoriq-default-settings.inc index 6dcbc9a..f808ac2 100644 --- a/conf/machine

[meta-freescale] [meta-fsl-ppc][PATCH 02/12] remove kernel26 machine feature usage

2014-07-11 Thread ting.liu
From: Ting Liu kernel26 is now obsolete so remove it from the machine configs Signed-off-by: Ting Liu --- conf/machine/include/e500mc.inc|2 +- conf/machine/include/e500v2.inc|2 +- conf/machine/include/e5500-64b.inc |2 +- conf/machine/include/e5500.inc |2 +- conf

[meta-freescale] [meta-fsl-ppc][PATCH 06/12] linux-qoriq-sdk: rename to linux-qoriq

2014-07-11 Thread ting.liu
From: Ting Liu like linux-imx, linux-qoriq is supposed to be provided and supported by Freescale. it uses latest linux codes on git.freescale.com Signed-off-by: Ting Liu --- conf/machine/include/qoriq-default-providers.inc |2 +- .../linux/{linux-qoriq-sdk.inc => linux-qoriq.inc} |0

[meta-freescale] meta-fsl-arm build failure

2014-07-11 Thread Richard Purdie
amd-gpu-x11-bin/amd-gpu-mx51.inc contains: # FIXME: All binaries lack GNU_HASH in elf binary but as we don't have # the source we cannot fix it. Disable the insane check for now. python populate_packages_prepend() { for p in d.getVar('PACKAGES', True).split(): d.setVar("INSANE_SKIP_%s"