[OE-core] [PATCH 1/1] libpcre: Upgrade to 8.36

2014-10-08 Thread Chong Lu
Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-support/libpcre/libpcre/Makefile | 2 +- meta/recipes-support/libpcre/{libpcre_8.35.bb = libpcre_8.36.bb} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename

[OE-core] [PATCH 0/1] libpcre: Upgrade to 8.36

2014-10-08 Thread Chong Lu
The following changes since commit 505a6b696ae990442de720e5e1135a3e44d5f75c: bitbake: fetcher: fix BB_STRICT_CHECKSUM datatype check (2014-10-06 16:09:53 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu/libpcre

[OE-core] [PATCH 1/1] git: fix do_install error

2014-10-08 Thread Robert Yang
Fixed when MACHINE = qemux86-64 and libdir = /usr/lib64: mv: cannot stat `/path/to/image/usr/lib64/perl-native/perl': No such file or directory The perl-native files are always installed to /usr/lib on both 32/64 bits targets. Signed-off-by: Robert Yang liezhi.y...@windriver.com ---

[OE-core] [PATCH 0/1] git: fix do_install error

2014-10-08 Thread Robert Yang
The following changes since commit 8e3e36bcafcb7a97006f8cc49e51c3a5b8e51a65: build-appliance-image: Update to dizzy head revision (2014-10-02 00:43:03 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/git

[OE-core] [PATCH 1/2] sstate.bbclass: the second bb.fatal not work

2014-10-08 Thread Robert Yang
The code: bb.fatal(foo1) bb.fatal(foo2) Would make the second one not work, use bb.error for first one to fix the problem. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/classes/sstate.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 0/2] sstate.bbclass: fix bb.fatal and too long line

2014-10-08 Thread Robert Yang
The following changes since commit 16cedc3bce6fc37543e9ef053cd7c589e523ca1c: package_ipk.bbclass: Fix SRC_URI whitespace handling (2014-10-06 16:03:03 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/ss

[OE-core] [PATCH 2/2] sstate.bbclass: split the too long line

2014-10-08 Thread Robert Yang
The too long line would cause git send-email report errors: patch contains a line longer than 998 characters Though we can use --no-validate to force the send. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/classes/sstate.bbclass | 23 ++- 1 file changed, 22

Re: [OE-core] [oe] [PATCH][meta-oe 04/15] network-manager-applet: update to 0.9.8.10

2014-10-08 Thread Andreas Müller
On Tue, Oct 7, 2014 at 8:41 AM, Andreas Müller schnitzelt...@googlemail.com wrote: On Mon, Oct 6, 2014 at 5:23 PM, Martin Jansa martin.ja...@gmail.com wrote: On Mon, Oct 06, 2014 at 10:32:49AM +0200, Andreas Müller wrote: On Fri, Oct 3, 2014 at 10:10 PM, Martin Jansa martin.ja...@gmail.com

Re: [OE-core] [PATCH 0/3] Update three packages

2014-10-08 Thread Burton, Ross
On 8 October 2014 03:50, Chong Lu chong...@windriver.com wrote: ping On 09/30/2014 05:33 PM, Chong Lu wrote: The following changes since commit 39ca8b429b6244e9649e7303cbb240adf007bf22: bitbake: toastergui fix size rendering in dirinfo page (2014-09-29 14:11:59 +0100) are available

[OE-core] [PATCH 1/1] opkg: fix remove pkg with --force-removal-of-dependent-packages failed

2014-10-08 Thread Hongxu Jia
opkg remove perl --force-removal-of-dependent-packages ... Removing package perl-module-extutils-mm-dos from root... ... Removing package perl-module-extutils-mm-dos from root... You can force removal of packages with failed prerm scripts with the option: --force-remove No packages

[OE-core] [PATCH 0/1] opkg: fix remove pkg with --force-removal-of-dependent-packages failed

2014-10-08 Thread Hongxu Jia
1. vim local.conf ... PACKAGE_CLASSES ?= package_ipk IMAGE_INSTALL_append = perl-modules IMAGE_FEATURES += package-management ssh-server-dropbear ... 2. bitbake core-image-minimal 3. runqemu qemux86 4. ssh target opkg remove perl --force-removal-of-dependent-packages Expected result: perl

Re: [OE-core] Multiple issues building from dizzy or master

2014-10-08 Thread Lauren Post
Last night I moved poky back to 9/16 0db15bb0626b16201d0767d87e91c61828a449ef before the sstate commit and my builds are working now. Before that I tried reverting some of the earlier patches such as (533a852eddb9a5e77a15001756f03b929a1d0a0b ) brought in on 10/6 but that did not work so

[OE-core] Request to move gitpkgv.bbclass from meta-oe to oe-core

2014-10-08 Thread Mike Looijmans
The gitpkgv class is very helpful when you want packages to have a consistent incremental version number, when build machines cannot talk to eachother (ruling out using PRSERVER for example) other than through repositories. However, this small gem is present in meta-oe and not in the core. I

Re: [OE-core] RFC: automatic -dbg splitting

2014-10-08 Thread Christopher Larson
On Tue, Oct 7, 2014 at 3:25 AM, Burton, Ross ross.bur...@intel.com wrote: On 11 June 2014 20:10, Burton, Ross ross.bur...@intel.com wrote: I know there are recipes floating around that have multiple -dbg packages, but I can't see a great rationale for that. I also can't see a reason why

Re: [OE-core] [RFC PATCH] uninative: Add uninative - a way of reusing native/cross over multiple distros

2014-10-08 Thread Christopher Larson
On Thu, Aug 28, 2014 at 3:27 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: These patches illustrate a new idea, a way of allowing a single set of cross/native sstate to work over multiple distros, even old ones. The assumption is that our own C library is basically up to date.

[OE-core] [PATCH 0/1] systemd: systemd: make symlinks for gudev instead of moving around

2014-10-08 Thread Andreas Müller
Moving libgudev was introduced in commit 58c432b2725ad8b78d02cb91a6ab405d425c01cc Author: Chen Qi qi.c...@windriver.com Date: Wed Sep 3 15:08:58 2014 +0800 systemd: upgrade to 216 As mentioned in [1] it is breaking packages depending on libgudev due to libtool library (and pkg-config

[OE-core] [PATCH 1/1] systemd: systemd: make symlinks for gudev instead of moving around

2014-10-08 Thread Andreas Müller
alternate solution to Martins's approach in [1] [1] http://lists.openembedded.org/pipermail/openembedded-core/2014-October/097713.html Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- meta/recipes-core/systemd/systemd_216.bb | 17 + 1 file changed, 13

Re: [OE-core] [PATCH] busybox: fix upgrade problem with deb packages

2014-10-08 Thread Aníbal Limón
On 07/10/14 18:39, Andreas Oberritter wrote: On 08.10.2014 00:49, Aníbal Limón wrote: I reviewed the patches and looks good, only i have a comment in this file, http://git.openembedded.org/openembedded-core-contrib/commit/?h=obi/doraid=a5f18409d1bf2877f898b902cafc317cbf7462e4 I didn't know

[OE-core] master: qemu-native fails do_compile: unrecognized command line option Œ-fstack-protector-strong¹

2014-10-08 Thread Darren Hart
I'm seeing the following error attempting to build qemu-native for qemux86-64 from the master branch: ERROR: Logfile of failure stored in: /build/yocto/master/intel-corei7-64_20141008094748/build/tmp/work/x86_64-li nux/qemu-native/2.1.0-r0/temp/log.do_compile.737 Log data follows: | DEBUG:

Re: [OE-core] master: qemu-native fails do_compile: unrecognized command line option Œ-fstack-protector-strong¹

2014-10-08 Thread Darren Hart
On 10/8/14, 11:00, Darren Hart dvh...@linux.intel.com wrote: I'm seeing the following error attempting to build qemu-native for qemux86-64 from the master branch: ERROR: Logfile of failure stored in: /build/yocto/master/intel-corei7-64_20141008094748/build/tmp/work/x86_64-l i

Re: [OE-core] [PATCH] busybox: fix upgrade problem with deb packages

2014-10-08 Thread Andreas Oberritter
On 08.10.2014 20:00, Aníbal Limón wrote: On 07/10/14 18:39, Andreas Oberritter wrote: On 08.10.2014 00:49, Aníbal Limón wrote: I reviewed the patches and looks good, only i have a comment in this file,

Re: [OE-core] [PATCH 1/1] git: fix do_install error

2014-10-08 Thread Saul Wold
On 10/08/2014 01:04 AM, Robert Yang wrote: Fixed when MACHINE = qemux86-64 and libdir = /usr/lib64: mv: cannot stat `/path/to/image/usr/lib64/perl-native/perl': No such file or directory The perl-native files are always installed to /usr/lib on both 32/64 bits targets. Signed-off-by: Robert

Re: [OE-core] [PATCH 1/1] git: fix do_install error

2014-10-08 Thread Peter A. Bigot
On 10/08/2014 03:04 AM, Robert Yang wrote: Fixed when MACHINE = qemux86-64 and libdir = /usr/lib64: mv: cannot stat `/path/to/image/usr/lib64/perl-native/perl': No such file or directory The perl-native files are always installed to /usr/lib on both 32/64 bits targets. Signed-off-by: Robert

Re: [OE-core] [PATCH 0/3] Update three packages

2014-10-08 Thread Chong Lu
On 10/08/2014 07:11 PM, Burton, Ross wrote: On 8 October 2014 03:50, Chong Lu chong...@windriver.com wrote: ping On 09/30/2014 05:33 PM, Chong Lu wrote: The following changes since commit 39ca8b429b6244e9649e7303cbb240adf007bf22: bitbake: toastergui fix size rendering in dirinfo page

[OE-core] [PATCH] package_do_shlibs: Look for provider in the path thats in shlib_provider dictionary

2014-10-08 Thread Khem Raj
shlib2 code puts the information about path where a provider will be found. e.g. {'/usr/lib/llvm3.3': ('libllvm3.3-llvm-3.3', '3.3')} This is obtained from new shlib2 pkgdata from llvm3.3/3.3-r0/pkgdata/shlibs2/libllvm3.3-llvm-3.3.list However when we search for NEEDED libraries we ignore the

[OE-core] [PATCH 0/1] rpcbind: make service socket activated

2014-10-08 Thread Chen Qi
The following changes since commit 16cedc3bce6fc37543e9ef053cd7c589e523ca1c: package_ipk.bbclass: Fix SRC_URI whitespace handling (2014-10-06 16:03:03 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/rpcbind-systemd

[OE-core] [PATCH 1/1] rpcbind: make service socket activated

2014-10-08 Thread Chen Qi
Instead of setting 'Restart=always' in the service file, we should make the service socket activated, just like what Fedora does. Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-extended/rpcbind/rpcbind/rpcbind.service | 9 +++--