Re: [OE-core] [PATCH V5] expect: Add recipe

2013-11-05 Thread Khem Raj
On Nov 5, 2013, at 8:35 PM, Saul Wold wrote: > On 11/04/2013 07:41 PM, Khem Raj wrote: >> From: Mihaela Sendrea >> >> Nedeed for gcc-runtime tests. >> > > i am seeing configure fails with this patch > >> configure:2350: checking for correct TEA configuration >> configure:2363: result: ok (T

Re: [OE-core] [PATCH V5] expect: Add recipe

2013-11-05 Thread Saul Wold
On 11/04/2013 07:41 PM, Khem Raj wrote: From: Mihaela Sendrea Nedeed for gcc-runtime tests. i am seeing configure fails with this patch configure:2350: checking for correct TEA configuration configure:2363: result: ok (TEA 3.9) configure:2430: configuring expect 5.45 configure:2508: checki

Re: [OE-core] [PATCH 0/1] linux-yocto/3.10: fix qemuarm boot and spurious mips build warning

2013-11-05 Thread Bruce Ashfield
On Tue, Nov 5, 2013 at 3:56 PM, Phil Blundell wrote: > On Tue, 2013-11-05 at 13:47 -0500, Bruce Ashfield wrote: >> I don't have anything extra to add outside of what I put in the >> patch commit log .. > > That's certainly a good thing and to be applauded, but in this situation > maybe you could c

[OE-core] [PATCH 0/1] extrausers.bbclass: avoid infinite loop

2013-11-05 Thread Qi.Chen
From: Chen Qi The following changes since commit 3e6b57fcfea93fbefd746ba056410409b35c5523: mdadm: Disable the RUN_DIR check (2013-11-05 22:24:46 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/extrausers-loop http://git.pokylinux.org/cgit.cgi/po

[OE-core] [PATCH 1/1] extrausers.bbclass: avoid infinite loop

2013-11-05 Thread Qi.Chen
From: Chen Qi Avoid infinite loop if the last record in EXTRA_USRES_PARAMS doesn't end with a semicolon. It's possible the the users will write configurations like below. INHERIT += "extrausers" EXTRA_USERS_PARAMS = "useradd tester; useradd developer" In such situation, the do_rootfs task will

[OE-core] lib/oe/sstatesig: Ensure packagegroups don't continually rebuild

2013-11-05 Thread Richard Purdie
packagegroups are allarch and shouldn't change depending on the target or machine selected. In general they should have good stable namespaces for their dependencies. As such we can exclude them from rebuilding when dependency checksums change. Signed-off-by: Richard Purdie --- diff --git a/meta/

[OE-core] [PATCH] toolchain-scripts: Drop darwin8 code

2013-11-05 Thread Richard Purdie
The code was clearly broken and isn't used, even by meta-darwin so we might as well remove it. Signed-off-by: Richard Purdie --- diff --git a/meta/classes/toolchain-scripts.bbclass b/meta/classes/toolchain-scripts.bbclass index db0ae17..07e6fbf 100644 --- a/meta/classes/toolchain-scripts.bbclass

[OE-core] [PATCH] toolchain-scripts/meta-environment: Merge toolchain_create_sdk_env_script and the for_installer variant

2013-11-05 Thread Richard Purdie
Having two scripts which do basically the same thing is a nightmare. This merges them together. It also makes the sysroot location a variable in its own right which may be more useful for end users wanting to change sysroot. Signed-off-by: Richard Purdie --- diff --git a/meta/classes/toolchain-sc

[OE-core] [PATCH] package_deb/package_ipk: Cleanup control file handling/races

2013-11-05 Thread Richard Purdie
If you Ctrl+C ppackage_write_{deb/ipk} control files can get left lying around and make it into another packaging format. This ensures we cleanup all known control files before starting packaging. We can simplify some of the globbing as a result. Signed-off-by: Richard Purdie --- diff --git a/met

[OE-core] [PATCH] package_rpm: Remove need for locking

2013-11-05 Thread Richard Purdie
Currently if multiple package tasks are running against a recipe, package_rpm is restricted to the slowest speed of them due to the locking. This patch explicitly ignores the opkg/debian artefacts and hence allows a speedup. It also removes an issue were a Ctrl+C interrupting a deb.ipk packaging t

Re: [OE-core] [PATCH 0/1] linux-yocto/3.10: fix qemuarm boot and spurious mips build warning

2013-11-05 Thread Phil Blundell
On Tue, 2013-11-05 at 13:47 -0500, Bruce Ashfield wrote: > I don't have anything extra to add outside of what I put in the > patch commit log .. That's certainly a good thing and to be applauded, but in this situation maybe you could consider just sending the patch without a cover letter. p. __

[OE-core] [PATCH 1/1] linux-yocto/3.10: fix qemuarm boot and spurious mips build warning

2013-11-05 Thread Bruce Ashfield
This update fixes two issues: a) qemuarm boot failure v3.10.13 picked up a patch for arm versatile interrupt mappings that fixes the emulator boot out of the box. But it interacts badly with our previous fix for the issue. Reverting the existing patch and going with the mainline solution fixes th

[OE-core] [PATCH 0/1] linux-yocto/3.10: fix qemuarm boot and spurious mips build warning

2013-11-05 Thread Bruce Ashfield
Richard/Saul, I don't have anything extra to add outside of what I put in the patch commit log .. so here it is: --- This update fixes two issues: a) qemuarm boot failure v3.10.13 picked up a patch for arm versatile interrupt mappings that fixes the emul

Re: [OE-core] [PATCH 1/1] flex: fix m4 issue on target

2013-11-05 Thread Enrico Scholz
Laurentiu Palcu writes: > Flex needs m4 to run (see below) and, since the create_wrapper > introduces a bash dependency, export the right m4 path when /etc/profile > is sourced by the shell. > > Snippet from the flex documentation: > "The macro processor m4 must be installed wherever flex is inst

[OE-core] Public TSC meeting today

2013-11-05 Thread Paul Eggleton
Hi all, Just a reminder, there will be a public OpenEmbedded TSC meeting today. If you're interested in discussing long-term technical efforts around the OpenEmbedded project please join us on irc.freenode.net in channel #oe at 17:00 GMT (9am PDT, 11am CDT, 12 EDT, 18:00 CEST, 17:00 BST) today.

[OE-core] [PATCH 1/1] flex: fix m4 issue on target

2013-11-05 Thread Laurentiu Palcu
Flex needs m4 to run (see below) and, since the create_wrapper introduces a bash dependency, export the right m4 path when /etc/profile is sourced by the shell. Snippet from the flex documentation: "The macro processor m4 must be installed wherever flex is installed. <...> m4 is only required at t

[OE-core] [PATCH 0/1] flex: fix m4 issue on target

2013-11-05 Thread Laurentiu Palcu
The following changes since commit 57498cede4696526c121e0112b5dea3e6e8365ac: bitbake: toaster: fix target package information (2013-11-05 12:50:44 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib lpalcu/b5329_flex_issue_target http://git.yoctoproject.

Re: [OE-core] [PATCH 5/5] libgcrypt: remove --without-pth

2013-11-05 Thread Burton, Ross
On 31 October 2013 03:44, Khem Raj wrote: > should it now depend on pth as well for deterministic builds. No, because the random daemon (the only piece that needs Pth) is disabled by default. Ross ___ Openembedded-core mailing list Openembedded-core@li

Re: [OE-core] [PATCH 6/7] diffstat: upgrade to 1.58

2013-11-05 Thread Burton, Ross
On 5 November 2013 13:01, Laurentiu Palcu wrote: > On Tue, Nov 05, 2013 at 12:16:55PM +, Burton, Ross wrote: >> On 5 November 2013 09:25, Laurentiu Palcu wrote: >> > -diff --git a/aclocal.m4 b/aclocal.m4 >> >> How does this work, considering do_configure should be replacing this file? > For d

Re: [OE-core] [PATCH 6/7] diffstat: upgrade to 1.58

2013-11-05 Thread Laurentiu Palcu
On Tue, Nov 05, 2013 at 12:16:55PM +, Burton, Ross wrote: > On 5 November 2013 09:25, Laurentiu Palcu wrote: > > -diff --git a/aclocal.m4 b/aclocal.m4 > > How does this work, considering do_configure should be replacing this file? For diffstat, in particular, aclocal.m4 is explicitly renamed

Re: [OE-core] [PATCH 6/7] diffstat: upgrade to 1.58

2013-11-05 Thread Burton, Ross
On 5 November 2013 09:25, Laurentiu Palcu wrote: > -diff --git a/aclocal.m4 b/aclocal.m4 How does this work, considering do_configure should be replacing this file? Ross ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http:/

[OE-core] [PATCH] makedevs: several fixes

2013-11-05 Thread Chong.Lu
From: Lu Chong This patch fixes below issues: 1. In makedevs.c file, it lost related functions definition about "-q" and "--squash" options. So we should remove help information of these options from makedevs.c to fix this issue. 2. Previously, It returned nothing when makedevs command be execu

[OE-core] [PATCH] ppp: Fix compilation errors in Makefile

2013-11-05 Thread Chong.Lu
From: Lu Chong This patch fixes below issues: 1. Make can't exit while compilation error occurs in subdir for plugins building. 2. If build ppp with newer kernel (3.10.10), it will pick 'if_pppox.h' from sysroot-dir and 'if_pppol2tp.h' from its own source dir, this cause below build errors

[OE-core] [PATCH 2/2] zisofs-tools-native: fix meta fields

2013-11-05 Thread Paul Eggleton
* Drop redundant DESCRIPTION (same as SUMMARY) * Set SUMMARY to slightly more descriptive value borrowed from Fedora * Fix HOMEPAGE URL (repeated http://) Signed-off-by: Paul Eggleton --- meta/recipes-devtools/zisofs-tools/zisofs-tools-native_1.0.8.bb | 5 ++--- 1 file changed, 2 insertions(+),

[OE-core] [PATCH 1/2] zisofs-tools-native: add missing DEPENDS on zlib-native

2013-11-05 Thread Paul Eggleton
zisofs-tools links against zlib. Fixes [YOCTO #5420]. Signed-off-by: Paul Eggleton --- meta/recipes-devtools/zisofs-tools/zisofs-tools-native_1.0.8.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/zisofs-tools/zisofs-tools-native_1.0.8.bb b/meta/recipes-devtools/z

[OE-core] [PATCH 0/2] A couple of fixes for zisofs-tools-native

2013-11-05 Thread Paul Eggleton
The following changes since commit 1d2d37d579492b63d20ff8aa890a43b9a1576cf0: toaster: add class to dump toaster-tracked data (2013-11-04 09:35:01 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/zisofs-tools http://cgit.openembedded

[OE-core] [PATCH v2] systemd.bbclass: only restart the service when it is active at systemd_postinst

2013-11-05 Thread Li Zhijian
From: Li Zhijian If systemd_postinst is installed as a delayed package scriptlet (installed to /etc/rpm-postints/${PN}) which would be executed at the first time of OS startup. And then this script would block when it is trying to call systemctl to restart service. It seems that it is not a go

Re: [OE-core] [PATCH 1/1] systemd.bbclass: only restart the service when it is running at systemd_postinst

2013-11-05 Thread Li Zhijian
This patch is incorrect, please ignore it i would send v2 soon. at 2013/11/4 18:38, Li Zhijian wrote: From: Li Zhijian If systemd_postinst is installed as a delayed package scriptlet (installed to /etc/rpm-postints/${PN}) which would be executed at the first time of OS startup. And then thi

Re: [OE-core] Gstreamer 1.2

2013-11-05 Thread Iorga, Cristian
It would be wonderful if you'll do it, thanks. Regards, Cristian From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Carlos Rafael Giani Sent: Monday, November 4, 2013 10:52 PM To: openembedded-core@lists.openembedded.org

[OE-core] [PATCH 1/7] python-setuptools: upgrade to 1.1.7

2013-11-05 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu --- ...uptools_1.1.6.bb => python-setuptools_1.1.7.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python-setuptools_1.1.6.bb => python-setuptools_1.1.7.bb} (86%) diff --git a/meta/recipes-devtools/python/pyth

[OE-core] [PATCH 5/7] xz: upgrade to 5.1.3alpha

2013-11-05 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu --- .../xz/{xz_5.1.2alpha.bb => xz_5.1.3alpha.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/xz/{xz_5.1.2alpha.bb => xz_5.1.3alpha.bb} (87%) diff --git a/meta/recipes-extended/xz/xz_5.1.2alpha.bb b/meta/recipes-

[OE-core] [PATCH 7/7] python-pycurl: upgrade to 7.19.0.2

2013-11-05 Thread Laurentiu Palcu
Refreshed no-static-link.patch to work with this release and changed the lines/checksum (and the file) where the license can be found. Signed-off-by: Laurentiu Palcu --- .../python/python-pycurl/no-static-link.patch | 25 ++-- ...-pycurl_7.19.0.bb => python-pycurl_7.19.0.2

[OE-core] [PATCH 4/7] git: upgrade to 1.8.4.2

2013-11-05 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu --- .../git/{git_1.8.3.4.bb => git_1.8.4.2.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/git/{git_1.8.3.4.bb => git_1.8.4.2.bb} (67%) diff --git a/meta/recipes-devtools/git/git_1.8.3.4.bb b/meta/recipes-devt

[OE-core] [PATCH 3/7] xtrans: upgrade to 1.3.0

2013-11-05 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu --- .../xorg-lib/{xtrans_1.2.7.bb => xtrans_1.3.0.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{xtrans_1.2.7.bb => xtrans_1.3.0.bb} (82%) diff --git a/meta/recipes-graphics/xorg-lib/xtrans_1.2.7.bb b/met

[OE-core] [PATCH 0/7] Package upgrades

2013-11-05 Thread Laurentiu Palcu
All packages were compiled for all major architectures, individually, and also build tested on AB. Basic sanity tests were done using a core-image-sato for qemux86. No issues spotted. Laurentiu The following changes since commit 9160f376065752e2e92c8b37ee9a80d0eb86b53b: bitbake: toaster: enabl

[OE-core] [PATCH 6/7] diffstat: upgrade to 1.58

2013-11-05 Thread Laurentiu Palcu
Adjusted aclocal.patch to apply correctly. Signed-off-by: Laurentiu Palcu --- .../diffstat/diffstat/aclocal.patch| 11 ++- .../{diffstat_1.57.bb => diffstat_1.58.bb} |4 ++-- 2 files changed, 8 insertions(+), 7 deletions(-) rename meta/recipes-devtools/diff

[OE-core] [PATCH 2/7] xf86-input-keyboard: upgrade to 1.8.0

2013-11-05 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu --- ...board_1.7.0.bb => xf86-input-keyboard_1.8.0.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-keyboard_1.7.0.bb => xf86-input-keyboard_1.8.0.bb} (73%) diff --git a/meta/recipes-graphics/xo

Re: [OE-core] [PATCH] eglibc_2.17.bb: accept make versions 4.0 and greater

2013-11-05 Thread Jack Mitchell
On 05/11/13 05:11, Jonathan Liu wrote: > On 4/11/2013 11:35 PM, Jack Mitchell wrote: >> On 04/11/13 06:31, Jonathan Liu wrote: >>> Signed-off-by: Jonathan Liu >>> --- >>> meta/recipes-core/eglibc/eglibc-2.17/make-4.patch | 31 >>> +++ >>> meta/recipes-core/eglibc/eglibc_2.17

Re: [OE-core] [PATCH] makedevs: fix return error value when input invalid arguments

2013-11-05 Thread Richard Purdie
On Tue, 2013-11-05 at 16:34 +0800, Lu Chong wrote: > There is no function to implement "-q" and "--squash" in source > code(makedevs.c). > I also checked in busybox, but I didn't find the function. > So, may I need to add this function? or remove this options of help > information. I kind of gue

Re: [OE-core] [PATCH] makedevs: fix return error value when input invalid arguments

2013-11-05 Thread Lu Chong
There is no function to implement "-q" and "--squash" in source code(makedevs.c). I also checked in busybox, but I didn't find the function. So, may I need to add this function? or remove this options of help information. Best Regards Chong On 11/04/2013 07:40 PM, Richard Purdie wrote: On Mo