[OE-core] [PATCH 2/3] ppp: drop enable-ipv6.patch

2014-03-03 Thread Hongxu Jia
IPV6 has been enabled by default in 2.4.6 Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-connectivity/ppp/ppp-2.4.5/enable-ipv6.patch | 15 --- 1 file changed, 15 deletions(-) delete mode 100644 meta/recipes-connectivity/ppp/ppp-2.4.5/enable-ipv6.patch diff

[OE-core] [PATCH 3/3] ppp: drop if_pppol2tp.h patches

2014-03-03 Thread Hongxu Jia
The old version of Linux if_pppol2tp.h was removed, so droped the related patches. Here is the commit from git://github.com/paulusmack/ppp.git ... commit c41092dd4c49267f232f6cba3d31c6c68bfdf68d Author: Paul Mackerras pau...@samba.org Date: Sun May 20 16:48:17 2012 +1000 Remove old version of

[OE-core] [PATCH 1/3] ppp: upgrade to 2.4.6

2014-03-03 Thread Hongxu Jia
Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../0001-ppp-Fix-compilation-errors-in-Makefile.patch | 0 meta/recipes-connectivity/ppp/{ppp-2.4.5 = ppp}/08setupdns | 0 meta/recipes-connectivity/ppp/{ppp-2.4.5 = ppp}/92removedns | 0

[OE-core] [PATCH 0/3] ppp: upgrade to 2.4.6

