[OE-core] [PATCH 0/2] make rpm-postinsts installed on target

2013-04-01 Thread Qi.Chen
From: Chen Qi The following changes since commit 92aeb31341b28b193d616ab5cf38af1b9673e37d: qemuimage-testlib: Fix quoting issue (2013-03-30 17:26:56 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/rpm-postinsts-problem http://git.pokylinux.org/

[OE-core] [PATCH 1/2] image.bbclass: allow override for ROOTFS_BOOTSTRAP_INSTALL

2013-04-01 Thread Qi.Chen
From: Chen Qi Previously, if 'package-management' is in IMAGE_FEATURES, this variable is set to "", otherwise, it's ${ROOTFS_PKGMANAGE_BOOTSTRAP}. It works fine with deb and ipk, because their postinsts rely on their package managers. However, rpm is a little different, as its postinsts are just

[OE-core] [PATCH 2/2] rootfs_rpm.bbclass: make rpm-postinsts installed on target

2013-04-01 Thread Qi.Chen
From: Chen Qi Override ROOTFS_BOOTSTAP_INSTALL to make rpm-postinsts installed on target regardless of 'package-management' image feature. [YOCTO #4160] Signed-off-by: Chen Qi --- meta/classes/rootfs_rpm.bbclass |1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/rootfs_rpm.bb

[OE-core] [OE-Core][PATCH] eglibc: Let eglibc-extra-nss-dev exist as empty package

2013-04-01 Thread Khem Raj
eglibc-extra-nss-dev is a dependency for libc6-dev but the package is empty and is not created as a result target install of libc6-dev fails. This will create an empty package [Yocto Bug #4168] Signed-off-by: Khem Raj --- meta/recipes-core/eglibc/eglibc-package.inc |4 +++- 1 file changed,

Re: [OE-core] [PATCH 1/1] core-image-sato.bb: increase free space size

2013-04-01 Thread ChenQi
On 04/02/2013 10:59 AM, Khem Raj wrote: On Apr 1, 2013, at 7:30 PM, qi.c...@windriver.com wrote: + +# Override IMAGE_OVERHEAD_FACTOR to increase the free space size on sato images. +IMAGE_OVERHEAD_FACTOR = "2.0" what is the size of image before and after ? roughly 100M -> 300M. smart automa

Re: [OE-core] [PATCH 1/1] core-image-sato.bb: increase free space size

2013-04-01 Thread Khem Raj
On Apr 1, 2013, at 7:30 PM, qi.c...@windriver.com wrote: > + > +# Override IMAGE_OVERHEAD_FACTOR to increase the free space size on sato > images. > +IMAGE_OVERHEAD_FACTOR = "2.0" what is the size of image before and after ? ___ Openembedded-core mail

[OE-core] [PATCH 1/1] meta: update atom-pc-wifi.cfg for audit purposes

2013-04-01 Thread Hongxu Jia
1, When do_kernel_configcheck(such as 3.8.1), it has the following warning: log.do_kernel_configcheck: NOTE: validating kernel config, see log.do_kernel_configcheck for details DEBUG: [non-hardware (4)]: meta/cfg/standard/atom-pc/specified_non_hdw.cfg This BSP sets config options that are possib

[OE-core] [PATCH 0/1][yocto-kernel-cache]meta: update atom-pc-wifi.cfg for audit purposes

2013-04-01 Thread Hongxu Jia
The following changes since commit 0fac9380caa5eaf8038536413366511c48b579b0: meta: Remove Cedartrail Machine (2013-02-10 23:54:01 -0500) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-atompc-kernel-warn http://git.pokylinux.org/cgit.cgi/poky-contri

[OE-core] [PATCH 1/1] core-image-sato.bb: increase free space size

2013-04-01 Thread Qi.Chen
From: Chen Qi Sato images, by default, have about 100M free space. This is not enough and it blocks automatic testing. This patch fixes this problem by overriding the IMAGE_OVERHEAD_FACTOR in the sato image recipe. [YOCTO #4109] Signed-off-by: Chen Qi --- meta/recipes-sato/images/core-image-

[OE-core] [PATCH 0/1] core-image-sato.bb: increase free space size

2013-04-01 Thread Qi.Chen
From: Chen Qi The following changes since commit 3c5f4d54d01887a117bf659fc9af6b2b892c2b08: separatebuilddir.inc: mxsldr should never have been added to this list, remove (2013-03-24 14:03:19 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/sato-si

[OE-core] [PATCH 1/2][for-danny] relocate_sdk.py: Fix corruption of sdk binaries

2013-04-01 Thread Denys Dmytriyenko
From: Jason Wessel There are two cases of corruption that the relocate_sdk.py was not correctly dealing with. 1) SDK Extras should be left alone Extra external binaries included in an SDK that were linked against the host's version of /usr/lib/ld-so.so should not get a relocation applied.

[OE-core] [PATCH 2/2][for-danny] relocate_sdk.py: allow relocate_sdk.py to work with python 2.4.x

2013-04-01 Thread Denys Dmytriyenko
From: Jason Wessel Avoid the chicken / egg problem of an SDK that provides a working python but requires that version of python to extract itself. The RHEL 5.x systems and some other enterprise Linux systems ship with python 2.4.x as the default python. We need to at least be able to extract wo

Re: [OE-core] [PATCH 0/3] linux-yocto: mips, -rt update and yocto-custom fix

2013-04-01 Thread Bruce Ashfield
On 13-04-01 03:24 PM, Khem Raj wrote: On Apr 1, 2013, at 10:09 AM, Bruce Ashfield wrote: [PATCH 1/3] linux-yocto/3.8: update mips SA_RESTORER fix During the 3.8.4 integration there was a build issue on MIPS due to SA_RESTORER changes. A solution was put in place for mips, but it

Re: [OE-core] [PATCH 0/3] linux-yocto: mips, -rt update and yocto-custom fix

2013-04-01 Thread Khem Raj
On Apr 1, 2013, at 10:09 AM, Bruce Ashfield wrote: > [PATCH 1/3] linux-yocto/3.8: update mips SA_RESTORER fix > >During the 3.8.4 integration there was a build issue on MIPS due to >SA_RESTORER changes. A solution was put in place for mips, but it >didn't cover other impacted archi

[OE-core] [PATCH] sstate: add -f to mv when moving sstate files into place

2013-04-01 Thread Jeff Polk
Under some conditions (ACLs enabled, NFS) mv can interactively prompt before overwriting files. Avoid hanging builds in that case by using -f which should be harmless in other cases. Signed-off-by: Jeff Polk --- meta/classes/sstate.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-

[OE-core] [PATCH 0/3] linux-yocto: mips, -rt update and yocto-custom fix

2013-04-01 Thread Bruce Ashfield
Richard, Here are three small fixes that I've gathered up since pushing out the last update to 3.8.x. [PATCH 1/3] linux-yocto/3.8: update mips SA_RESTORER fix During the 3.8.4 integration there was a build issue on MIPS due to SA_RESTORER changes. A solution was put in place for mips, bu

[OE-core] [PATCH 3/3] linux-yocto-rt: integrate 3.8.4-rt2

2013-04-01 Thread Bruce Ashfield
Updating to 3.8.4-rt2 to fix the minor issues found with -rt1. >From the upstream commit log: changes since v3.8.4-rt1: - build fix for i915 (reported by "Luis Claudio R. Goncalves") - build fix for fscache (reported by tglx) - build fix for !RT (kernel/softirq.c did not compile) - p

[OE-core] [PATCH 2/3] kernel-yocto: use KBRANCH as default build branch

2013-04-01 Thread Bruce Ashfield
commit 61001aa [kernel-yocto: respect SRC_URI modified branch selection] changed branch processing such that a branch specified in the SRC_URI would set the branch forced as the build branch. This change broke compatibility with the yocto-bsp, linux-yocto-custom based recipes. These recipes specif

[OE-core] [PATCH 1/3] linux-yocto/3.8: update mips SA_RESTORER fix

2013-04-01 Thread Bruce Ashfield
During the 3.8.4 integration there was a build issue on MIPS due to SA_RESTORER changes. A solution was put in place for mips, but it didn't cover other impacted architectures. This is a backport of the proposed fix for the next 3.8-stable, since the full -stable might not be available in the righ

[OE-core] [PATCH] connman: added wired setup for systemd

2013-04-01 Thread Cristian Iorga
Added support for correctly configuring wired interface if systemd is the init system. Fixes [YOCTO #4041]. Signed-off-by: Cristian Iorga --- meta/recipes-connectivity/connman/connman.inc |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/conn

[OE-core] OE Changelog since 2013-03-24 until 2013-03-31

2013-04-01 Thread cliff . brake
Changelog since 2013-03-24 until 2013-03-31. 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: git://github.com/Angstrom-distr

Re: [OE-core] [PATCH 1/1] systemd: Upgrade to 199

2013-04-01 Thread Colin Walters
On Fri, 2013-03-29 at 13:50 +0100, Andreas Müller wrote: > Anybody an idea why I get this when building from scratch: > > | > /home/Superandy/tmp/oe-core-eglibc/sysroots/x86_64-linux/usr/bin/armv7a-vfp-neon-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-objcopy: > 'systemd': No such file > |

[OE-core] [PATCH] buildhistory: record tag names and show warning when the same tag corresponds to different revision

2013-04-01 Thread Martin Jansa
* persistent cache records tag-srcrev mappings, but is not shared between builders * when tag is moved in remote repo, all builders should rebuild the component to use the same source, show warning when revision is different than what was used in last build Signed-off-by: Martin Jansa ---

Re: [OE-core] New OE layer index now available

2013-04-01 Thread Paul Eggleton
On Monday 01 April 2013 06:47:59 Joe MacDonald wrote: > I like it, though I have a couple of questions about the accounts > themselves. > >- Any chance we could have them connected (or use the same > credentials as) the patchworks ones? Seems like they are both based on Django so I guess

[OE-core] [PATCH v2] pcmciautils: fix segmentation fault of pccardctl command

2013-04-01 Thread Takeshi Hamasaki
This changes definition of PCMCIAUTILS_VERSION to string from a multichacter constant to avoid segmentation fault of pccardctl command. Signed-off-by: Takeshi Hamasaki --- meta/recipes-bsp/pcmciautils/pcmciautils.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/r

Re: [OE-core] [PATCH] pcmciautils: fix segmentation fault of pccardctl command

2013-04-01 Thread Henning Heinold
On Mon, Apr 01, 2013 at 06:10:44PM +0900, Takeshi Hamasaki wrote: > Hi, nitpicking about spelling. > This changes difinition of PCMCIAUTILS_VERSION to string from a multichacter > constant to avoid segmentation fault of pccardctl command. ^^^ > Signed-off-by: Takeshi Hamasaki

[OE-core] web interface is down

2013-04-01 Thread Takeshi Hamasaki
Hi list, and administrator(s), it may be already known,... the web interface of this list is down now. I used mail interface instead to subscribe so you are reading this one. Is there any plan to let web interface come back? 2013/3/31 : > This mailinglist requires people to subscribe before pos

Re: [OE-core] [RFT] GCC 4.8 recipes

2013-04-01 Thread Martin Jansa
On Sat, Mar 30, 2013 at 10:03:19AM +0100, Martin Jansa wrote: > And now the rest of qemuarm gcc-4.8 world failure > > openembedded-core/meta/recipes-devtools/elfutils/elfutils_0.148.bb, do_compile > ICE as reported before > > openembedded-core/meta/recipes-devtools/gcc/gcc_4.8.bb, do_compile > gc

[OE-core] [PATCH] pcmciautils: fix segmentation fault of pccardctl command

2013-04-01 Thread Takeshi Hamasaki
This changes difinition of PCMCIAUTILS_VERSION to string from a multichacter constant to avoid segmentation fault of pccardctl command. Signed-off-by: Takeshi Hamasaki --- meta/recipes-bsp/pcmciautils/pcmciautils.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/r

Re: [OE-core] [PATCH v2] busybox: Upgrade to v1.21.0

2013-04-01 Thread Radu Moisan
On 03/29/2013 07:00 PM, Bernhard Reutner-Fischer wrote: On Fri, Mar 29, 2013 at 12:05:10PM +0200, Radu Moisan wrote: Removed obsolete patches Added a few new patches pending 1.21.1 *busybox-1.21.0-mdev.patch *busybox-1.21.0-platform.patch *busybox-1.21.0-xz.patch Signed-off-by: Radu Moisan --

Re: [OE-core] [PATCH v2] busybox: Upgrade to v1.21.0

2013-04-01 Thread Radu Moisan
On 03/29/2013 07:00 PM, Bernhard Reutner-Fischer wrote: On Fri, Mar 29, 2013 at 12:05:10PM +0200, Radu Moisan wrote: Removed obsolete patches Added a few new patches pending 1.21.1 *busybox-1.21.0-mdev.patch *busybox-1.21.0-platform.patch *busybox-1.21.0-xz.patch Signed-off-by: Radu Moisan --

Re: [OE-core] [oe-core v3] rpm: split out run-postinsts

2013-04-01 Thread ChenQi
On 03/28/2013 12:18 PM, Zhenhua Luo wrote: 1. Split out run-postinsts script into separated package, sometimes only the postinsts script is required to run all postinsts scripts in /etc/rpm-postinsts/ instead of the whole rpm package. 2. Set ROOTFS_PKGMANAGE_BOOTSTRAP to rpm-postinsts S

Re: [OE-core] [PATCH] lsb: distro codename info added

2013-04-01 Thread Iorga, Cristian
V2 patch. DISTRO_CODENAME is check for existence, in case of distros not defining it. Regards, Cristian -Original Message- From: Iorga, Cristian Sent: Monday, April 01, 2013 10:35 AM To: openembedded-core@lists.openembedded.org Cc: Iorga, Cristian Subject: [PATCH] lsb: distro codename i

[OE-core] [PATCH] lsb: distro codename info added

2013-04-01 Thread Cristian Iorga
Poky distro codename info added to /etc/lsb-release file. lsb_release script will not complain anymore about the incompleteness of /etc/lsb-release file by returning an error code. Increases LSB compliance. Partial fix for [YOCTO #4071]. Signed-off-by: Cristian Iorga --- meta/recipes-extended/l