[OE-core] [PATCH 2/3] qt4-tools-nativesdk: remove gcc standard paths

2011-08-24 Thread Kang Kai
From: Kang Kai gcc-crosssdk can't find the standard headers before, and it was fixed. So it is not needed to search the gcc standard paths by qt4-tools-nativesdk itself. Signed-off-by: Kang Kai --- meta/recipes-qt/qt4/qt4-tools-nativesdk.inc |9 ++--- 1 files changed, 2 insertions(+),

[OE-core] [PATCH 3/3] cmake-nativesdk: remove gcc standard paths

2011-08-24 Thread Kang Kai
From: Kang Kai Because of the gcc-crosssdk bug, cmake-nativesdk needs to search gcc standard paths itself. Right now it was fixed, so remove the additional CXXFLAG for cmake-nativesdk. Signed-off-by: Kang Kai --- meta/recipes-devtools/cmake/cmake_2.8.5.bb |8 +--- 1 files changed, 1 in

[OE-core] [PATCH 1/3] bitbake.conf: set includedir_nativesdk

2011-08-24 Thread Kang Kai
From: Kang Kai Fixes [Yocto #1231] crosssdk.bbclass uses ${includedir_nativesdk} to define target_includedir, but includedir_nativesdk is not defined before. This makes gcc-crosssdk can NOT search the correct standard headers and libraries search path. Define includedir_nativesdk in bitbake.con

[OE-core] [PATCH 0/3] bug fix for 1231

2011-08-24 Thread Kang Kai
From: Kang Kai Hi Saul, qt4-tools-nativesdk needs set the gcc standard header searching paths because crosssdk.bbclass uses a undefined variable "includedir_nativesdk". These commits are to fix it, and update qt4-tools-nativesdk and cmake-nativesdk bb files. The following changes since commit

[OE-core] [PATCH 1/1] linux-yocto: update meta SRCREV to sync version strings

2011-08-24 Thread Bruce Ashfield
During the update of the bitbake recipe's string to 3.0.3 the internal version marker in the kernel stayed at v3.0. This meant that kernel configuration auditing the constructed file couldn't be found and audit warnings were thrown. This syncs all the recipes and get back to clean configurations.

[OE-core] [PATCH 0/1] linux-yocto: sync meta and LINUX_VERSION

2011-08-24 Thread Bruce Ashfield
Richard/Saul, When doing some clean build testing on my latest changes (given that I'm a bit paranoid), I noticed the kernel config audit throwing some warnings (unset values, etc). The root cause is that when the config fragments are processed they are assembled into a file with the version stri

[OE-core] [PATCH 0/1][PULL] Fix bug 1370: IPK will not be built out if package_ipk is not first in PACKAGE_CLASSES

2011-08-24 Thread Dongxiao Xu
Hi Richard and Saul, This pull request is to fix bug 1370, please help to review and pull. Thanks, Dongxiao The following changes since commit 445d6426197579a9c0317498cc6919bb63e7f726: meta-toolchain/environment: Collected site config files in runtime. (2011-08-24 19:26:01 -0700) are availa

[OE-core] [PATCH 1/1] package.bbclass: Fix recrdeptask of image type recipes

2011-08-24 Thread Dongxiao Xu
For image type of recipes, we need to define do_package_write as its do_build recrdeptask, which ensures that all packaging types listed in PACKAGE_CLASSES will be built out. [YOCTO 1370] Signed-off-by: Dongxiao Xu --- meta/classes/package.bbclass |2 +- 1 files changed, 1 insertions(+), 1

Re: [OE-core] [PATCH 1/2] libc-package bbclass: fix binary localedata dependency code

2011-08-24 Thread Richard Purdie
On Wed, 2011-08-24 at 20:32 +0200, Koen Kooi wrote: > When using binary locales rootfs generation fails with: > > | Unknown package 'locale-base-en-us'. > | Collected errors: > | * opkg_install_cmd: Cannot install package locale-base-en-us. > > This is due to: > > $ dpkg-deb -I ipk/armv7a/local

Re: [OE-core] [PATCH 1/1] qt4e-demo-image: Fix bug 999

2011-08-24 Thread Xiaofeng Yan
On 2011年08月25日 08:13, Paul Eggleton wrote: On Thursday 25 August 2011 00:36:45 Saul Wold wrote: Why do we need the qt4e-base-image and this demo-image? Do we expect to have multiple images? This creates yet another image that needs to be built and tested? Can this really just be added to the

Re: [OE-core] [PATCH] recipes: Delete patch=1, its default and replace pnum with striplevel

2011-08-24 Thread Richard Purdie
On Tue, 2011-08-23 at 20:40 -0700, Saul Wold wrote: > On 08/17/2011 09:17 AM, Khem Raj wrote: > > Some place pnum=1 is used which is removed as well since > > striplevel=1 is default > > > > Signed-off-by: Khem Raj > > --- > > .../eee-acpi-scripts/eee-acpi-scripts_git.bb |4 +- [...] > >

Re: [OE-core] [PATCH] terminal: fix issue with unset exportable env vars

2011-08-24 Thread Richard Purdie
On Wed, 2011-08-24 at 13:00 -0700, Chris Larson wrote: > From: Chris Larson > > This should resolve the devshell issue people are seeing. > > Signed-off-by: Chris Larson > --- > meta/classes/terminal.bbclass |4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) Merged to master, tha

Re: [OE-core] [PATCH] utils.bbclass: skip empty paths when handling FILESEXTRAPATHS

2011-08-24 Thread Chris Larson
On Wed, Aug 24, 2011 at 6:24 PM, Richard Purdie wrote: > On Wed, 2011-08-24 at 17:20 -0700, Chris Larson wrote: >> On Wed, Aug 24, 2011 at 5:16 PM, Paul Eggleton >> wrote: >> > On Thursday 25 August 2011 00:16:40 Chris Larson wrote: >> >> I strongly disagree with this. The fact is, we almost neve

Re: [OE-core] [PATCH] utils.bbclass: skip empty paths when handling FILESEXTRAPATHS

2011-08-24 Thread Richard Purdie
On Wed, 2011-08-24 at 17:20 -0700, Chris Larson wrote: > On Wed, Aug 24, 2011 at 5:16 PM, Paul Eggleton > wrote: > > On Thursday 25 August 2011 00:16:40 Chris Larson wrote: > >> I strongly disagree with this. The fact is, we almost never go back > >> and "clean these up later", so crap accrues. >

Re: [OE-core] [PATCH 0/4] linux-yocto: consolidated kernel pull request

2011-08-24 Thread Richard Purdie
On Wed, 2011-08-24 at 19:29 -0400, Bruce Ashfield wrote: > On Wed, Aug 24, 2011 at 7:21 PM, Bruce Ashfield > wrote: > > On Wed, Aug 24, 2011 at 7:08 PM, Richard Purdie > > wrote: > >> Hi Bruce, > >> > >> On Wed, 2011-08-24 at 16:50 -0400, Bruce Ashfield wrote: > >>> Here's a consolidated kernel p

Re: [OE-core] [PATCH] utils.bbclass: skip empty paths when handling FILESEXTRAPATHS

2011-08-24 Thread Chris Larson
On Wed, Aug 24, 2011 at 5:16 PM, Paul Eggleton wrote: > On Thursday 25 August 2011 00:16:40 Chris Larson wrote: >> I strongly disagree with this. The fact is, we almost never go back >> and "clean these up later", so crap accrues. > > We're talking about the difference between: > > if a = "": > >

Re: [OE-core] [PATCH] utils.bbclass: skip empty paths when handling FILESEXTRAPATHS

2011-08-24 Thread Paul Eggleton
On Thursday 25 August 2011 00:16:40 Chris Larson wrote: > I strongly disagree with this. The fact is, we almost never go back > and "clean these up later", so crap accrues. We're talking about the difference between: if a = "": and if a: This is not crap, it's a triviality (for the case where

Re: [OE-core] [PATCH 1/1] qt4e-demo-image: Fix bug 999

2011-08-24 Thread Paul Eggleton
On Thursday 25 August 2011 00:36:45 Saul Wold wrote: > Why do we need the qt4e-base-image and this demo-image? Do we expect to > have multiple images? This creates yet another image that needs to be > built and tested? Can this really just be added to the sato-sdk or > lsb-sdk images instead? N

Re: [OE-core] [PATCH 0/2] libsdl: add libsdl into sato and fix build error with libsdl

2011-08-24 Thread Saul Wold
On 08/22/2011 08:36 AM, Jiajun Xu wrote: There is no need for libsdl to inherit nativesdk since we enable the target version with BBCLASSEXTEND now. We add libsdl into sato image since some 3D graphics testing need it. The following changes since commit 9134800548a03bfe3a7e351a15f2129bcb3cc680

Re: [OE-core] [PATCH 1/1] qt4e-demo-image: Fix bug 999

2011-08-24 Thread Saul Wold
On 08/23/2011 11:34 PM, Xiaofeng Yan wrote: From: Xiaofeng Yan [YOCTO #999] Copy metadata of qt4e-demo-image from OE for easy testing qt4embeded on embedded platform. This image was tested on qemuarm and can run program "qtdemoE". Signed-off-by: Xiaofeng Yan --- meta/recipes-qt/images/qt4e-b

Re: [OE-core] [PATCH 0/1 v2][PULL] procps: fix hardcoded libdir

2011-08-24 Thread Saul Wold
On 08/23/2011 07:32 AM, Dongxiao Xu wrote: Hi Richard and Saul, This is the second pull request that fixes the hardcoded libdir in procps to support multilib. Please help to review and pull. Thanks, Dongxiao The following changes since commit 9134800548a03bfe3a7e351a15f2129bcb3cc680: xcb

Re: [OE-core] [PATCH 0/4] linux-yocto: consolidated kernel pull request

2011-08-24 Thread Bruce Ashfield
On Wed, Aug 24, 2011 at 7:21 PM, Bruce Ashfield wrote: > On Wed, Aug 24, 2011 at 7:08 PM, Richard Purdie > wrote: >> Hi Bruce, >> >> On Wed, 2011-08-24 at 16:50 -0400, Bruce Ashfield wrote: >>> Here's a consolidated kernel pull request that fixes a series >>> of bugs that have been around for a w

Re: [OE-core] [PATCH 0/4] linux-yocto: consolidated kernel pull request

2011-08-24 Thread Bruce Ashfield
On Wed, Aug 24, 2011 at 7:08 PM, Richard Purdie wrote: > Hi Bruce, > > On Wed, 2011-08-24 at 16:50 -0400, Bruce Ashfield wrote: >> Here's a consolidated kernel pull request that fixes a series >> of bugs that have been around for a while and fixes some of the >> remaining issues from the -rt work

Re: [OE-core] [PATCH] utils.bbclass: skip empty paths when handling FILESEXTRAPATHS

2011-08-24 Thread Chris Larson
On Mon, Aug 22, 2011 at 6:01 AM, Paul Eggleton wrote: > FWIW I agree with Martin; I wouldn't hold back the patch just for this reason > - it's not incorrect code, it's consistent with the rest of the file, and we > can easily clean these up later. I strongly disagree with this. The fact is, we al

Re: [OE-core] [PATCH 1/1] libtasn1: update SRC_URI

2011-08-24 Thread Saul Wold
On 08/23/2011 03:33 PM, Joshua Lock wrote: libtasn is no longer hosted as a sub-project of gnutls, it has its ftp directory. Signed-off-by: Joshua Lock --- meta/recipes-support/gnutls/libtasn1_2.9.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-suppor

Re: [OE-core] [PATCH 0/1]initrdscripts: fix init-live.sh for hddimg and livecd

2011-08-24 Thread Saul Wold
On 08/24/2011 01:25 AM, jingdong...@windriver.com wrote: From: Jingdong Lu Both hddimg and livecd use init-live.sh script to boot the rootfs.img. But the paths of rootfs.img in hddimg and livecd are different. So we add a variable "ISOLINUX" to provide a correct path. The following changes sinc

Re: [OE-core] [PATCH 0/4] linux-yocto: consolidated kernel pull request

2011-08-24 Thread Richard Purdie
Hi Bruce, On Wed, 2011-08-24 at 16:50 -0400, Bruce Ashfield wrote: > Here's a consolidated kernel pull request that fixes a series > of bugs that have been around for a while and fixes some of the > remaining issues from the -rt work that completed last week. > > Darren: I also updated the -rt so

Re: [OE-core] [ANNOUNCE] Devshell Usage Change

2011-08-24 Thread Chris Larson
On Wed, Aug 24, 2011 at 1:13 PM, Saul Wold wrote: > On 08/24/2011 12:49 PM, Chris Larson wrote: >> >> Saul reminded me that I never sent a proper email to let people know about >> the >> usability change to devshell, so only those who reviewed the commits >> know about it. >> >> In the new impleme

Re: [OE-core] [PATCH v2 0/1] libpam: Setting suid bit for unix_chkpwd

2011-08-24 Thread Saul Wold
On 08/21/2011 08:11 PM, wenzong@windriver.com wrote: From: Wenzong Fan v2 updates: with ${sbindir} to replace the hardcode '/usr/sbin' The following changes since commit 36396b6ecb0c84c6752cdc8118c496e8ec05a388: Richard Purdie (1): xcb/libpthreads: Add BBCLASSEXTEND to resolve m

Re: [OE-core] [PATCH 0/1] cronie: Updates to cronie

2011-08-24 Thread Saul Wold
On 08/21/2011 11:37 PM, wenzong@windriver.com wrote: From: Wenzong Fan Some minor updates to cronie. The following changes since commit edd8e1e8b974eb3f0f9f66c2207aadf43612350b: Scott Rifenbark (1): documentation/adt-manual/adt-command.xml: general edits. are available in the g

Re: [OE-core] [PATCH] mips32: add mips32el tuning

2011-08-24 Thread Saul Wold
On 08/19/2011 09:55 AM, Phil Blundell wrote: This makes building for little-endian mips32 slightly more convenient. Signed-off-by: Phil Blundell --- meta/conf/machine/include/tune-mips32.inc |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/meta/conf/machine/include

Re: [OE-core] [PATCH 0/4] linux-yocto: consolidated kernel pull request

2011-08-24 Thread Bruce Ashfield
On Wed, Aug 24, 2011 at 4:50 PM, Bruce Ashfield wrote: > Richard/Saul, > > Here's a consolidated kernel pull request that fixes a series > of bugs that have been around for a while and fixes some of the > remaining issues from the -rt work that completed last week. > > Darren: I also updated the -

[OE-core] [PATCH 0/4] linux-yocto: consolidated kernel pull request

2011-08-24 Thread Bruce Ashfield
Richard/Saul, Here's a consolidated kernel pull request that fixes a series of bugs that have been around for a while and fixes some of the remaining issues from the -rt work that completed last week. Darren: I also updated the -rt source revs and recipe with some streamlining that builds on top

[OE-core] [PATCH 2/4] linux-yocto-rt: update qemuppc support and streamline variables

2011-08-24 Thread Bruce Ashfield
Fixes [YOCTO #1391] Fixes [YOCTO #1389] qemuppc must have a dedicated branch for -rt support, since it has board specific patches that are not suitable for a common location. This fixes the boot by propagating some common fixes and by syncing to the latest meta-configuration. There are some varia

[OE-core] [PATCH 3/4] linux-yocto: update machines and default configuration

2011-08-24 Thread Bruce Ashfield
Fixes [YOCTO: #686] During routine maintenance some base changes were re-wound on the common branches. All machines still had these changes, but any new machine branched from the common base would miss those changes. This update restores those commits to the standard branch and merges them out to

[OE-core] [PATCH 4/4] linux-yocto/2.6.37: apmd + get time of day fixes

2011-08-24 Thread Bruce Ashfield
Fixes [YOCTO #916] Fixes [YOCTO #900] Merging: [ commit 4ae8f8605c81c39b959948e23f7123294a5dfb3f Author: Liming Wang Date: Wed Aug 24 10:45:19 2011 +0800 x86: use vdso gettime fallback versus returning an error __vdso_clock_gettime should fall back to call vdso_fallback_gettime

[OE-core] [PATCH 1/4] kern-tools: allow flexible branch points

2011-08-24 Thread Bruce Ashfield
Updating the SRCREV to pickup a series of changes to the kern-tools that allow more flexible creation of trees from scratch. This functionality is not used by the normal kernel build process and has no impact on existing builds. Signed-off-by: Bruce Ashfield --- .../kern-tools/kern-tools-native_

Re: [OE-core] [ANNOUNCE] Devshell Usage Change

2011-08-24 Thread Khem Raj
On 8/24/2011 1:13 PM, Saul Wold wrote: On 08/24/2011 12:49 PM, Chris Larson wrote: Saul reminded me that I never sent a proper email to let people know about the usability change to devshell, so only those who reviewed the commits know about it. In the new implementation, a single OE_TERMINAL v

Re: [OE-core] [ANNOUNCE] Devshell Usage Change

2011-08-24 Thread Saul Wold
On 08/24/2011 12:49 PM, Chris Larson wrote: Saul reminded me that I never sent a proper email to let people know about the usability change to devshell, so only those who reviewed the commits know about it. In the new implementation, a single OE_TERMINAL variable controls the behavior. So your

[OE-core] [PATCH] terminal: fix issue with unset exportable env vars

2011-08-24 Thread Chris Larson
From: Chris Larson This should resolve the devshell issue people are seeing. Signed-off-by: Chris Larson --- meta/classes/terminal.bbclass |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/classes/terminal.bbclass b/meta/classes/terminal.bbclass index 4123046..f2

Re: [OE-core] [ANNOUNCE] Devshell Usage Change

2011-08-24 Thread Chris Larson
On Wed, Aug 24, 2011 at 12:54 PM, Khem Raj wrote: > On 8/24/2011 12:49 PM, Chris Larson wrote: >> >> Saul reminded me that I never sent a proper email to let people know about >> the >> usability change to devshell, so only those who reviewed the commits >> know about it. >> >> In the new implemen

Re: [OE-core] [ANNOUNCE] Devshell Usage Change

2011-08-24 Thread Khem Raj
On 8/24/2011 12:49 PM, Chris Larson wrote: Saul reminded me that I never sent a proper email to let people know about the usability change to devshell, so only those who reviewed the commits know about it. In the new implementation, a single OE_TERMINAL variable controls the behavior. When usin

[OE-core] [ANNOUNCE] Devshell Usage Change

2011-08-24 Thread Chris Larson
Saul reminded me that I never sent a proper email to let people know about the usability change to devshell, so only those who reviewed the commits know about it. In the new implementation, a single OE_TERMINAL variable controls the behavior. When using 'auto', or requesting an unsupported termin

Re: [OE-core] [PATCH 2/2] tcl: fix networking breakage

2011-08-24 Thread Koen Kooi
Op 24 aug. 2011 om 20:36 heeft Saul Wold het volgende geschreven: > On 08/24/2011 11:32 AM, Koen Kooi wrote: >> Without providing these site entries tcl networking doesn't work on the >> target. >> >> Original OE commit: >> >> commit 0c340037644f87054462f62b50cd397c162615b7 >> Author: Koen

Re: [OE-core] Recent Changes to DevShell

2011-08-24 Thread Chris Larson
On Wed, Aug 24, 2011 at 11:30 AM, Saul Wold wrote: > In your recent changes to devshell, you seem to have broken the default > behavior of setting  TERMCMD / TERMCMDRUN. > > When I set them up for scree as follows: > > TERMCMD = "${SCREEN_TERMCMD}" > TERMCMDRUN = "${SCREEN_TERMCMDRUN}" First, thi

Re: [OE-core] [PATCH 2/2] tcl: fix networking breakage

2011-08-24 Thread Saul Wold
On 08/24/2011 11:32 AM, Koen Kooi wrote: Without providing these site entries tcl networking doesn't work on the target. Original OE commit: commit 0c340037644f87054462f62b50cd397c162615b7 Author: Koen Kooi Date: Wed May 26 13:04:18 2010 +0200 tcl: add 2 entries to arm-linux site file (

[OE-core] [PATCH 2/2] tcl: fix networking breakage

2011-08-24 Thread Koen Kooi
Without providing these site entries tcl networking doesn't work on the target. Original OE commit: commit 0c340037644f87054462f62b50cd397c162615b7 Author: Koen Kooi Date: Wed May 26 13:04:18 2010 +0200 tcl: add 2 entries to arm-linux site file (possibly only glibc specific, need to chec

[OE-core] [PATCH 1/2] libc-package bbclass: fix binary localedata dependency code

2011-08-24 Thread Koen Kooi
When using binary locales rootfs generation fails with: | Unknown package 'locale-base-en-us'. | Collected errors: | * opkg_install_cmd: Cannot install package locale-base-en-us. This is due to: $ dpkg-deb -I ipk/armv7a/locale-base-en-us_2.12-r16_armv7a.ipk | grep Depends Depends: eglibc-binar

[OE-core] Recent Changes to DevShell

2011-08-24 Thread Saul Wold
Chris, In your recent changes to devshell, you seem to have broken the default behavior of setting TERMCMD / TERMCMDRUN. When I set them up for scree as follows: TERMCMD = "${SCREEN_TERMCMD}" TERMCMDRUN = "${SCREEN_TERMCMDRUN}" I get a DEBUG message claing to be starting konsole, not scree

Re: [OE-core] [PATCH v2] gcc-4.6: Drop gcc-poison-parameters.patch as its not need

2011-08-24 Thread Kumar Gala
On Aug 24, 2011, at 11:01 AM, Khem Raj wrote: > On 8/23/2011 10:08 PM, Kumar Gala wrote: >> The gcc-poison-parameters was added specifically to deal with an issue >> on ppc targets and a bug when we build with -Os -frename-registers. >> >> This bug below reports the issue and is fixed in gcc-4.6

Re: [OE-core] [CONSOLIDATED PULL 0/6] Bugfixes for M4

2011-08-24 Thread Richard Purdie
On Wed, 2011-08-24 at 08:50 -0700, Saul Wold wrote: > Richard, > > This is a set of bugfixes and cleanups for M4, please take a closer look > at Dongxiao's procps change, which you commented on in the past. > > Thanks > Sau! > > > The following changes since commit 13e14763f14b5b84051ecb1

Re: [OE-core] [PATCH 7/8] scripts/runqemu: remove redundant checking

2011-08-24 Thread Otavio Salvador
On Sat, Aug 20, 2011 at 05:54, Phil Blundell wrote: > Can you explain why this test is redundant?  From inspection of the > patch it seems this would lead to "Error: conflicting FSTYPE types [nfs] > and nfs" if FSTYPE="nfs" to begin with.  I guess there is some other > provision in the logic to ma

Re: [OE-core] why do we poison -Os?

2011-08-24 Thread Khem Raj
On 8/24/2011 3:52 AM, Phil Blundell wrote: On Wed, 2011-08-24 at 09:47 +0800, Xu, Dongxiao wrote: My understanding is that, if GCC is not configured with the ability of code space optimization, target recipes will not have code size benefit even if adding "-Os" option. No, that's incorrect.

Re: [OE-core] [PATCH v2] gcc-4.6: Drop gcc-poison-parameters.patch as its not need

2011-08-24 Thread Khem Raj
On 8/23/2011 10:08 PM, Kumar Gala wrote: The gcc-poison-parameters was added specifically to deal with an issue on ppc targets and a bug when we build with -Os -frename-registers. This bug below reports the issue and is fixed in gcc-4.6.x: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44618 Som

[OE-core] [CONSOLIDATED PULL 5/6] libpam: Setting suid bit for unix_chkpwd

2011-08-24 Thread Saul Wold
From: Wenzong Fan [YOCTO #1252] While pam_unix.so required by an application on lsb image, it will need to call the unix_chkpwd to get userinfo from shadow file. This fix get a normal user could read shadow file via unix_chkpwd. Signed-off-by: Wenzong Fan --- meta/recipes-extended/pam/libpam_

[OE-core] [CONSOLIDATED PULL 3/6] mips32: add mips32el tuning

2011-08-24 Thread Saul Wold
From: Phil Blundell This makes building for little-endian mips32 slightly more convenient. Signed-off-by: Phil Blundell --- meta/conf/machine/include/tune-mips32.inc |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/meta/conf/machine/include/tune-mips32.inc b/meta/c

[OE-core] [CONSOLIDATED PULL 6/6] initrdscripts: fix init-live.sh for hddimg and livecd

2011-08-24 Thread Saul Wold
From: Jingdong Lu Both hddimg and livecd use init-live.sh script to boot the rootfs.img. But the paths of rootfs.img in hddimg and livecd are different. So we add a variable "ISOLINUX" to provide a correct path. Signed-off-by: Jingdong Lu --- meta/recipes-core/initrdscripts/files/init-live.sh

[OE-core] [CONSOLIDATED PULL 4/6] cronie: Updates to cronie

2011-08-24 Thread Saul Wold
From: Wenzong Fan 1) Add required pam plugins to RDEPENDS list; 2) Correct configure option that used for enable pam support; 3) Create empty crond config file cron.deny; 4) Don't set readonly variable UID in crond init script. Signed-off-by: Wenzong Fan --- meta/recipes-extended/cronie/cronie

[OE-core] [CONSOLIDATED PULL 0/6] Bugfixes for M4

2011-08-24 Thread Saul Wold
Richard, This is a set of bugfixes and cleanups for M4, please take a closer look at Dongxiao's procps change, which you commented on in the past. Thanks Sau! The following changes since commit 13e14763f14b5b84051ecb158404dcef937cc4e0: image.bbclass, kernel.bbclass: remove non-standa

[OE-core] [CONSOLIDATED PULL 1/6] libtasn1: update SRC_URI

2011-08-24 Thread Saul Wold
From: Joshua Lock libtasn is no longer hosted as a sub-project of gnutls, it has its ftp directory. Signed-off-by: Joshua Lock --- meta/recipes-support/gnutls/libtasn1_2.9.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-support/gnutls/libtasn1_2.9.bb

[OE-core] [CONSOLIDATED PULL 2/6] procps: Fix lib path to support multilib

2011-08-24 Thread Saul Wold
From: Dongxiao Xu Revise the install.patch which hardcode the lib paths. Change ${PN} to ${BPN} in file names. Signed-off-by: Dongxiao Xu --- .../procps/procps-3.2.8/install.patch | 30 +-- meta/recipes-extended/procps/procps_3.2.8.bb |8 ++-- 2 files c

Re: [OE-core] [PATCH 1/1] initrdscripts: fix init-live.sh for hddimg and livecd

2011-08-24 Thread Otavio Salvador
On Wed, Aug 24, 2011 at 05:25, wrote: > Both hddimg and livecd use init-live.sh script to boot the rootfs.img. > But the paths of rootfs.img in hddimg and livecd are different. So we add > a variable "ISOLINUX" to provide a correct path. I do like the patch and I think the way it fixes it is the

Re: [OE-core] [PATCH 2/2] scripts/combo-layer: fix overzealous regex in default hook script

2011-08-24 Thread Otavio Salvador
Acked-by: Otavio Salvador On Tue, Aug 23, 2011 at 19:32, Paul Eggleton wrote: > combo-layer's hook scripts are intended to modify patches as they pass > through; the default one adds a prefix with the component name and > a line with the component repo revision before the Signed-off-by; > howeve

Re: [OE-core] Wiki seems dead. is openembedded wiki still active?

2011-08-24 Thread Paul Eggleton
On Wednesday 24 August 2011 10:02:37 Martyn Welch wrote: > On 23/08/11 17:25, Paul Eggleton wrote: > > On Tuesday 23 August 2011 10:59:42 Klausfpga wrote: > > FYI OE is in the middle of a transition of sorts; we're moving to a more > > modular metadata structure based around a smaller common core (

Re: [OE-core] why do we poison -Os?

2011-08-24 Thread Phil Blundell
On Wed, 2011-08-24 at 09:47 +0800, Xu, Dongxiao wrote: > My understanding is that, if GCC is not configured with the ability of code > space optimization, target recipes will not have code size benefit even if > adding "-Os" option. No, that's incorrect. All that --enable-target-optspace does i

Re: [OE-core] Wiki seems dead. is openembedded wiki still active?

2011-08-24 Thread Martyn Welch
On 23/08/11 17:25, Paul Eggleton wrote: > On Tuesday 23 August 2011 10:59:42 Klausfpga wrote: > FYI OE is in the middle of a transition of sorts; we're moving to a more > modular metadata structure based around a smaller common core (OE-Core). For > more information please see this page: > > h

Re: [OE-core] [CONSOLIDATED PULL 03/19] tune: Add hard floating point variants of cortexa8 tunes

2011-08-24 Thread Phil Blundell
On Tue, 2011-08-23 at 11:19 -0700, Darren Hart wrote: > I will respin this series once we come to a consensus on the concerns > Khem and Phil have raised. Thanks. Looks like Richard merged it anyway, though, so probably no need to respin. p. ___ Op

[OE-core] [PATCH 1/1] initrdscripts: fix init-live.sh for hddimg and livecd

2011-08-24 Thread Jingdong . Lu
From: Jingdong Lu Both hddimg and livecd use init-live.sh script to boot the rootfs.img. But the paths of rootfs.img in hddimg and livecd are different. So we add a variable "ISOLINUX" to provide a correct path. Signed-off-by: Jingdong Lu --- meta/recipes-core/initrdscripts/files/init-live.sh

[OE-core] [PATCH 0/1]initrdscripts: fix init-live.sh for hddimg and livecd

2011-08-24 Thread Jingdong . Lu
From: Jingdong Lu Both hddimg and livecd use init-live.sh script to boot the rootfs.img. But the paths of rootfs.img in hddimg and livecd are different. So we add a variable "ISOLINUX" to provide a correct path. The following changes since commit edd8e1e8b974eb3f0f9f66c2207aadf43612350b: Scot