[OE-core] [PATCH 1/1] kmod: fix debuginfo is missing in shared library

2014-10-21 Thread Chong Lu
The INHIBIT_PACKAGE_STRIP should be only for ptest package, else debuginfo will be missing in shared library. Signed-off-by: Chong Lu --- meta/recipes-kernel/kmod/kmod_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/kmod/kmod_git.bb b/meta/recipes-

[OE-core] [PATCH 0/1] kmod: fix debuginfo is missing in shared library

2014-10-21 Thread Chong Lu
The following changes since commit 924da20c6f2f183fa7e930e4c3c6b14c090acbe5: build-appliance-image: Update to dizzy head revision (2014-10-18 16:16:38 +0200) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu/kmod http://git.pokylinux.org/cgit.cgi/poky-co

[OE-core] [PATCH] kernel.bbclass: Create modules directory even if there is no modules installed

2014-10-21 Thread zhe.he
From: He Zhe During kernel_do_install it needs to make symbol link at ${D}/lib/modules/${KERNEL_VERSION}/build, but there will not be ${D}/lib/modules/${KERNEL_VERSION} if there is no modules installed for current image, which will result in a build failure. Add "mkdir -p ${D}/lib/modules/${KERNE

Re: [OE-core] [PATCH] Refuse to run bitbake on a kernel that is too old.

2014-10-21 Thread Enrico Scholz
writes: > Bitbake.conf now specifies OLDEST_KERNEL to insure that the SDK is > not run on a kernel that is not supported by a component of the SDK > (i.e. glibc). OLDEST_KERNEL is used in glibc recipe only; it would be much better to build SDK's glibc with an --enable-kernel matching the target

[OE-core] [PATCH] rpm: realpath is required before expanding _dbpath in chroot

2014-10-21 Thread Ming Liu
A regression is introduced by commit 66573093: [ rpm: Fix rpm relocation macro usage ] _usr turned out to be a relative path to support dyanmic config after that, but it's being used somewhere as a indicator to locate substrings, so we must get the real path of it in advance. Signed-off-by: Ming

[OE-core] [PATCH] native.bbclass: use BUILD_* variables

2014-10-21 Thread Ross Burton
Instead of replicating the logic for the host compiler naming from bitbake.conf, use the BUILD_* variables directly. Signed-off-by: Ross Burton --- meta/classes/native.bbclass | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/meta/classes/native.bbclas

[OE-core] [PATCH] unifdef: remove fork, package upstream

2014-10-21 Thread Ross Burton
Instead of building specifiaclly for native a static fork of unifdef from 2007, simply package the latest tarball. Signed-off-by: Ross Burton --- meta/recipes-devtools/unifdef/files/unifdef.c | 1005 .../unifdef/unifdef-native_2.6.18+git.bb | 21 - meta/reci

Re: [OE-core] [PATCH] gdb-cross: build with python support

2014-10-21 Thread Burton, Ross
On 7 October 2014 16:50, Andreas Müller wrote: > -DEPENDS = "expat-native ncurses-native readline-native" > +DEPENDS = "expat-native ncurses-native readline-native python-native" > > -EXTRA_OECONF += "--without-python" > +inherit pythonnative Do we want to make this a PACKAGECONFIG option? Addin

Re: [OE-core] [PATCH V3] opkg: Call prerm and postrm scripts on package upgrade.

2014-10-21 Thread Paul Barker
On 15 October 2014 23:27, Peter Urbanec wrote: > opkg upgrade will now call prerm and postrm scripts from the old package > with "upgrade new-version" arguments, similar to what dpkg does. > > Signed-off-by: Peter Urbanec > --- > .../opkg/opkg/prerm-and-postrm-scripts.patch | 81 >

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

