[OE-core] [PATCH v3] distutils.bbclass: only modify *.py file if it contains path to be removed

2014-05-05 Thread Radek Dostal
Currently sed command touches every single *.py file. This modifies the timestamp of the file. All *.pyo files will be recompiled during the first boot, because timestamp will not match. This should be only necessary if sed command changes the file. Signed-off-by: Radek Dostal

[OE-core] [PATCH 1/1] populate_sdk_base: modify the recrdeptask of do_populate_sdk

2014-05-05 Thread Chen Qi
If 'rm_work' is enabled, `bitbake core-image-xxx -c populate_sdk' doesn't clean things up for the nativesdk packages. This patch modifies the 'recrdeptask' for do_populate_sdk to fix this problem. Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/classes/populate_sdk_base.bbclass |2 +-

Re: [OE-core] rm_work not cleaning up when doing -c populate_sdk

2014-05-05 Thread ChenQi
I've sent out a patch to the list, trying to fix this problem. Please take a look at it if convenient. Best Regards, Chen Qi On 05/05/2014 10:21 AM, Khem Raj wrote: On Sun, May 4, 2014 at 1:04 PM, Jacob Kroon jacob.kr...@gmail.com wrote: Hello, I'm using the rm_work class in my setup, and I

[OE-core] [PATCH 0/1] populate_sdk_base: modify the recrdeptask of do_populate_sdk

2014-05-05 Thread Chen Qi
The following changes since commit b77494025b3d47fd5130ae6c445ac84cabb1f91e: sstatetests: Use TUNE_ARCH instead of TARGET_ARCH (2014-05-04 17:36:14 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/populate_sdk_rm_work

Re: [OE-core] [PATCH] scripts/cleanup-workdir: fix after binutils-cross name change

2014-05-05 Thread Richard Purdie
On Sun, 2014-05-04 at 20:41 +0300, Stefan Stanacar wrote: Signed-off-by: Stefan Stanacar sst...@gmail.com --- scripts/cleanup-workdir | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/cleanup-workdir b/scripts/cleanup-workdir index 25fef97..cffac59 100755

Re: [OE-core] [PATCH 1/1] populate_sdk_base: modify the recrdeptask of do_populate_sdk

2014-05-05 Thread Richard Purdie
On Mon, 2014-05-05 at 16:11 +0800, Chen Qi wrote: If 'rm_work' is enabled, `bitbake core-image-xxx -c populate_sdk' doesn't clean things up for the nativesdk packages. This patch modifies the 'recrdeptask' for do_populate_sdk to fix this problem. Signed-off-by: Chen Qi

Re: [OE-core] [PATCH 1/1] populate_sdk_base: modify the recrdeptask of do_populate_sdk

