Re: [OE-core] WARNING: The license listed CLOSED was not in the licenses collected for foo

2015-05-12 Thread Mike Looijmans
On 11-05-15 11:09, Paul Eggleton wrote: If you want to do this you need to add a generic license file for the license in question, which means extending LICENSE_PATH in your custom layer to a directory containing a file named with the license. I did that, but it didn't get rid of the warning

Re: [OE-core] Changing external kernel module results in rebuild of whole kernel

2015-05-12 Thread Mike Looijmans
On 06-05-15 14:35, Richard Purdie wrote: On Wed, 2015-05-06 at 08:35 +0200, Mike Looijmans wrote: Something in recent OE-core triggered a weird dependency backfire. If I change a recipe for a kernel module (a bb recipe that does inherit module) this will trigger a rebuild of the whole

[OE-core] [PATCH V3 1/2] populate_sdk_ext: install the latest buildtools-tarball

2015-05-12 Thread Chen Qi
If we do `bitbake buildtools-tarball' and then after one day do `bitbake core-image-minimal -c populate_sdk_ext', we would meet errors like below. | install: cannot stat '/buildarea2/chenqi/poky/build-systemd/tmp/deploy/sdk/

[OE-core] [PATCH V3 0/2] populate_sdk_ext: two fixes

2015-05-12 Thread Chen Qi
The following changes since commit 7ffe10df73cc20d10fcd41b121074445273bd60e: license_class: license_create_manifest improvment (2015-05-09 22:26:02 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/populate_sdk_ext_2_fixes

[OE-core] [PATCH V3 2/2] populate_sdk_ext: consider custom configuration in local.conf

2015-05-12 Thread Chen Qi
Copy the contents of local.conf under TOPDIR into the final generated local.conf. In this way, custom settings are also made into the final local.conf like IMAGE_INSTALL, DISTRO_FEATURES, VIRTUAL-RUNTIME_xxx, etc. Before this change, installing extensible SDK would usually report failure when

[OE-core] [PATCH] elfutils: Disable the unnecessary check in iconv.m4

2015-05-12 Thread rongqing.li
From: Roy Li rongqing...@windriver.com Disable the test Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is provided since we don't support HP-UX and if the euc-jp is not installed on the host, the dependence will be built without iconv support and will cause guild-native building

Re: [OE-core] [PATCH 1/1] meta/lib/oe/utils.py: properly implement both_contain()

2015-05-12 Thread Paul Eggleton
Hi Andre, On Monday 11 May 2015 17:34:45 Andre McCurdy wrote: On Wed, Feb 25, 2015 at 7:15 AM, Cristian Iorga cristian.io...@intel.com wrote: oe.utils.both_contain() just does a find() on the value rather than splitting the value and then looking in the list of split items. The result

Re: [OE-core] [PATCH] gcc5: Add PR65779 patch to fix powerpc compile issues

2015-05-12 Thread Richard Purdie
On Mon, 2015-05-11 at 17:24 -0700, Khem Raj wrote: On Mon, May 11, 2015 at 4:20 PM, akuster808 akuster...@gmail.com wrote: On 05/11/2015 09:54 AM, Richard Purdie wrote: This fixes compile issues on powerpc with gcc 5 which show up with errors like: | make[2]: Entering directory

Re: [OE-core] [PATCH] gcc: Fix packaging for gcc v5

2015-05-12 Thread Khem Raj
On May 12, 2015, at 5:03 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Fixes: ERROR: QA Issue: gcc: Files/directories were installed but not shipped in any package: /usr/bin/i586-poky-linux-gcov-tool with gcc v5.x Signed-off-by: Richard Purdie

Re: [OE-core] [PATCH] rpm: fix build issue with gcc5

2015-05-12 Thread akuster808
On 05/12/2015 12:06 AM, Richard Purdie wrote: On Sun, 2015-05-10 at 23:03 +0100, Richard Purdie wrote: On Sun, 2015-05-10 at 09:15 -0700, Khem Raj wrote: On Sun, May 10, 2015 at 7:28 AM, Armin Kuster akuster...@gmail.com wrote: | tset.o:(.debug_loc+0xe8): undefined reference to `.LCL0' |

Re: [OE-core] [PATCH] gcc5: Add PR65779 patch to fix powerpc compile issues

2015-05-12 Thread Khem Raj
On May 12, 2015, at 12:28 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Mon, 2015-05-11 at 17:24 -0700, Khem Raj wrote: On Mon, May 11, 2015 at 4:20 PM, akuster808 akuster...@gmail.com wrote: On 05/11/2015 09:54 AM, Richard Purdie wrote: This fixes compile issues

Re: [OE-core] [PATCH] rpm: fix build issue with gcc5

2015-05-12 Thread Khem Raj
On May 12, 2015, at 7:57 AM, Otavio Salvador ota...@ossystems.com.br wrote: On Tue, May 12, 2015 at 4:06 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Sun, 2015-05-10 at 23:03 +0100, Richard Purdie wrote: ... Otavio: Could you see what our options are with meta-fsl-ppc

Re: [OE-core] [PATCH 0/6] devtool: improve handling of local source files

2015-05-12 Thread Paul Eggleton
Hi Markus, On Thursday 30 April 2015 12:16:06 Markus Lehtonen wrote: This patchset tries to improve handling of local source files (i.e. file:// in SRC_URI). First, it improves packages for which S=WORKDIR (that possibly only have local sources. Second, it makes local sources available in the

Re: [OE-core] [PATCH 1/1] meta/lib/oe/utils.py: properly implement both_contain()

2015-05-12 Thread Andre McCurdy
On Tue, May 12, 2015 at 1:40 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: Hi Andre, On Monday 11 May 2015 17:34:45 Andre McCurdy wrote: On Wed, Feb 25, 2015 at 7:15 AM, Cristian Iorga cristian.io...@intel.com wrote: oe.utils.both_contain() just does a find() on the value rather

Re: [OE-core] [PATCH V3 1/2] populate_sdk_ext: install the latest buildtools-tarball

2015-05-12 Thread Khem Raj
On May 11, 2015, at 11:19 PM, Chen Qi qi.c...@windriver.com wrote: - install ${SDK_DEPLOY}/${DISTRO}-${TCLIBC}-${SDK_ARCH}-buildtools-tarball-${TUNE_PKGARCH}-buildtools-nativesdk-standalone-${DISTRO_VERSION}.sh ${SDK_OUTPUT}/${SDKPATH} + # find latest buildtools-tarball and

Re: [OE-core] [PATCH 4/8] kernel: Pull uImage generation into separate class

2015-05-12 Thread Paul Eggleton
On Tuesday 12 May 2015 11:38:14 Bruce Ashfield wrote: On 2015-05-12 10:15 AM, Paul Eggleton wrote: On Monday 04 May 2015 23:41:47 Marek Vasut wrote: On Tuesday, April 28, 2015 at 11:16:17 PM, Marek Vasut wrote: On Tuesday, April 28, 2015 at 08:44:54 PM, Bruce Ashfield wrote: On 2015-04-28

Re: [OE-core] [PATCH] gcc5: Add back g++ sysroot patch

2015-05-12 Thread Khem Raj
On May 12, 2015, at 5:02 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Without this, g++/c++ compilation doesn't work on target due to missing header files. Automated sanity tests fail. Add back the gcc4 patch to address this. ah thanks for this. I was about to start

[OE-core] [master/fido][PATCH] lttng-modules: Update to stable version 2.6.1

2015-05-12 Thread Saul Wold
This fixes a build issue with the 3.19.5 kernel where the regmap prototypes have changed. The patch is rebased do to changes in the new version of the Makefile. [YOCTO #7737] Signed-off-by: Saul Wold s...@linux.intel.com --- ...modules-replace-KERNELDIR-with-KERNEL_SRC.patch | 31

Re: [OE-core] [PATCH 4/8] kernel: Pull uImage generation into separate class

2015-05-12 Thread Marek Vasut
On Tuesday, May 12, 2015 at 06:18:15 PM, Paul Eggleton wrote: On Tuesday 12 May 2015 11:38:14 Bruce Ashfield wrote: On 2015-05-12 10:15 AM, Paul Eggleton wrote: On Monday 04 May 2015 23:41:47 Marek Vasut wrote: On Tuesday, April 28, 2015 at 11:16:17 PM, Marek Vasut wrote: On Tuesday,

[OE-core] OE Changelog since 2015-05-03 until 2015-05-10

2015-05-12 Thread cliff . brake
Changelog since 2015-05-03 until 2015-05-10. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom:

Re: [OE-core] [PATCH 4/8] kernel: Pull uImage generation into separate class

2015-05-12 Thread Paul Eggleton
On Tuesday 12 May 2015 21:27:30 Marek Vasut wrote: On Tuesday, May 12, 2015 at 06:18:15 PM, Paul Eggleton wrote: On Tuesday 12 May 2015 11:38:14 Bruce Ashfield wrote: On 2015-05-12 10:15 AM, Paul Eggleton wrote: On Monday 04 May 2015 23:41:47 Marek Vasut wrote: On Tuesday, April 28,

[OE-core] [PATCH][V3] mmc-utils: fix the building failure when DEBUG_BUILD is 1

2015-05-12 Thread rongqing.li
From: Roy Li rongqing...@windriver.com AM_CFLAGS in Makefile includes -D_FORTIFY_SOURCE=2 which will lead to building failure when DEBUG_BUILD is 1. So Redefine AM_CFLAGS, input it from the environment to overrides variable in makefile Signed-off-by: Roy Li rongqing...@windriver.com ---

Re: [OE-core] [PATCH 2/3] xserver-xorg: disable xwayland

2015-05-12 Thread Robert Yang
On 05/12/2015 10:21 PM, Burton, Ross wrote: On 12 May 2015 at 03:42, Robert Yang liezhi.y...@windriver.com mailto:liezhi.y...@windriver.com wrote: Thanks, updated it in the repo: Please check with a clean sysroot: | checking for XWAYLANDMODULES... no | checking whether to build

[OE-core] [PATCH] unzip: Security Advisory -CVE-2014-9636 and CVE-2015-1315

2015-05-12 Thread rongqing.li
From: Roy Li rongqing...@windriver.com http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-9636 unzip 6.0 allows remote attackers to cause a denial of service (out-of-bounds read or write and crash) via an extra field with an uncompressed size smaller than the compressed field size in a zip

Re: [OE-core] [PATCH V3 1/2] populate_sdk_ext: install the latest buildtools-tarball

2015-05-12 Thread ChenQi
On 05/13/2015 12:19 AM, Khem Raj wrote: On May 11, 2015, at 11:19 PM, Chen Qi qi.c...@windriver.com wrote: - install ${SDK_DEPLOY}/${DISTRO}-${TCLIBC}-${SDK_ARCH}-buildtools-tarball-${TUNE_PKGARCH}-buildtools-nativesdk-standalone-${DISTRO_VERSION}.sh ${SDK_OUTPUT}/${SDKPATH} + #

Re: [OE-core] [PATCH V3 1/2] populate_sdk_ext: install the latest buildtools-tarball

2015-05-12 Thread Khem Raj
On May 12, 2015, at 6:45 PM, ChenQi qi.c...@windriver.com wrote: On 05/13/2015 12:19 AM, Khem Raj wrote: On May 11, 2015, at 11:19 PM, Chen Qi qi.c...@windriver.com wrote: - install

Re: [OE-core] [PATCH V3 1/2] populate_sdk_ext: install the latest buildtools-tarball

2015-05-12 Thread ChenQi
On 05/13/2015 09:56 AM, Khem Raj wrote: On May 12, 2015, at 6:45 PM, ChenQi qi.c...@windriver.com wrote: On 05/13/2015 12:19 AM, Khem Raj wrote: On May 11, 2015, at 11:19 PM, Chen Qi qi.c...@windriver.com wrote: - install

[OE-core] [PATCH][Resend] apt: upgrade to 1.0.9.9

2015-05-12 Thread rongqing.li
From: Roy Li rongqing...@windriver.com Upgrade to fix the several CVEs: CVE-2014-0488, CVE-2014-0490 Remove apt-0.9.9.4-CVE-2014-0478.patch, which was backport. Romve no-ko-translation.patch, apt-1.0.9.9 has ko translation Update use-host.patch no-curl.patch db_linking_hack.patch and

[OE-core] [PATCH 0/2] meta: 2 fixes

2015-05-12 Thread Robert Yang
The following changes since commit 7ffe10df73cc20d10fcd41b121074445273bd60e: license_class: license_create_manifest improvment (2015-05-09 22:26:02 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/2fixes

[OE-core] [PATCH 1/2] stat: fix SRC_URI

2015-05-12 Thread Robert Yang
The old SRC_URI is redirected to the new one, fixed: WARNING: Failed to fetch URL ftp://metalab.unc.edu/pub/Linux/utils/file/stat-3.3.tar.gz, attempting MIRRORS if available Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/recipes-extended/stat/stat_3.3.bb |2 +- 1 file

[OE-core] [PATCH 2/2] openssl/orc: virtclass-native - class-native

2015-05-12 Thread Robert Yang
The virtclass-native is out of date. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/recipes-connectivity/openssl/openssl.inc |2 +- meta/recipes-devtools/orc/orc_0.4.23.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [OE-core] [PATCH 4/8] kernel: Pull uImage generation into separate class

2015-05-12 Thread Marek Vasut
On Tuesday, May 12, 2015 at 10:57:11 PM, Paul Eggleton wrote: [...] To me this is about how we wish to structure these classes. That's not my call, but to enumerate the options - unless I'm missing something we have to choose between: 1) Hardcode uimage/fitimage. Hard to

Re: [OE-core] [PATCH 1/1] python3: Upgrade from 3.4.2 to 3.4.3

2015-05-12 Thread Martin Jansa
On Tue, May 12, 2015 at 03:09:50PM +, Alejandro Hernandez wrote: Modifies: python3-native_3.4.2.bb - python3-native_3.4.3.bb: Updates checksums, LICENSE did not change, dates were updated. python3_3.4.2.bb - python3_3.4.3.bb: Updates checksums, LICENSE did not change, dates were

[OE-core] [PATCH 1/1] python3: Upgrade from 3.4.2 to 3.4.3

2015-05-12 Thread Alejandro Hernandez
Modifies: python3-native_3.4.2.bb - python3-native_3.4.3.bb: Updates checksums, LICENSE did not change, dates were updated. python3_3.4.2.bb - python3_3.4.3.bb: Updates checksums, LICENSE did not change, dates were updated. generate-manifest-3.4.py: fixes asyncio and net-tools.

Re: [OE-core] [PATCH 4/8] kernel: Pull uImage generation into separate class

2015-05-12 Thread Paul Eggleton
On Wednesday 13 May 2015 00:18:07 Marek Vasut wrote: On Tuesday, May 12, 2015 at 10:57:11 PM, Paul Eggleton wrote: [...] To me this is about how we wish to structure these classes. That's not my call, but to enumerate the options - unless I'm missing something we have to

Re: [OE-core] [PATCH 1/1] python3: Upgrade from 3.4.2 to 3.4.3

2015-05-12 Thread Alejandro Hernandez
On 12/05/15 17:30, Martin Jansa wrote: On Tue, May 12, 2015 at 03:09:50PM +, Alejandro Hernandez wrote: Modifies: python3-native_3.4.2.bb - python3-native_3.4.3.bb: Updates checksums, LICENSE did not change, dates were updated. python3_3.4.2.bb - python3_3.4.3.bb: Updates checksums,

[OE-core] [PATCH] gcc5: Add back g++ sysroot patch

2015-05-12 Thread Richard Purdie
Without this, g++/c++ compilation doesn't work on target due to missing header files. Automated sanity tests fail. Add back the gcc4 patch to address this. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta/recipes-devtools/gcc/gcc-5.1.inc

[OE-core] [PATCH] gcc: Fix packaging for gcc v5

2015-05-12 Thread Richard Purdie
Fixes: ERROR: QA Issue: gcc: Files/directories were installed but not shipped in any package: /usr/bin/i586-poky-linux-gcov-tool with gcc v5.x Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta/recipes-devtools/gcc/gcc-target.inc

Re: [OE-core] [PATCH] systemd.bbclass: drop has_exactly_one_service setting

2015-05-12 Thread Burton, Ross
On 11 May 2015 at 20:51, Dmitry Eremin-Solenikov dmitry_ere...@mentor.com wrote: The has_exactly_one_service variable was used in now deleted code. Drop this part to make code cleaner. Really thought I fixed this a few months ago... obviously not! Ross --

Re: [OE-core] [RESEND][PATCH 1/3] meta: add new qemuarma9 machine definition

2015-05-12 Thread Burton, Ross
On 11 May 2015 at 20:52, Dmitry Eremin-Solenikov dmitry_ere...@mentor.com wrote: Currently qemuarm is limited to 256 Mb of RAM. Sometimes this is too little to run necessary applications. Add a new arm configuration based on Versatile Express board, Cortex-A9 CPU, allowing up to 1Gb of RAM.

Re: [OE-core] [PATCH V4 3/3] systemd: split modules into packages

2015-05-12 Thread Anders Darander
* Bruno Bottazzini bruno.bottazz...@intel.com [150511 20:03]: diff --git a/meta/recipes-core/systemd/systemd_219.bb b/meta/recipes-core/systemd/systemd_219.bb index 6ed4fe0..e83601f 100644 --- a/meta/recipes-core/systemd/systemd_219.bb +++ b/meta/recipes-core/systemd/systemd_219.bb @@

Re: [OE-core] [PATCH 4/8] kernel: Pull uImage generation into separate class

2015-05-12 Thread Paul Eggleton
On Monday 04 May 2015 23:41:47 Marek Vasut wrote: On Tuesday, April 28, 2015 at 11:16:17 PM, Marek Vasut wrote: On Tuesday, April 28, 2015 at 08:44:54 PM, Bruce Ashfield wrote: On 2015-04-28 12:38 PM, Marek Vasut wrote: Pull the uImage image format generation from kernel.bbclass into

Re: [OE-core] [PATCH 2/3] xserver-xorg: disable xwayland

2015-05-12 Thread Burton, Ross
On 12 May 2015 at 03:42, Robert Yang liezhi.y...@windriver.com wrote: Thanks, updated it in the repo: Please check with a clean sysroot: | checking for XWAYLANDMODULES... no | checking whether to build Xwayland DDX... yes | configure: error: Xwayland build explicitly requested, but required

Re: [OE-core] [PATCH] native.bbclass: avoid unintended substring replacement when setting PROVIDES

2015-05-12 Thread Otavio Salvador
On Tue, May 12, 2015 at 11:03 AM, Mario Domenech Goulart ma...@ossystems.com.br wrote: The way native_virtclass_handler was implemented leaded to unintended substring replacements when setting PROVIDES for native providers, in case the original PROVIDES value contains providees with common

Re: [OE-core] [PATCH] README: add Contributing section

2015-05-12 Thread Anders Darander
* Mario Domenech Goulart ma...@ossystems.com.br [150512 16:58]: +Contributing + + +To contribute to this layer you should submit the patches for +review to the mailing list (openembedded-core@lists.openembedded.org). + +Please refer to:

Re: [OE-core] [PATCH 2/2] lttng-tools: separate B and S

2015-05-12 Thread Burton, Ross
On 12 May 2015 at 03:13, Robert Yang liezhi.y...@windriver.com wrote: It works well with autotools now. I'm not sure about that: packages/corei7-64-poky-linux/lttng-tools/lttng-tools-ptest: FILELIST: removed /usr/lib/lttng-tools/ptest/tests/utils/testapp/gen-ust-nevents/gen-ust-nevents

[OE-core] [PATCH] native.bbclass: avoid unintended substring replacement when setting PROVIDES

2015-05-12 Thread Mario Domenech Goulart
The way native_virtclass_handler was implemented leaded to unintended substring replacements when setting PROVIDES for native providers, in case the original PROVIDES value contains providees with common substrings. Here's a practical case where the old behavior was problematic: the

Re: [OE-core] [PATCH 11/11] devtool: deploy plugin: wrap long lines in code

2015-05-12 Thread Paul Eggleton
On Monday 11 May 2015 16:17:11 Markus Lehtonen wrote: Signed-off-by: Markus Lehtonen markus.lehto...@linux.intel.com --- scripts/lib/devtool/deploy.py | 99 +++ 1 file changed, 72 insertions(+), 27 deletions(-) diff --git

Re: [OE-core] [PATCH 2nd resend] powertop: Fix build for !uclibc - kindly respond

2015-05-12 Thread Burton, Ross
On 12 May 2015 at 11:48, Jens Rottmann jens.rottm...@adlinktech.com wrote: Is there anything else I should do, any additional information I need to provide, anything I did wrong? Kindly respond. If a patch is for a release branch, it's best to add eg [daisy] to the subject line so that it

Re: [OE-core] [PATCH] rpm: fix build issue with gcc5

2015-05-12 Thread Otavio Salvador
On Tue, May 12, 2015 at 4:06 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Sun, 2015-05-10 at 23:03 +0100, Richard Purdie wrote: ... Otavio: Could you see what our options are with meta-fsl-ppc and metafsl-arm? Yes. I foresee some challenges especially the old kernels.

Re: [OE-core] [PATCH 2nd resend] powertop: Fix build for !uclibc - kindly respond

2015-05-12 Thread Saul Wold
I am working on getting a 1.6.3 release finalized, this will be pulled into that release and it should be going to QA this week. Sau! On 05/12/2015 03:48 AM, Jens Rottmann wrote: From: Martin Jansa martin.ja...@gmail.com Date: Thu, 18 Dec 2014 15:54:14 +0100 Subject: powertop: Fix build

Re: [OE-core] [RESEND][PATCH 1/3] meta: add new qemuarma9 machine definition

2015-05-12 Thread Martin Jansa
On Tue, May 12, 2015 at 03:25:43PM +0100, Burton, Ross wrote: On 11 May 2015 at 20:52, Dmitry Eremin-Solenikov dmitry_ere...@mentor.com wrote: Currently qemuarm is limited to 256 Mb of RAM. Sometimes this is too little to run necessary applications. Add a new arm configuration based on

[OE-core] [PATCH] README: add Contributing section

2015-05-12 Thread Mario Domenech Goulart
Tips on how to submit patches. Signed-off-by: Mario Domenech Goulart ma...@ossystems.com.br --- README | 21 + 1 file changed, 21 insertions(+) diff --git a/README b/README index 665c98f..bbd7234 100644 --- a/README +++ b/README @@ -13,3 +13,24 @@ which can be found at:

[OE-core] [PATCH] oeqa/utils: Fixed a problem with get_bb_var not returning right variable.

2015-05-12 Thread Lucian Musat
It searches using regex now and should be more accurate. Signed-off-by: Lucian Musat george.l.mu...@intel.com --- meta/lib/oeqa/utils/commands.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/lib/oeqa/utils/commands.py b/meta/lib/oeqa/utils/commands.py index

Re: [OE-core] [PATCH] README: add Contributing section

2015-05-12 Thread Otavio Salvador
On Tue, May 12, 2015 at 11:58 AM, Mario Domenech Goulart ma...@ossystems.com.br wrote: Tips on how to submit patches. Signed-off-by: Mario Domenech Goulart ma...@ossystems.com.br Acked-by: Otavio Salvador ota...@ossystems.com.br -- Otavio Salvador O.S. Systems

Re: [OE-core] [PATCH] rpm: fix build issue with gcc5

2015-05-12 Thread Dan McGregor
On 12 May 2015 at 08:57, Otavio Salvador ota...@ossystems.com.br wrote: On Tue, May 12, 2015 at 4:06 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Sun, 2015-05-10 at 23:03 +0100, Richard Purdie wrote: ... Otavio: Could you see what our options are with meta-fsl-ppc and

Re: [OE-core] [PATCH 4/8] kernel: Pull uImage generation into separate class

2015-05-12 Thread Bruce Ashfield
On 2015-05-12 10:15 AM, Paul Eggleton wrote: On Monday 04 May 2015 23:41:47 Marek Vasut wrote: On Tuesday, April 28, 2015 at 11:16:17 PM, Marek Vasut wrote: On Tuesday, April 28, 2015 at 08:44:54 PM, Bruce Ashfield wrote: On 2015-04-28 12:38 PM, Marek Vasut wrote: Pull the uImage image