2014-10-21 Thread Paul Barker
On 11 October 2014 11:37, Paul Barker wrote: > On 11 October 2014 11:33, Hongxu Jia wrote: >> >> Here is my patch, and it could not work, I think we are doing >> the same thing: >> >> --- a/libopkg/opkg_remove.c >> +++ b/libopkg/opkg_remove.c >> @@ -118,8 +118,11 @@ opkg_remove_dependent_pkgs(pkg

[OE-core] [PATCH] mc: Update patch status

2014-10-21 Thread Paul Barker
mc-CTRL.patch has now been accepted upstream. Signed-off-by: Paul Barker --- meta/recipes-extended/mc/mc/mc-CTRL.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/mc/mc/mc-CTRL.patch b/meta/recipes-extended/mc/mc/mc-CTRL.patch index d532bde..e23d9dd

Re: [OE-core] wic debug suggestions

2014-10-21 Thread Tom Zanussi
On Mon, 2014-10-20 at 13:45 -0400, Philip Balister wrote: > I'm trying to make an sd card using the sdimage-bootpart.wks file. I've > made an image and dd'ed it to a card. The card has a good vfat > partition, but the ext4 partition won't mount. Looks like bad > superblock. I can format the partiti

Re: [OE-core] [PATCH] native.bbclass: use BUILD_* variables

2014-10-21 Thread Christopher Larson
On Tue, Oct 21, 2014 at 7:37 AM, Ross Burton wrote: > Instead of replicating the logic for the host compiler naming from bitbake > .conf, > use the BUILD_* variables directly. > > Signed-off-by: Ross Burton > This duplication has bugged me for years, but never enough to do something about it. N

[OE-core] [PATCH] add CUnit test suite

2014-10-21 Thread Mike Holmes
Signed-off-by: Mike Holmes --- meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb diff --git a/meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb b/meta-oe/recipes-devtools/cunit/cu

[OE-core] [meta-oe][PATCH] add CUnit test suite

2014-10-21 Thread Mike Holmes
Signed-off-by: Mike Holmes --- meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb diff --git a/meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb b/meta-oe/recipes-devtools/cunit/cu

Re: [OE-core] wic debug suggestions

2014-10-21 Thread Tom Zanussi
On Mon, 2014-10-20 at 13:45 -0400, Philip Balister wrote: > I'm trying to make an sd card using the sdimage-bootpart.wks file. I've > made an image and dd'ed it to a card. The card has a good vfat > partition, but the ext4 partition won't mount. Looks like bad > superblock. I can format the partiti

Re: [OE-core] [PATCH] add CUnit test suite

2014-10-21 Thread Martin Jansa
On Tue, Oct 21, 2014 at 05:02:37PM -0400, Mike Holmes wrote: > Signed-off-by: Mike Holmes > --- > meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb | 18 ++ meta-oe changes belong to openembedded-de...@lists.openembedded.org > 1 file changed, 18 insertions(+) > create mode 100644 m

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

2014-10-21 Thread Marek Vasut
On Monday, October 20, 2014 at 12:26:04 PM, Koen Kooi wrote: > > Op 19 okt. 2014, om 21:15 heeft Marek Vasut het volgende > > geschreven: > > > > Pull the uImage image format generation from kernel.bbclass into > > a separate kernel-uimage.bbclass. The recipes which now need to > > generate an uI

[OE-core] [PATCH 3/4] bind: clean host path in isc-config.sh

2014-10-21 Thread wenzong.fan
From: Wenzong Fan * /usr/bin/isc-config.sh * /usr/bin/bind9-config - hardlink to isc-config.sh Signed-off-by: Wenzong Fan --- meta/recipes-connectivity/bind/bind_9.9.5.bb |7 +++ 1 file changed, 7 insertions(+) diff --git a/meta/recipes-connectivity/bind/bind_9.9.5.bb b/meta/recipes-

[OE-core] [PATCH 1/4] bash: clean host path in bashbug

2014-10-21 Thread wenzong.fan
From: Wenzong Fan * /usr/bin/bashbug Signed-off-by: Wenzong Fan --- meta/recipes-extended/bash/bash.inc |4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index 2fe0c6b..d35d25c 100644 --- a/meta/recipes-extende

[OE-core] [PATCH 0/4] Clean host path in target scripts

2014-10-21 Thread wenzong.fan
From: Wenzong Fan Clean host path for: * /usr/bin/crossscripts/tclConfig.sh * /usr/bin/isc-config.sh * /usr/bin/bind9-config - hardlink to isc-config.sh * /usr/bin/compile_et * /usr/bin/mk_cmds * /usr/bin/bashbug The following changes since commit 924da20c6f2f183fa7e930e4c3c6b14c090

[OE-core] [PATCH 4/4] tcl: clean host path in tclConfig.sh

2014-10-21 Thread wenzong.fan
From: Wenzong Fan * /usr/bin/crossscripts/tclConfig.sh Signed-off-by: Wenzong Fan --- meta/recipes-devtools/tcltk/tcl_8.6.1.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.1.bb b/meta/recipes-devtools/tcltk/tcl_8.6.1.bb index 27f73f2..6c2c642 1006

[OE-core] [PATCH 2/4] e2fsprogs: clean host path in compile_et, mk_cmds

2014-10-21 Thread wenzong.fan
From: Wenzong Fan * /usr/bin/compile_et * /usr/bin/mk_cmds Signed-off-by: Wenzong Fan --- .../recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb |6 ++ 1 file changed, 6 insertions(+) diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb b/meta/recipes-devtools/e2fsprogs/e2fsp

[OE-core] [PATCH 1/1] lsof: fix LSOF_CCV in version.h

2014-10-21 Thread wenzong.fan
From: Wenzong Fan When using cross compiler to build the package "lsof" on a host, the value of LSOF_CCV in version.h genegrated by the Makefile is the version of the compiler on the host while it should be the version of cross compiler. On Ubuntu host before fixed: #define LSOF_CCV"4.

[OE-core] [PATCH 0/1] lsof: fix LSOF_CCV in version.h

2014-10-21 Thread wenzong.fan
From: Wenzong Fan When using cross compiler to build the package "lsof" on a host, the value of LSOF_CCV in version.h genegrated by the Makefile is the version of the compiler on the host while it should be the version of cross compiler. On Ubuntu host before fixed: #define LSOF_CCV"4.

[OE-core] [PATCH 0/1] shadow: fix pam configs for chpasswd, newusers

2014-10-21 Thread wenzong.fan
From: Wenzong Fan Fix below errors while pam is enabled on target: root@qemux86:~# newusers newusers: PAM: Authentication failure root@qemux86:~# chpasswd chpasswd: PAM: Authentication failure The configs copied from "chgpasswd" which command works with pam. The following changes since

[OE-core] [PATCH 1/1] shadow: fix pam configs for chpasswd, newusers

2014-10-21 Thread wenzong.fan
From: Wenzong Fan Fix below errors while pam is enabled on target: root@qemux86:~# newusers newusers: PAM: Authentication failure root@qemux86:~# chpasswd chpasswd: PAM: Authentication failure The configs copied from "chgpasswd" which command works with pam. Signed-off-by: Wenzong Fan

Re: [OE-core] [oe-core][PATCH 1/1] opkg_svn: update-alternatives fails for "[" and "[[" in busybox

2014-10-21 Thread Liu Jian
Hi Ross and Barker, You are right and I make a mistake. Sorry. Liu Jian 于 2014年10月20日 23:04, Burton, Ross 写道: On 20 October 2014 10:40, Paul Barker wrote: This patch looks to be corrupted, opkg_svn.bb no longer exists in oe-core (it's now opkg_0.2.2.bb) and your commit message is very conf

Re: [OE-core] [PATCH 1/1] hdparm: hdparm man pages can not be forbiden

2014-10-21 Thread Liu Jian
Hi Barker, You are right. It is my mistake. I will send a new one later. Liu Jian 于 2014年10月20日 18:33, Paul Barker 写道: On 20 October 2014 10:30, Liu Jian wrote: "--enable-doc-pages" can control if man page of a package is added to the file system. "none" and "target" are the two only values

Re: [OE-core] [PATCH V2 1/1] gconf: fix multilib conflict - org.gnome.GConf.service

2014-10-21 Thread Chong Lu
On 10/20/2014 08:31 PM, Burton, Ross wrote: On 20 October 2014 10:19, Chong Lu wrote: The data file is different between bit-32 and bit-64 environment. And the data file is specific to the daemon, and you only want that installed once. Two gconf daemons will attempt to write the same data fi