Re: [OE-core] [PATCH] populate_sdk_base: repeat to tar archive file five time

2013-10-16 Thread Otavio Salvador
On Wed, Oct 16, 2013 at 2:53 AM, rongqing...@windriver.com wrote: From: Roy Li rongqing...@windriver.com [YOCTO #5287] tar failed and reported that file changed as we read it, now we workaround it Signed-off-by: Roy Li rongqing...@windriver.com You must be kidding right?! loop 5 times?!?

Re: [OE-core] [PATCH] populate_sdk_base: repeat to tar archive file five time

2013-10-16 Thread Rongqing Li
On 10/16/2013 02:24 PM, Otavio Salvador wrote: On Wed, Oct 16, 2013 at 2:53 AM, rongqing...@windriver.com wrote: From: Roy Li rongqing...@windriver.com [YOCTO #5287] tar failed and reported that file changed as we read it, now we workaround it Signed-off-by: Roy Li

Re: [OE-core] [PATCH] populate_sdk_base: repeat to tar archive file five time

2013-10-16 Thread Otavio Salvador
On Wed, Oct 16, 2013 at 3:34 AM, Rongqing Li rongqing...@windriver.com wrote: On 10/16/2013 02:24 PM, Otavio Salvador wrote: On Wed, Oct 16, 2013 at 2:53 AM, rongqing...@windriver.com wrote: From: Roy Li rongqing...@windriver.com [YOCTO #5287] tar failed and reported that file changed

Re: [OE-core] [PATCH] populate_sdk_base: repeat to tar archive file five time

2013-10-16 Thread Otavio Salvador
On Wed, Oct 16, 2013 at 3:34 AM, Rongqing Li rongqing...@windriver.com wrote: On 10/16/2013 02:24 PM, Otavio Salvador wrote: On Wed, Oct 16, 2013 at 2:53 AM, rongqing...@windriver.com wrote: From: Roy Li rongqing...@windriver.com [YOCTO #5287] tar failed and reported that file changed

Re: [OE-core] [PATCH] populate_sdk_base: repeat to tar archive file five time

2013-10-16 Thread Rongqing Li
On 10/16/2013 02:39 PM, Otavio Salvador wrote: On Wed, Oct 16, 2013 at 3:34 AM, Rongqing Li rongqing...@windriver.com wrote: On 10/16/2013 02:24 PM, Otavio Salvador wrote: On Wed, Oct 16, 2013 at 2:53 AM, rongqing...@windriver.com wrote: From: Roy Li rongqing...@windriver.com [YOCTO

Re: [OE-core] [PATCH] glib-2.0: fix build on Aarch64

2013-10-16 Thread Riku Voipio
Hi, On 15 October 2013 14:51, Riku Voipio riku.voi...@linaro.org wrote: Backported patch from upstream Can someone look into this soon? Riku Signed-off-by: Riku Voipio riku.voi...@linaro.org --- ...ror-format-string-errors-from-mismatched-.patch | 56 ++

[OE-core] [PATCH] minicom: fix -v/-h return value

2013-10-16 Thread Chong.Lu
From: Lu Chong chong...@windriver.com The previous return value for '-h' and '-v' options was 1 which was not correct. These two options should return 0 instead. Signed-off-by: Lu Chong chong...@windriver.com --- ...001-fix-minicom-h-v-return-value-is-not-0.patch | 35

[OE-core] [PATCHv2] openssl: switch ARM builds from linux-elf-arm to linux-armv4 config

2013-10-16 Thread Koen Kooi
From: Koen Kooi koen.k...@linaro.org This enables aes and sha1 assembly at buildtime. Openssl does a runtime check to see which portion gets enabled. './Configure TABLE' gives the following: *** linux-elf-arm $cc = $cflags = -DL_ENDIAN -DTERMIO -O2 -pipe -g

[OE-core] [PATCH 1/2 v2] connman: ignore the networking device which nfs for rootfs is working on

2013-10-16 Thread rongqing.li
From: Roy Li rongqing...@windriver.com Otherwise system will hang since nfs is not disconnected and remove the judgement of initscript DISTRO_FEATURE when install init script connman, because inherit systemd will remove init script Signed-off-by: Roy Li rongqing...@windriver.com ---

Re: [OE-core] [PATCH] populate_sdk_base: repeat to tar archive file five time

2013-10-16 Thread Otavio Salvador
On Wed, Oct 16, 2013 at 3:49 AM, Rongqing Li rongqing...@windriver.com wrote: On 10/16/2013 02:39 PM, Otavio Salvador wrote: On Wed, Oct 16, 2013 at 3:34 AM, Rongqing Li rongqing...@windriver.com wrote: On 10/16/2013 02:24 PM, Otavio Salvador wrote: On Wed, Oct 16, 2013 at 2:53 AM,

Re: [OE-core] [PATCH] connman: ignore the networking device which nfs for rootfs is working on

2013-10-16 Thread Rongqing Li
On 10/16/2013 04:54 PM, Koen Kooi wrote: ConditionKernelCommandLine!=root=/dev/nfs What is your meaning? That's you are creating a huge script that does something built into systemd. Yes, I can not find a way to avoid to that, Do you have any advice? -Roy -- Best Reagrds, Roy |

Re: [OE-core] [PATCH] connman: ignore the networking device which nfs for rootfs is working on

2013-10-16 Thread Koen Kooi
Op 16 okt. 2013, om 11:10 heeft Rongqing Li rongqing...@windriver.com het volgende geschreven: On 10/16/2013 04:54 PM, Koen Kooi wrote: ConditionKernelCommandLine!=root=/dev/nfs What is your meaning? That's you are creating a huge script that does something built into systemd.

Re: [OE-core] [PATCHv2] openssl: switch ARM builds from linux-elf-arm to linux-armv4 config

2013-10-16 Thread Phil Blundell
On Wed, 2013-10-16 at 09:25 +0200, Koen Kooi wrote: From: Koen Kooi koen.k...@linaro.org This enables aes and sha1 assembly at buildtime. Openssl does a runtime check to see which portion gets enabled. [...] Algoblocksize ops/s after ops/s beforedifference

Re: [OE-core] [PATCHv2] openssl: switch ARM builds from linux-elf-arm to linux-armv4 config

2013-10-16 Thread Koen Kooi
Op 16 okt. 2013, om 11:20 heeft Phil Blundell p...@pbcl.net het volgende geschreven: On Wed, 2013-10-16 at 09:25 +0200, Koen Kooi wrote: From: Koen Kooi koen.k...@linaro.org This enables aes and sha1 assembly at buildtime. Openssl does a runtime check to see which portion gets enabled.

[OE-core] [PATCH 2/2] screen: add pkg_postinst to register entry to /etc/shells

2013-10-16 Thread Ming Liu
Signed-off-by: Ming Liu ming@windriver.com --- meta/recipes-extended/screen/screen_4.0.3.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-extended/screen/screen_4.0.3.bb b/meta/recipes-extended/screen/screen_4.0.3.bb index 1a7eb20..456f970 100644 ---

[OE-core] [PATCH 1/2] base-files: move shells generating process to pkg_postinst

2013-10-16 Thread Ming Liu
The shells file lists several valid login shells, of which some might be not present in a particular rootfs, this is unreasonable. Fix it by moving shells file generating process to pkg_postinst, for other shells must do the same thing to register themselves to this file. Signed-off-by: Ming Liu

Re: [OE-core] [PATCH] connman: ignore the networking device which nfs for rootfs is working on

2013-10-16 Thread Enrico Scholz
Rongqing Li rongqing.li-cwa4wttnnzf54taoqty...@public.gmane.org writes: ConditionKernelCommandLine!=root=/dev/nfs What is your meaning? That's you are creating a huge script that does something built into systemd. Yes, I can not find a way to avoid to that, Do you have any advice? I

Re: [OE-core] [PATCH] nspr: Add LDFLAGS to TARGET_CC_ARCH to fix warning

2013-10-16 Thread sujith h
Hi, I hope the patch and the waning messages it addresses are ok. Else let me know, I will fix them. Thanks, Sujith H On Wed, Oct 16, 2013 at 11:16 AM, Sujith H sujit...@gmail.com wrote: WARNING: QA Issue: No GNU_HASH in the elf binary:

Re: [OE-core] [PATCH] packagegroup-core-basic: libuser has a hard depenency on libpam

2013-10-16 Thread Paul Eggleton
On Tuesday 15 October 2013 15:22:46 Saul Wold wrote: Since libpam is only built when DISTRO_FEATURES pam is enabled we should not be trying to build libuser also. Should this packagegroup be bringing in libraries such as this at all, given that libraries are generally pulled in as dependencies

Re: [OE-core] [PATCH] packagegroup-core-basic: libuser has a hard depenency on libpam

2013-10-16 Thread Koen Kooi
Op 16 okt. 2013, om 12:25 heeft Paul Eggleton paul.eggle...@linux.intel.com het volgende geschreven: On Tuesday 15 October 2013 15:22:46 Saul Wold wrote: Since libpam is only built when DISTRO_FEATURES pam is enabled we should not be trying to build libuser also. Should this packagegroup

[OE-core] [PATCH] systemd-compat-units: run-postinsts fix script link

2013-10-16 Thread Andreas Müller
in commit fe039170236080291c0220476a5809774f82ee5c Author: Muhammad Shakeel muhammad_shak...@mentor.com Date: Wed Oct 2 10:55:32 2013 + systemd-compat-units: Use correct run-postinsts script link OE-Core commit 75a14923da1ba91eddde47f0907345c19c82d6f0 has moved run-postinsts

[OE-core] JFFS2 and -n, --no-cleanmarkers

2013-10-16 Thread Andrea Adami
Hi all, unfortunately the creation of JFFS2 mages is hardcoding the --no-cleanmarkers option (-n) after those two commits: http://cgit.openembedded.org/openembedded-core/commit/meta/classes/image_types.bbclass?id=70a276509f0f006fcc269296afc3dcc88d2825e1

Re: [OE-core] [PATCH] packagegroup-core-basic: libuser has a hard depenency on libpam

2013-10-16 Thread Paul Eggleton
On Wednesday 16 October 2013 13:23:08 Koen Kooi wrote: Op 16 okt. 2013, om 12:25 heeft Paul Eggleton paul.eggle...@linux.intel.com het volgende geschreven: On Tuesday 15 October 2013 15:22:46 Saul Wold wrote: Since libpam is only built when DISTRO_FEATURES pam is enabled we should not be

Re: [OE-core] [PATCH 3/3] wic: add fakeroot to the populate-extfs step

2013-10-16 Thread Richard Purdie
On Wed, 2013-10-16 at 00:14 -0500, Tom Zanussi wrote: Without this, files in the generated filesystem pick up the wrong ownership. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/mic/kickstart/custom_commands/partition.py | 2 +- 1 file changed, 1 insertion(+), 1

Re: [OE-core] [PATCH] populate_sdk_base: repeat to tar archive file five time

2013-10-16 Thread Richard Purdie
On Wed, 2013-10-16 at 14:34 +0800, Rongqing Li wrote: On 10/16/2013 02:24 PM, Otavio Salvador wrote: On Wed, Oct 16, 2013 at 2:53 AM, rongqing...@windriver.com wrote: From: Roy Li rongqing...@windriver.com [YOCTO #5287] tar failed and reported that file changed as we read it, now

[OE-core] [PATCH] bitbake.conf: add WARN_QA and ERROR_QA to the hash whitelist

2013-10-16 Thread Ross Burton
I discovered bitbake rebuilding packages because WARN_QA had changed. These variables don't influence the output, so add them to the whitelist. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/conf/bitbake.conf |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH] packagegroup-core-basic: libuser has a hard depenency on libpam

2013-10-16 Thread Koen Kooi
Op 16 okt. 2013, om 13:47 heeft Paul Eggleton paul.eggle...@linux.intel.com het volgende geschreven: On Wednesday 16 October 2013 13:23:08 Koen Kooi wrote: Op 16 okt. 2013, om 12:25 heeft Paul Eggleton paul.eggle...@linux.intel.com het volgende geschreven: On Tuesday 15 October 2013

Re: [OE-core] [PATCH] packagegroup-core-basic: libuser has a hard depenency on libpam

2013-10-16 Thread Richard Purdie
On Wed, 2013-10-16 at 14:21 +0200, Koen Kooi wrote: Op 16 okt. 2013, om 13:47 heeft Paul Eggleton paul.eggle...@linux.intel.com het volgende geschreven: On Wednesday 16 October 2013 13:23:08 Koen Kooi wrote: Op 16 okt. 2013, om 12:25 heeft Paul Eggleton paul.eggle...@linux.intel.com het

[OE-core] [PATCH] update-rcd.bbclass: fix host/target test

2013-10-16 Thread Ross Burton
update-rc: Stop and remove service if updating package (oe-core d91b08) had a bug in it's implementation of a host or target test which always resulted in target, so the rootfs scripts were attempting to restart daemons on the host. Signed-off-by: Ross Burton ross.bur...@intel.com ---

[OE-core] [PATCH] packagegroup-base: if zeroconf DISTRO_FEATURE enabled, add libnss-mdns

2013-10-16 Thread Ross Burton
mDNS name resolution is a key part of mDNS, so if the DISTRO_FEATURE is enabled then install libnss-mdns. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-core/packagegroups/packagegroup-base.bb |1 + 1 file changed, 1 insertion(+) diff --git

[OE-core] RFC: Using formfactor data in other recipes

2013-10-16 Thread Paul Eggleton
Hi all, Andrea has been doing some cleanup on meta-handheld, and he and I have come across what seems to be a bit of a shortcoming with formfactor over the variable-based alternative that was used in OE-Classic (MACHINE_GUI_CLASS, MACHINE_DISPLAY_WIDTH_PIXELS, MACHINE_DISPLAY_HEIGHT_PIXELS

Re: [OE-core] RFC: Using formfactor data in other recipes

2013-10-16 Thread Richard Purdie
On Wed, 2013-10-16 at 14:50 +0100, Paul Eggleton wrote: Hi all, Andrea has been doing some cleanup on meta-handheld, and he and I have come across what seems to be a bit of a shortcoming with formfactor over the variable-based alternative that was used in OE-Classic (MACHINE_GUI_CLASS,

[OE-core] [PATCH 1/1] openssl: use linux-generic64 target for Aarch64 (LE and BE)

2013-10-16 Thread Fathi Boudra
Update configure-targets.patch: - drop linux-aarch64 configuration Update do_configure(): - add linux-aarch64 case and use linux-generic64 target Backport initial-aarch64-bits.patch: - first order optimizations for Aarch64 Signed-off-by: Fathi Boudra fathi.bou...@linaro.org ---

Re: [OE-core] [PATCH 3/3] wic: add fakeroot to the populate-extfs step

2013-10-16 Thread Darren Hart
On Wed, 2013-10-16 at 13:09 +0100, Richard Purdie wrote: On Wed, 2013-10-16 at 00:14 -0500, Tom Zanussi wrote: Without this, files in the generated filesystem pick up the wrong ownership. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com ---

Re: [OE-core] [PATCH 3/3] wic: add fakeroot to the populate-extfs step

2013-10-16 Thread Richard Purdie
On Wed, 2013-10-16 at 08:10 -0700, Darren Hart wrote: On Wed, 2013-10-16 at 13:09 +0100, Richard Purdie wrote: On Wed, 2013-10-16 at 00:14 -0500, Tom Zanussi wrote: Without this, files in the generated filesystem pick up the wrong ownership. Signed-off-by: Tom Zanussi

[OE-core] [PATCH] relocate_sdk.py: Allow script to work with Python 2.4 and 3.

2013-10-16 Thread Konrad Scherer
From: Konrad Scherer konrad.sche...@windriver.com Python 2.4 does not support the 'b' string literal or the keyword 'as' in exception handling. Python 3 does not accept the old method of exception handling and defaults to unicode. The b() function converts strings to bytes on Python 3 and using

[OE-core] [Patch 0/1 V2] Update relocate_sdk.py to work with Python 2.4

2013-10-16 Thread Konrad Scherer
As a bootstrap script, relocate_sdk.py needs to support as many versions of python as possible. Since python 2.4.3 is default python on RedHat/CentOS 5.x, the recent updates to support python 3 broke these platforms. This is the cleanest way I could find to support all pythons 2.4 to 3. I have

Re: [OE-core] [PATCH 3/3] wic: add fakeroot to the populate-extfs step

2013-10-16 Thread Darren Hart
On Wed, 2013-10-16 at 08:10 -0700, Darren Hart wrote: On Wed, 2013-10-16 at 13:09 +0100, Richard Purdie wrote: On Wed, 2013-10-16 at 00:14 -0500, Tom Zanussi wrote: Without this, files in the generated filesystem pick up the wrong ownership. Signed-off-by: Tom Zanussi

Re: [OE-core] [PATCH 3/3] wic: add fakeroot to the populate-extfs step

2013-10-16 Thread Richard Purdie
On Wed, 2013-10-16 at 09:05 -0700, Darren Hart wrote: On Wed, 2013-10-16 at 08:10 -0700, Darren Hart wrote: On Wed, 2013-10-16 at 13:09 +0100, Richard Purdie wrote: On Wed, 2013-10-16 at 00:14 -0500, Tom Zanussi wrote: Without this, files in the generated filesystem pick up the wrong

Re: [OE-core] [PATCH 0/2] Use alternatives for all of binutils instead of -symlinks

2013-10-16 Thread Saul Wold
During MUT builds, we saw a failure with the toolchain | Computing transaction...error: Can't install binutils-cross-canadian-arm-2.23.2-r4@i686_nativesdk: no package provides update-alternatives-cworth | Can be seen all architectures. Sau! On 10/10/2013 01:06 PM, Peter Seebach wrote:

Re: [OE-core] [PATCH V5 00/13] Add python 3 support

2013-10-16 Thread Saul Wold
Khem, I am still seeing some WARNING when we build with world WARNING: The recipe python3 is trying to install files into a shared area when those files already exist. Those files and their manifest location are:

Re: [OE-core] [PATCH V5 00/13] Add python 3 support

2013-10-16 Thread Khem Raj
Saul Thanks, I have also observed these. Second one I have some idea about but first one I have to look into -Khem On Oct 16, 2013, at 9:59 AM, Saul Wold s...@linux.intel.com wrote: Khem, I am still seeing some WARNING when we build with world WARNING: The recipe python3 is trying to

Re: [OE-core] [PATCH 1/1] kernel-grub.bbclass: a method to install/update for bzImage

2013-10-16 Thread Saul Wold
On 09/18/2013 12:26 AM, Hongxu Jia wrote: While installing a rpm to update kernel on a deployed target, it will update the boot area and the boot menu with the kernel as the priority but allow you to fall back to the original kernel as well. Will this work for deb or ipk? Sau! - In

[OE-core] [CONSOLIDATED PULL 00/30] Package Updated Fixes

2013-10-16 Thread Saul Wold
Richard, This is set of updates and fixes that I have reviewed and run through the autobuilder. I have included the kernel-grub.bbclass as it's a standalone class, right now it's RPM only it seems. Sau! The following changes since commit 2b179d90eacc58f0b217f64407782a9174362850:

Re: [OE-core] [PATCH 2/2] screen: add pkg_postinst to register entry to /etc/shells

2013-10-16 Thread Saul Wold
On 10/16/2013 02:58 AM, Ming Liu wrote: Signed-off-by: Ming Liu ming@windriver.com --- meta/recipes-extended/screen/screen_4.0.3.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-extended/screen/screen_4.0.3.bb b/meta/recipes-extended/screen/screen_4.0.3.bb index

Re: [OE-core] [PATCH 0/2] Use alternatives for all of binutils instead of -symlinks

2013-10-16 Thread Mark Hatle
On 10/16/13 11:48 AM, Saul Wold wrote: During MUT builds, we saw a failure with the toolchain | Computing transaction...error: Can't install binutils-cross-canadian-arm-2.23.2-r4@i686_nativesdk: no package provides update-alternatives-cworth | Can be seen all architectures. Sounds like the

[OE-core] [PATCH] image_types.bbclass: allow JFFS2 image with cleanmarkers

2013-10-16 Thread Andrea Adami
The creation of JFFS2 images was hardcoding the --no-cleanmarkers option (-n) after those two commits: 70a276509f0f006fcc269296afc3dcc88d2825e1 7c803cea58737ea0abc62cd21c3813d955f07224 The documentation explains that the -n option is intended for flash NAND only: devices with NOR flash need the

[OE-core] [PATCH 0/1] wic populate-ext fix

2013-10-16 Thread Tom Zanussi
This is the pseudo version of the previously submitted fakeroot fix to the wic populate-ext bug. The following changes since commit 68a41d2afd3392c59f78398913aa3855225cc52d: glib-2.0: fix build on Aarch64 (2013-10-16 13:33:59 +0100) are available in the git repository at:

[OE-core] [PATCH 1/1] wic: add pseudo to the populate-extfs step

2013-10-16 Thread Tom Zanussi
Without this, files in the generated filesystem pick up the wrong ownership. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/mic/kickstart/custom_commands/partition.py | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH 1/1] wic: add pseudo to the populate-extfs step

2013-10-16 Thread Darren Hart
On Wed, 2013-10-16 at 15:25 -0500, Tom Zanussi wrote: Without this, files in the generated filesystem pick up the wrong ownership. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/mic/kickstart/custom_commands/partition.py | 9 - 1 file changed, 8

Re: [OE-core] [PATCH 0/1] populate_sdk_rpm: add python to nativesdk INSTALL_PROVIDESNAME_RPM list

2013-10-16 Thread Saul Wold
On 10/11/2013 03:06 AM, wenzong@windriver.com wrote: From: Wenzong Fan wenzong@windriver.com If any native SDK packages involve python scripts that start with '#!/usr/bin/python', then the populate_sdk step will fail with: error: Can't install nativesdk-xxx-$ver@x86_64_nativesdk:

Re: [OE-core] [CONSOLIDATED PULL 00/30] Package Updated Fixes

2013-10-16 Thread Burton, Ross
On 16 October 2013 18:54, Saul Wold s...@linux.intel.com wrote: wayland: upgrade to 1.3.0 weston: upgrade to 1.3.0 weston-init: start weston on a new VT Extended testing revealed some problems that I couldn't root-cause trivially, please don't pull these just yet. Ross

Re: [OE-core] [PATCH] image_types.bbclass: allow JFFS2 image with cleanmarkers

2013-10-16 Thread Andrea Adami
On Wed, Oct 16, 2013 at 10:16 PM, Andrea Adami andrea.ad...@gmail.com wrote: The creation of JFFS2 images was hardcoding the --no-cleanmarkers option (-n) after those two commits: 70a276509f0f006fcc269296afc3dcc88d2825e1 7c803cea58737ea0abc62cd21c3813d955f07224 The documentation explains

[OE-core] [PATCH v2] image_types.bbclass: allow JFFS2 image with cleanmarkers

2013-10-16 Thread Andrea Adami
The creation of JFFS2 images was hardcoding the --no-cleanmarkers option (-n) after those two commits: 70a276509f0f006fcc269296afc3dcc88d2825e1 7c803cea58737ea0abc62cd21c3813d955f07224 The documentation explains that the -n option is intended for flash NAND only: devices with NOR flash need the

Re: [OE-core] [PATCH 2/2] screen: add pkg_postinst to register entry to /etc/shells

2013-10-16 Thread Ming Liu
On 10/17/2013 02:33 AM, Saul Wold wrote: On 10/16/2013 02:58 AM, Ming Liu wrote: Signed-off-by: Ming Liu ming@windriver.com --- meta/recipes-extended/screen/screen_4.0.3.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-extended/screen/screen_4.0.3.bb

Re: [OE-core] [PATCH] populate_sdk_base: repeat to tar archive file five time

2013-10-16 Thread Rongqing Li
On 10/16/2013 08:12 PM, Richard Purdie wrote: On Wed, 2013-10-16 at 14:34 +0800, Rongqing Li wrote: On 10/16/2013 02:24 PM, Otavio Salvador wrote: On Wed, Oct 16, 2013 at 2:53 AM, rongqing...@windriver.com wrote: From: Roy Li rongqing...@windriver.com [YOCTO #5287] tar failed and

Re: [OE-core] [PATCH] classes: add aarch64_be target

2013-10-16 Thread Nobuhiro Iwamatsu
Hi, 2013/10/11 Koen Kooi k...@dominion.thruhere.net: Op 11 okt. 2013, om 07:37 heeft Nobuhiro Iwamatsu iwama...@nigauri.org het volgende geschreven: Hi, I have a question. Why don't you unite name rules of other architecture? Forexample, armeb is endian-big of arm. mipsel is

[OE-core] [PATCH V1 2/2] screen: add pkg_postinst to register entry to /etc/shells

2013-10-16 Thread Ming Liu
Signed-off-by: Ming Liu ming@windriver.com --- meta/recipes-extended/screen/screen_4.0.3.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-extended/screen/screen_4.0.3.bb b/meta/recipes-extended/screen/screen_4.0.3.bb index 1a7eb20..81e418b 100644 ---

[OE-core] [PATCH V1 1/2] base-files: move shells generating process to pkg_postinst

2013-10-16 Thread Ming Liu
The shells file lists several valid login shells, of which some might be not present in a particular rootfs, this is unreasonable. Fix it by moving shells file generating process to pkg_postinst, for other shells must do the same thing to register themselves to this file. Signed-off-by: Ming Liu

Re: [OE-core] [PATCH 1/1] buildhistory.bbclass: always record PKG, PKGE, PKGV and PKGR

2013-10-16 Thread ChenQi
On 10/16/2013 03:58 AM, Randy MacLeod wrote: On 13-10-01 01:28 PM, Mark Hatle wrote: On 9/30/13 11:26 AM, Paul Eggleton wrote: On Thursday 26 September 2013 13:23:32 qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com The buildhistory.bbclass always records PV instead of PKGV.

Re: [OE-core] [PATCH] connman: ignore the networking device which nfs for rootfs is working on

2013-10-16 Thread Rongqing Li
On 10/16/2013 06:08 PM, Enrico Scholz wrote: Rongqing Li rongqing.li-cwa4wttnnzf54taoqty...@public.gmane.org writes: ConditionKernelCommandLine!=root=/dev/nfs What is your meaning? That's you are creating a huge script that does something built into systemd. Yes, I can not find a

[OE-core] [PATCH] minicom: fix -v/-h return value

2013-10-16 Thread Chong.Lu
From: Lu Chong chong...@windriver.com The previous return value for '-h' and '-v' options was 1 which was not correct. These two options should return 0 instead. Signed-off-by: Lu Chong chong...@windriver.com --- ...001-fix-minicom-v-h-return-value-is-not-0.patch | 37

Re: [OE-core] [CONSOLIDATED PULL 00/30] Package Updated Fixes

2013-10-16 Thread Liu Ting-B28495
-Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Saul Wold Sent: Thursday, October 17, 2013 1:54 AM To: openembedded-core@lists.openembedded.org Subject: [OE-core] [CONSOLIDATED PULL

[OE-core] [PATCH 0/1] linux-yocto: add 3.10 minnowboard support

2013-10-16 Thread Bruce Ashfield
Richard/Saul, This one is pretty self explanitory, Darren sent a series of upstream backports for minnow board support, which I've applied to the 3.10 tree to add support. Since these are mainline changes, they are safe for all boards. cc: Darren Hart dvh...@linux.intel.com Cheers, Bruce

[OE-core] [PATCH 1/1] linux-yocto/3.10: MinnowBoard support

2013-10-16 Thread Bruce Ashfield
Updating the 3.10 SRCREVs to update minnowboard support via the following changes: 3F6C824 pch_gbe: Add MinnowBoard support 9f52743 pch_gbe: Use PCH_GBE_PHY_REGS_LEN instead of 32 ec7b5e6 pch_gbe: use managed functions pcim_* and devm_* fd8bf50 pch_gbe: convert pr_* to netdev_*

Re: [OE-core] [PATCH 1/2 v2] connman: ignore the networking device which nfs for rootfs is working on

2013-10-16 Thread Rongqing Li
Drop it, I will give V3. Thanks -R On 10/16/2013 03:34 PM, rongqing...@windriver.com wrote: From: Roy Li rongqing...@windriver.com Otherwise system will hang since nfs is not disconnected and remove the judgement of initscript DISTRO_FEATURE when install init script connman, because inherit

Re: [OE-core] [PATCHv2] openssl: switch ARM builds from linux-elf-arm to linux-armv4 config

2013-10-16 Thread Koen Kooi
Op 16 okt. 2013, om 11:45 heeft Koen Kooi k...@dominion.thruhere.net het volgende geschreven: Op 16 okt. 2013, om 11:20 heeft Phil Blundell p...@pbcl.net het volgende geschreven: On Wed, 2013-10-16 at 09:25 +0200, Koen Kooi wrote: From: Koen Kooi koen.k...@linaro.org This enables