2014-03-03 Thread Hongxu Jia
The following changes since commit 54c2e993ec129563c7ae9f3fdee74ab60da28698: bsps: update H/W reference boards to v3.10.32 (2014-03-02 17:25:30 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/ppp

Re: [OE-core] relocate_sdk.py: Possible bug, /lib64/ld-linux-x86-64.so.2 not relocated

2014-03-03 Thread Laurentiu Palcu
Hi Stefan, On Sat, Mar 01, 2014 at 03:28:09PM +0100, Stefan Agner wrote: Hi, Using top of dylan branch, I generated a SDK using bitbake meta-toolchain. I'm running Arch Linux, but I also see similar issues on Ubuntu 12.04.4 LTS: Some binaries segfault when running them. I discovered,

Re: [OE-core] [RFC][PATCH] Attempt to unify predefined package feed handling

2014-03-03 Thread David Nyström
On 2014-03-01 19:10, Otavio Salvador wrote: Hello David, On Thu, Feb 27, 2014 at 4:59 PM, David Nyström david.c.nyst...@gmail.comwrote: On 2014-02-27 16:18, Laurentiu Palcu wrote: On Thu, Feb 27, 2014 at 03:35:50PM +0100, David Nyström wrote: On 2014-02-27 15:24, Laurentiu Palcu wrote:

Re: [OE-core] [PATCH] ncurses: use ln -r to generate relative symlink

2014-03-03 Thread Fathi Boudra
Same here, daily build failed. Builders are using latest Ubuntu LTS shipped with coreutils 8.13 version. --relative is introduced in coreutils 8.16: http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commit;h=15b8318e93a947d1422e9a927f699eda1085cf0d On 3 March 2014 05:29, Khem Raj

[OE-core] [PATCH 0/2] fix package archs ordering for RPM

2014-03-03 Thread Laurentiu Palcu
This got messed up by me trying to fix a multilib problem using python sets. Unfortunately sets do not keep the initial ordering and an image might end up containing packages meant for other architectures... So, revert the offending commit and fix the original issue by just checking if a channel

[OE-core] [PATCH 1/2] Revert lib/oe/package_manager.py: RpmPM: fix issue with multilib builds

2014-03-03 Thread Laurentiu Palcu
Converting a list to a set does not keep the order of the items, as they were added, which might result in the wrong packages being installed in the final image... This reverts commit 12f47c23df8c109676f66d580d666a3147f3b046. [YOCTO #5890] Signed-off-by: Laurentiu Palcu

[OE-core] [PATCH 2/2] package_manager.py: RpmPM: don't add smart channel if already added

2014-03-03 Thread Laurentiu Palcu
Make sure the channel was not already added, before attempting to add. [YOCTO #5890] Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- meta/lib/oe/package_manager.py |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/lib/oe/package_manager.py

[OE-core] [PATCH 2/2] bash: update build-tests.patch

2014-03-03 Thread Hongxu Jia
Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../bash/{bash-4.2 = bash}/build-tests.patch | 33 +- 1 file changed, 20 insertions(+), 13 deletions(-) rename meta/recipes-extended/bash/{bash-4.2 = bash}/build-tests.patch (51%) diff --git

[OE-core] [PATCH 1/2] bash: upgrade to 4.3

2014-03-03 Thread Hongxu Jia
The bash-4.2-patches is obsolete. Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../bash/{bash-4.2 = bash}/execute_cmd.patch | 0 .../mkbuiltins_have_stringize.patch| 0 .../bash/{bash-4.2 = bash}/run-ptest | 0 .../bash/{bash-4.2 =

[OE-core] [PATCH 0/2] bash: upgrade to 4.3

2014-03-03 Thread Hongxu Jia
The following changes since commit 54c2e993ec129563c7ae9f3fdee74ab60da28698: bsps: update H/W reference boards to v3.10.32 (2014-03-02 17:25:30 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/bash

Re: [OE-core] [PATCH] ncurses: use ln -r to generate relative symlink

2014-03-03 Thread Burton, Ross
On 3 March 2014 03:29, Khem Raj raj.k...@gmail.com wrote: count debian in too. I wrote this patch on Debian stable... But oh well. Ross ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH RFC] bitbake.conf/base.bbclass: Drop PRINC support

2014-03-03 Thread Martin Jansa
On Sun, Mar 02, 2014 at 05:39:21PM +, Richard Purdie wrote: PRINC is no longer needed since we have the PR service instead which people should be using. Drop the PRINC code. Many layers are still using it and there wasn't enough of PV bumps to remove them :(. Signed-off-by: Richard Purdie

[OE-core] [PATCH] mtdev: upgrade to 1.1.5

2014-03-03 Thread Ross Burton
Removed the following patch(es): * fixsepbuild.patch (changes included in release) Signed-off-by: Ross Burton ross.bur...@intel.com --- .../wayland/mtdev/fixsepbuild.patch| 24 .../wayland/{mtdev_1.1.4.bb = mtdev_1.1.5.bb} |7 +++--- 2 files

[OE-core] [dora][PATCH] iproute2: de-bash its scripts to remove the bash dependency

2014-03-03 Thread Emil Sjölin
If we build a minimal image with iproute2 installed, the following error will appear during rootfs. error: Can't install iproute2-3.10.0-r0.0@i586: no package provides /bin/bash The problem is that iproute2 has an implicit dependency on 'bash'. This dependency is from per-file dependency

[OE-core] [PATCH v2] sanity.bbclass: support wildcards in SANITY_TESTED_DISTROS

2014-03-03 Thread Olof Johansson
With this change, you can use shell like globbing expressions (as supported by Python's fnmatch) for entries in SANITY_TESTED_DISTROS. This makes it possible to say that, e.g. all Debian 7 Wheezy releases are supported with the entry Debian-7.*. [YOCTO #5265] Signed-off-by: Olof Johansson

[OE-core] [PATCH 1/3] grub 2.00: add oe's kernel name to the conf file

2014-03-03 Thread Robert Yang
Our kernel's name is bzImage, we need add it to grub.d/10_linux.in so that the grub-mkconfig and grub-install can work correctly on the target. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- .../grub/files/grub-2.00-add-oe-kernel.patch | 53 ++

[OE-core] [PATCH 3/3] grub-efi: add oe's kernel name to the conf file

2014-03-03 Thread Robert Yang
Our kernel's name is bzImage, we need add it to grub.d/10_linux.in so that the grub-mkconfig and grub-install can work correctly on the target. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/recipes-bsp/grub/grub-efi_2.00.bb | 1 + 1 file changed, 1 insertion(+) diff --git

[OE-core] [PATCH 2/3] grub git: add oe's kernel name to the conf file

2014-03-03 Thread Robert Yang
Our kernel's name is bzImage, we need add it to grub.d/10_linux.in so that the grub-mkconfig and grub-install can work correctly on the target. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/recipes-bsp/grub/grub_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git

[OE-core] [PATCH 0/3] grub: add oe's kernel name to the conf file

2014-03-03 Thread Robert Yang
The following changes since commit 54c2e993ec129563c7ae9f3fdee74ab60da28698: bsps: update H/W reference boards to v3.10.32 (2014-03-02 17:25:30 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib rbt/grub

Re: [OE-core] [PATCH RFC] bitbake.conf/base.bbclass: Drop PRINC support

2014-03-03 Thread Mark Hatle
On 3/2/14, 11:39 AM, Richard Purdie wrote: PRINC is no longer needed since we have the PR service instead which people should be using. Drop the PRINC code. Will dropping this support break someone who is moving from a prior version of oe-core (i.e. will any of the PRs go backwards?) --Mark

Re: [OE-core] [PATCH 2/2] package_manager.py: RpmPM: don't add smart channel if already added

2014-03-03 Thread Mark Hatle
On 3/3/14, 3:43 AM, Laurentiu Palcu wrote: Make sure the channel was not already added, before attempting to add. [YOCTO #5890] When generating the rootfs/etc/rpm/platform file, the order should be in the order of highest to lowest priority as well. Smart uses this order (via an RPM API)

[OE-core] [PATCH] gcc: Enable SPE AltiVec generation on powepc*linux target.

2014-03-03 Thread Alexandru-Cezar Sardan
[ADT bug #5761] -- https://bugzilla.yoctoproject.org/show_bug.cgi?id=5761 Also this patch adds symlinks to libgcc such that a GCC configured by passing the target parameter without LIBCEXTENSION and ABIEXTENSION specifiers to find the correct startup files from a libgcc configured with these

Re: [OE-core] [PATCH] gcc: Enable SPE AltiVec generation on powepc*linux target.

2014-03-03 Thread alexandru.sar...@freescale.com
I've added an additional check to make sure the symlink is not created in a non-existent directory. Alex -Original Message- From: Alexandru-Cezar Sardan [mailto:alexandru.sar...@freescale.com] Sent: Monday, March 03, 2014 5:28 PM To: openembedded-core@lists.openembedded.org Cc:

Re: [OE-core] [PATCH] gcc: Enable SPE AltiVec generation on powepc*linux target.

2014-03-03 Thread Richard Purdie
On Mon, 2014-03-03 at 15:31 +, alexandru.sar...@freescale.com wrote: I've added an additional check to make sure the symlink is not created in a non-existent directory. Since the change was merged, could you send an incremental patch against master please? Thanks, Richard

Re: [OE-core] [PATCH 2/2] package_manager.py: RpmPM: don't add smart channel if already added

2014-03-03 Thread Laurentiu Palcu
Hi Mark, On Mon, Mar 03, 2014 at 09:02:35AM -0600, Mark Hatle wrote: On 3/3/14, 3:43 AM, Laurentiu Palcu wrote: Make sure the channel was not already added, before attempting to add. [YOCTO #5890] When generating the rootfs/etc/rpm/platform file, the order should be in the order of

[OE-core] [PATCH] sstate: Ensure SSTATEPOSTINSTFUNCS is accounted for in signatures

2014-03-03 Thread Richard Purdie
Bitbake can't interpret the python execution of these functions so include the dependency manually. [YOCTO #4507] Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass index a45fe1e..9e09a73 100644 ---

[OE-core] [PATCH] gstreamer: Fix valgrind header detection

2014-03-03 Thread Richard Purdie
--disable-valgrind isn't enough, it also looks for the header since the binary may be present without the -dev headers. Add in a configure value to ensure the header is disabled as well. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git

[OE-core] [PATCH] alsa-tools/autotools: Ensure that aclocal files can be present with AUTOTOOLS_COPYACLOCAL variable

2014-03-03 Thread Richard Purdie
Introduce a AUTOTOOLS_COPYACLOCAL variable which forces the copy of the aclocal files even when a configure.ac/.in file isn't present. Use this new feature in alsa-tools. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/classes/autotools.bbclass

[OE-core] [PATCH] bzip: Add extra files as a specific task

2014-03-03 Thread Richard Purdie
This means that do_configure prefunc code can see the files in question and ensures aclocal files get copied in. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb b/meta/recipes-extended/bzip2/bzip2_1.0.6.bb index

[OE-core] [PATCH] openjade: Fix configure assumptions about file moves

2014-03-03 Thread Richard Purdie
This means that do_configure prefunc code can see the files in question and ensures aclocal files get copied in. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb

[OE-core] [PATCH 0/1] image.py, rootfs.py, package_manager.py: redirect stderr to stdout when calling check_output()

2014-03-03 Thread Laurentiu Palcu
The following changes since commit 54c2e993ec129563c7ae9f3fdee74ab60da28698: bsps: update H/W reference boards to v3.10.32 (2014-03-02 17:25:30 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib lpalcu/b5902_errors_not_displayed

[OE-core] [PATCH 1/1] image.py, rootfs.py, package_manager.py: redirect stderr to stdout when calling check_output()

2014-03-03 Thread Laurentiu Palcu
If a command executed with subprocess.check_output() fails, the subprocess.CalledProcessError.output contains only STDOUT and the user needs to check the log.do_rootfs to see any other details. This commit forwards stderr to stdout so that, in case of failure, the entire error output will be

[OE-core] [PATCH 2/2] classes/buildhistory: fix task signatures changing

2014-03-03 Thread Paul Eggleton
Fix task signatures for recipes that add to SSTATEPOSTINSTFUNCS changing when adding and removing INHERIT += buildhistory (really this time!) This relies on the BitBake vardepvalueexclude feature, however it will not fail without it - signatures will be changed in that case though. Part of the

[OE-core] [PATCH 1/2] bitbake.conf: add new vardepvalueexclude varflag to BB_SIGNATURE_EXCLUDE_FLAGS

2014-03-03 Thread Paul Eggleton
We don't want the value of this varflag itself entering any signatures, ever. Part of the fix for [YOCTO #5897]. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/conf/bitbake.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/conf/bitbake.conf

[OE-core] [PATCH] libgcc: make sure symlinks are created in a valid directory

2014-03-03 Thread Alexandru-Cezar Sardan
When adding extra symlinks, we have to make sure that the directory that the links are created in is valid. Added a check for this. This is an incremental addition to commit 97f2a81d6796ddaf7bbaab86c2ab9039673c732c Signed-off-by: Alexandru-Cezar Sardan alexandru.sar...@freescale.com ---

Re: [OE-core] [PATCH v2] sanity.bbclass: support wildcards in SANITY_TESTED_DISTROS

2014-03-03 Thread Khem Raj
On Mon, Mar 3, 2014 at 6:37 AM, Olof Johansson olof.johans...@axis.com wrote: With this change, you can use shell like globbing expressions (as supported by Python's fnmatch) for entries in SANITY_TESTED_DISTROS. This makes it possible to say that, e.g. all Debian 7 Wheezy releases are

Re: [OE-core] [PATCH v2] sanity.bbclass: support wildcards in SANITY_TESTED_DISTROS

2014-03-03 Thread Mark Hatle
On 3/3/14, 12:17 PM, Khem Raj wrote: On Mon, Mar 3, 2014 at 6:37 AM, Olof Johansson olof.johans...@axis.com wrote: With this change, you can use shell like globbing expressions (as supported by Python's fnmatch) for entries in SANITY_TESTED_DISTROS. This makes it possible to say that, e.g. all

[OE-core] [PATCH 3/3] ncurses: use lnr instead of python code

2014-03-03 Thread Ross Burton
Drop the use of custom Python code and instead use the new lnr script to generate relative symlinks. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-core/ncurses/ncurses.inc | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git

[OE-core] [PATCH 1/3] insane: check packages for absolute symlinks to the tmpdir

2014-03-03 Thread Ross Burton
Add a sanity test that checks for symlinks in packages that point into the TMPDIR on the host. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/classes/insane.bbclass | 13 + 1 file changed, 13 insertions(+) diff --git a/meta/classes/insane.bbclass

[OE-core] [PATCH 2/3] scripts: add lnr (link relative)

2014-03-03 Thread Ross Burton
lnr is a simple script to generate relative symlinks from absolute paths, similar to ln -r but without requiring coreutils 8.16 (Ubuntu 12.04 and others currently ship 8.13). Signed-off-by: Ross Burton ross.bur...@intel.com --- scripts/lnr | 21 + 1 file changed, 21

[OE-core] [PATCH] lib/oe: drop custom implementation of oe.path.relative

2014-03-03 Thread Ross Burton
As we now require Python 2.7 and os.path.relpath() was added in 2.6 we can now drop the reimplementation in oe.path. oe.path.relative is simple now a wrapper that changes the order of the arguments and it's use discouraged. Signed-off-by: Ross Burton ross.bur...@intel.com ---

Re: [OE-core] [PATCH 1/2] do_rootfs: Added PACKAGE_FEED_URIS functionality

2014-03-03 Thread Trevor Woerner
Does this resolve issue 5407? https://bugzilla.yoctoproject.org/show_bug.cgi?id=5407 ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH v2] sanity.bbclass: support wildcards in SANITY_TESTED_DISTROS

2014-03-03 Thread Khem Raj
On Mon, Mar 3, 2014 at 12:13 PM, Mark Hatle mark.ha...@windriver.com wrote: We (and I know other commercial vendors) are already using patches similar to this to do exactly the same thing. I'd hope that a generic mechanism (like this) could be put in place.. and that oe-core/Yocto Project

[OE-core] OE Changelog since 2014-02-23 until 2014-03-02

2014-03-03 Thread cliff . brake
Changelog since 2014-02-23 until 2014-03-02. 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 1/2] do_rootfs: Added PACKAGE_FEED_URIS functionality

2014-03-03 Thread Otavio Salvador
On Mon, Mar 3, 2014 at 5:41 PM, Trevor Woerner trevor.woer...@linaro.org wrote: Does this resolve issue 5407? https://bugzilla.yoctoproject.org/show_bug.cgi?id=5407 Seems so :D -- Otavio Salvador O.S. Systems http://www.ossystems.com.br

Re: [OE-core] [PATCH 0/5 V2] refactor the archiver*.bbclass

2014-03-03 Thread Robert Yang
Hi Ross, Thanks for your reply, please see my comments inline. On 02/27/2014 09:05 PM, Burton, Ross wrote: Hi Robert, Having a look at this and playing with my own toy archiver makes me think that this shouldn't be using the postfuncs at all. Yes, I gree as we had talked. The main task,

Re: [OE-core] [PATCH RFC] bitbake.conf/base.bbclass: Drop PRINC support

2014-03-03 Thread Otavio Salvador
On Sun, Mar 2, 2014 at 2:39 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: PRINC is no longer needed since we have the PR service instead which people should be using. Drop the PRINC code. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org Nack! Layers still use

[OE-core] [PATCH V2 0/1] python-numpy: fix build for qemumips and qemuppc

2014-03-03 Thread Chen Qi
The following changes since commit 5a4b5c6b8ebd5f8d29888aafcd9608e03717bcd5: runqemu: Use readlink instead of realpath (2014-02-25 21:29:51 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/python-numpy

[OE-core] [PATCH V2 1/1] python-numpy: fix build for qemumips and qemuppc

2014-03-03 Thread Chen Qi
When building python-numpy for qemumips or qemuppc, the following error appeared. cp: cannot stat `xxx/python-numpy/1.7.0-r1/*config.h': No such file or directory This is because for qemumips or qemuppc, there are no such files in SRC_URI. This patch fixes this compiling error by adding

Re: [OE-core] [PATCH 1/3] grub 2.00: add oe's kernel name to the conf file

2014-03-03 Thread Robert Yang
On 03/03/2014 10:49 PM, Robert Yang wrote: Our kernel's name is bzImage, we need add it to grub.d/10_linux.in so that the grub-mkconfig and grub-install can work correctly on the target. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- .../grub/files/grub-2.00-add-oe-kernel.patch

[OE-core] [PATCH] nfs-utils: run rpc.statd as rpcuser:rpcuser instead of rpcuser:root

2014-03-03 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com For security policy, change the group of running rpc.stdtd to rpcuser, just like Radhat does. Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../nfs-utils/nfs-utils/nfscommon |4 ++-- 1 file changed, 2 insertions(+),

[OE-core] [dora][PATCH] iproute2: de-bash its scripts to remove the bash dependency

2014-03-03 Thread Emil Sjölin
If we build a minimal image with iproute2 installed, the following error will appear during rootfs. error: Can't install iproute2-3.10.0-r0.0@i586: no package provides /bin/bash The problem is that iproute2 has an implicit dependency on 'bash'. This dependency is from per-file dependency