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

2013-10-16 Thread Laurentiu Palcu
On Wed, Oct 16, 2013 at 11:44:59AM -0400, Konrad Scherer wrote: > From: Konrad Scherer > > 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 co

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 het volgende geschreven: > > Op 16 okt. 2013, om 11:20 heeft Phil Blundell het volgende > geschreven: > >> On Wed, 2013-10-16 at 09:25 +0200, Koen Kooi wrote: >>> From: Koen Kooi >>> >>> This enables aes and sha1 assembly at buildtime. Openssl doe

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 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 s

[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_* 9b2

[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 Cheers, Bruce The following changes sin

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 PUL

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

2013-10-16 Thread Chong.Lu
From: Lu Chong 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 --- ...001-fix-minicom-v-h-return-value-is-not-0.patch | 37 meta/recipes-extended/minicom/minicom_2.6.2.bb

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 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 wou

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 The buildhistory.bbclass always records PV instead of PKGV. However, the buildhisto

[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 --- 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 --- a/meta/recipes-extended/screen/screen_4.

[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

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

2013-10-16 Thread Nobuhiro Iwamatsu
Hi, 2013/10/11 Koen Kooi : > > Op 11 okt. 2013, om 07:37 heeft Nobuhiro Iwamatsu 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 endian-little of mips. >> If you can unif

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, wrote: From: Roy Li [YOCTO #5287] tar failed and reported that file changed as we read it, now we workarou

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 --- 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/scre

[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 c

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 wrote: > 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

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

2013-10-16 Thread Burton, Ross
On 16 October 2013 18:54, Saul Wold 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 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 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: \ no package provides

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 > --- > scripts/lib/mic/kickstart/custom_commands/partition.py | 9 - > 1 file changed, 8 insertions(+), 1 deletion(-) >

[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 --- scripts/lib/mic/kickstart/custom_commands/partition.py | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/scripts/lib/mic/kickstart/custom_commands/partition.py b

[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: git://git.yoctopro

[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 c

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

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 --- 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] [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: update-rc

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 kernel-im

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 wrote: > > Khem, > > I am still seeing some WARNING when we build with world > > WARNING: The recipe python3 is trying to install files

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: /srv/ssd/sgw/builds/world/tmp/sysroots/qemux86-64/usr/include/python3.3m/pycon

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 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

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

[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 test

[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 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 sys.exc_info() avoids the exce

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

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 > > --- > > scripts/lib/mic/kickstart/custom_commands/partition

[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 --- .../openssl/openssl-1.0.1e/configure-t

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] 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 etc.

[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 --- meta/recipes-core/packagegroups/packagegroup-base.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/packagegroups/packagegroup-base.b

[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 --- meta/classes/update-rc.d.b

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 > het volgende geschreven: > > > On Wednesday 16 October 2013 13:23:08 Koen Kooi wrote: > >> Op 16 okt. 2013, om 12:25 heeft Paul Eggleton > >> het volgende geschreven: > >>> On Tuesday 15 Octobe

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 het volgende geschreven: > On Wednesday 16 October 2013 13:23:08 Koen Kooi wrote: >> Op 16 okt. 2013, om 12:25 heeft Paul Eggleton >> het volgende geschreven: >>> On Tuesday 15 October 2013 15:22:46 Saul Wold wrote: Since libpam is only built

[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 --- meta/conf/bitbake.conf |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/

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, wrote: > >> From: Roy Li > >> > >> [YOCTO #5287] > >> > >> tar failed and reported that file changed as we read it, now > >> we workaround it > >> > >> S

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 > --- > scripts/lib/mic/kickstart/custom_commands/partition.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff -

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 > 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 libus

[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 http://cgit.openembedded.org/openembedded-

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

2013-10-16 Thread Andreas Müller
in commit fe039170236080291c0220476a5809774f82ee5c Author: Muhammad Shakeel 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 script execution from S98 to

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 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 be bringing in librarie

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 dependencie

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 wrote: > WARNING: QA Issue: No GNU_HASH in the elf binary: > 'armv7a-vfp-neon-mel-linux-gnueabi/nspr/4.10-r0/packages-split/nspr-de

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

2013-10-16 Thread Enrico Scholz
Rongqing Li 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 would split the cmdline

[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 --- 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 --- a/meta/recipes-extended/screen/screen_4.

[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

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 het volgende geschreven: > On Wed, 2013-10-16 at 09:25 +0200, Koen Kooi wrote: >> From: Koen Kooi >> >> This enables aes and sha1 assembly at buildtime. Openssl does a >> runtime check to see which portion gets enabled. > > [...] > >> Algobl

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 > > 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] [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 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] [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 02:46 heeft Rongqing Li het volgende geschreven: > > > On 10/15/2013 06:10 PM, Koen Kooi wrote: >> >> Op 15 okt. 2013, om 10:12 heeft rongqing...@windriver.com het volgende >> geschreven: >> >>> From: Roy Li >>> >>> Otherwise system will hang since nfs is not disconne

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 wrote: > > > On 10/16/2013 02:39 PM, Otavio Salvador wrote: >> >> On Wed, Oct 16, 2013 at 3:34 AM, Rongqing Li >> wrote: >>> >>> >>> >>> On 10/16/2013 02:24 PM, Otavio Salvador wrote: On Wed, Oct 16, 2013 at 2:53 AM, wrote: > >

[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 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 --- meta/recipes-connectivity/connman/connman.inc | 13 +++

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

2013-10-16 Thread Koen Kooi
From: Koen Kooi 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 -feliminate-unused-debug-types -Wal

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

2013-10-16 Thread Chong.Lu
From: Lu Chong 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 --- ...001-fix-minicom-h-v-return-value-is-not-0.patch | 35 meta/recipes-extended/minicom/minicom_2.6.2.bb

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 wrote: > Backported patch from upstream Can someone look into this soon? Riku > Signed-off-by: Riku Voipio > --- > ...ror-format-string-errors-from-mismatched-.patch | 56 > ++ > meta/recipes-core/glib-2.0/glib-2.0_2.38.0.bb