2014-05-05 Thread ChenQi
On 05/05/2014 04:18 PM, Richard Purdie wrote: On Mon, 2014-05-05 at 16:11 +0800, Chen Qi wrote: If 'rm_work' is enabled, `bitbake core-image-xxx -c populate_sdk' doesn't clean things up for the nativesdk packages. This patch modifies the 'recrdeptask' for do_populate_sdk to fix this problem.

[OE-core] [PATCH] libarchive: add missing e2fsprogs dependency

2014-05-05 Thread Koen Kooi
This fixes the following build error: | libarchive/archive_entry.c:59:55: fatal error: ext2fs/ext2_fs.h: No such file or directory There is no configure options to avoid this dependency. Signed-off-by: Koen Kooi koen.k...@linaro.org ---

Re: [OE-core] My thoughts on the future of OE?

2014-05-05 Thread David Nyström
On 2014-05-01 19:02, Richard Purdie wrote: I was asked what I thought were things that needed discussion at OEDAM. Sadly I won't be there but I thought it might help to write down my thoughts in a few areas. Developer Workflow -- Firstly, I think the big piece we need to

[OE-core] [PATCH] qt4: Explicitly disable sqlite2

2014-05-05 Thread Martin Jansa
* notice that this disables only sqlite2 (sqlite dependency), sqlite (sqlite3 dependency) stays enabled * fixes these errors detected by test-dependencies.sh: qt4-embedded/qt4-embedded-plugin-sqldriver-sqlite2/latest doesn't exist

[OE-core] Upgrade to a package with all its dependency without network

2014-05-05 Thread Marco
Hello, I need to be able to upgrade to a package with all its dependency chain on a target system that does not have access to the network. I'm trying to understand what may be the best and also the simplest solution. Perhaps there is already this functionality in OE/Yocto? I thought to

Re: [OE-core] ARMv5 build error

2014-05-05 Thread Otavio Salvador
Hello Tudor, On Fri, May 2, 2014 at 4:58 PM, Tudor Florea tudor.flo...@enea.com wrote: Unfortunately I'm having trouble reproducing this. That is bitbake curl succeeded. I'm still trying to figure out what is different for me.. The backport has been merged but this didn't address the

[OE-core] [PATCH 1/6] kernel-yocto: quote kconfig mode check

2014-05-05 Thread Bruce Ashfield
We allow inheriting recipes to control the kconfig mode used by merge_config.sh via the KCONFIG_MODE variable. An error crept into the variable reference, and since it is not quoted, the true condition always runs. The result is that operations without an explicit kconfig mode cannot trigger

[OE-core] [PATCH 3/6] linux-yocto/3.4: update to v3.4.88

2014-05-05 Thread Bruce Ashfield
Updating the 3.4 SRCREVs to import the korg v3.4.88 -stable release. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 8 meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb | 6 +++---

[OE-core] [PATCH 5/6] linux-yocto/3.14: update to v3.14.2

2014-05-05 Thread Bruce Ashfield
Updating to the korg 3.14.2 -stable release. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 8 meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 6 +++--- meta/recipes-kernel/linux/linux-yocto_3.14.bb | 18

[OE-core] [PATCH 0/6] linux-yocto: consolidated pull request

2014-05-05 Thread Bruce Ashfield
Richard/Saul, Here's a consolidated pull request for kernel updates and small fixes that I've queued since the 1.6 release. The quoting issue was reporting on the mailing list, and I realized that my fix for it had never been sent, so I dusted it off and here it is. As a side effect of that

[OE-core] [PATCH 4/6] linux-yocto/3.10: update to v3.10.38

2014-05-05 Thread Bruce Ashfield
Updating to the korg -stable release. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 8 meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 6 +++--- meta/recipes-kernel/linux/linux-yocto_3.10.bb | 18

[OE-core] [PATCH 2/6] linux-yocto-custom: provide defconfig guidance

2014-05-05 Thread Bruce Ashfield
As reported by Andrea, defconfigs created with savedefconfig should specify their expansion mode as --alldefconfig' for custom yocto recipes. To ensure that this is documented, we can add a comment in the skeleton recipe. Reported-by: Andrea Adami andrea.ad...@gmail.com Signed-off-by: Bruce

[OE-core] [PATCH 6/6] linux-yocto/3.10: mei.cfg: enable Intel chipsets

2014-05-05 Thread Bruce Ashfield
Importing the mei meta data change from the yocto 3.14 kernel tree. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_3.10.bb

[OE-core] [PATCH 2/2] linux-firmware: upgrade to commit dec41bce44e0dff6a2c3358a958fadf22bf58858

2014-05-05 Thread Cristian Iorga
- Updated copyright years for radeon firmware; - Changed copyright terms (privilege of use) for qla2xxx firmware; - Changed Broadcom firmware name for SDIO; - Added TI wl18xx firmware package. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../linux-firmware/linux-firmware_git.bb

[OE-core] [PATCH 1/2] taglib: upgrade to 1.9.1

2014-05-05 Thread Cristian Iorga
- Updated website; - Updated tarball location; - Switched to BP variable; - Improved source dir definition; Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../taglib/{taglib_1.8.bb = taglib_1.9.1.bb} | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-)

[OE-core] [PATCH 0/2] Various PUs

2014-05-05 Thread Cristian Iorga
The following changes since commit 7b78c364b7de901f97cd8dbe56d5e02f545bf3d3: cleanup-workdir: Fix crosssdk reference after addition of PN (2014-05-05 09:05:42 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ciorga/PUs

Re: [OE-core] ARMv5 build error

2014-05-05 Thread Tudor Florea
I've already sent the v2 of the patch. Regards, Tudor. -Original Message- From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On Behalf Of Otavio Salvador Sent: Monday, May 05, 2014 17:58 To: Tudor Florea Cc: Patches and discussions about the oe-core layer Subject:

Re: [OE-core] ARMv5 build error

2014-05-05 Thread Otavio Salvador
On Mon, May 5, 2014 at 12:17 PM, Tudor Florea tudor.flo...@enea.com wrote: I've already sent the v2 of the patch. Ok, so Richard merged the wrong version of the patch. Tudor, do you mind to rebase your patch and send a fix on top of it? -- Otavio Salvador O.S.

Re: [OE-core] Upgrade to a package with all its dependency without network

2014-05-05 Thread Paul Barker
On Mon, May 05, 2014 at 04:16:46PM +0200, Marco wrote: Hello, I need to be able to upgrade to a package with all its dependency chain on a target system that does not have access to the network. I'm trying to understand what may be the best and also the simplest solution. Perhaps there is

Re: [OE-core] [PATCH v2] serial-getty service: Add linux as default TERM

2014-05-05 Thread Joel Fernandes
On 05/04/2014 10:02 PM, Khem Raj wrote: On Sun, May 4, 2014 at 7:51 PM, Joel Fernandes jo...@ti.com wrote: Khem, terminfo data (/usr/share/terminfo) seems to be coming from ncurses in my build. I think ncurses-terminfo-base. Not sure what the right dependency play we should be doing for

Re: [OE-core] ARMv5 build error

2014-05-05 Thread Tudor Florea
-Original Message- From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On Behalf Of Otavio Salvador Sent: Monday, May 05, 2014 18:22 To: Tudor Florea; Richard Purdie Cc: Patches and discussions about the oe-core layer Subject: Re: [OE-core] ARMv5 build error On

Re: [OE-core] [PATCH] grub-efi: Use a variable to specify built-in grub modules.

2014-05-05 Thread Saul Wold
On 05/04/2014 03:34 PM, Philip Tricca wrote: ping ... It was merged on 4/16! Sau! On 04/15/2014 09:16 PM, Philip Tricca wrote: The previous behavior defines a static set of modules that are built into the grub efi executable. This works fine for a limited set of boot environments namely

Re: [OE-core] [PATCH] grub-efi: Use a variable to specify built-in grub modules.

2014-05-05 Thread Philip Tricca
On 05/05/2014 11:49 AM, Saul Wold wrote: On 05/04/2014 03:34 PM, Philip Tricca wrote: ping ... It was merged on 4/16! Whoops. Was watching the mailing list, not git. My bad. Thanks! Philip Sau! On 04/15/2014 09:16 PM, Philip Tricca wrote: The previous behavior defines a static set of

Re: [OE-core] quilt-native fails on tar version 1.27.1

2014-05-05 Thread Paul Barker
On Fri, May 02, 2014 at 11:23:40PM -0400, Trevor Woerner wrote: On 30 April 2014 13:57, Paul Barker p...@paulbarker.me.uk wrote: If you can't find a good guide online on how to set this up, let me know and I'll write up a blog post of how I did it. I'd be interested in reading this, if

[OE-core] [PATCH v2] python3: Substitute correct python version in shebang

2014-05-05 Thread Tyler Hall
If python2 and python3 are both available, scripts that are subject to this substitution can possibly run with the wrong python version. python3-config is one such script. Signed-off-by: Tyler Hall tylerwh...@gmail.com --- v2: Update comment meta/recipes-devtools/python/python3-native_3.3.3.bb

[OE-core] OE Changelog since 2014-04-27 until 2014-05-04

2014-05-05 Thread cliff . brake
Changelog since 2014-04-27 until 2014-05-04. 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:

[OE-core] [PATCH] bzip2: fix ptest execution failure

2014-05-05 Thread Maxin B. John
From: Maxin B. John maxin.j...@enea.com This patch fixes the bzip2 ptest execution failure: root@qemux86:/usr/lib/bzip2/ptest# ./run-ptest make: *** No rule to make target 'runtest'. (This is also applicable for daisy branch) Signed-off-by: Maxin B. John maxin.j...@enea.com ---

Re: [OE-core] [PATCH] libarchive: add missing e2fsprogs dependency

2014-05-05 Thread Saul Wold
On 05/05/2014 04:26 AM, Koen Kooi wrote: This fixes the following build error: | libarchive/archive_entry.c:59:55: fatal error: ext2fs/ext2_fs.h: No such file or directory There is no configure options to avoid this dependency. Signed-off-by: Koen Kooi koen.k...@linaro.org ---

[OE-core] [PATCH] openssl: fix CVE-2014-0198

2014-05-05 Thread Maxin B. John
From: Maxin B. John maxin.j...@enea.com A null pointer dereference bug was discovered in do_ssl3_write(). An attacker could possibly use this to cause OpenSSL to crash, resulting in a denial of service. https://access.redhat.com/security/cve/CVE-2014-0198 Signed-off-by: Maxin B. John

[OE-core] [oe-core][PATCH] perl: fix missing Module::Metadata

2014-05-05 Thread Tim Orling
From: Tim Orling ticot...@gmail.com Module::Build depends on Module::Metadata (since perl 5.13.9). Module::Metainfo is only a wrapper for Module::Metadata. See discussion in http://patches.openembedded.org/patch/66233/ Signed-off-by: Tim Orling ticot...@gmail.com ---

Re: [OE-core] [PATCH] libarchive: add missing e2fsprogs dependency

2014-05-05 Thread Koen Kooi
Op 5 mei 2014, om 23:54 heeft Saul Wold s...@linux.intel.com het volgende geschreven: On 05/05/2014 04:26 AM, Koen Kooi wrote: This fixes the following build error: | libarchive/archive_entry.c:59:55: fatal error: ext2fs/ext2_fs.h: No such file or directory There is no configure