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

2011-08-24 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com [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 xiaofeng@windriver.com ---

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

2011-08-24 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com Hi Paul, Thank you for your very good suggestion for building a qt4e-demo-image. I modified some .bb files and removed qwt according to your suggestion. If you have any suggestion for these patches, I will continue modifying it. Pull URL:

[OE-core] bug 1169 eglibc doesn't depend on gcc version correctly

2011-08-24 Thread Robert Yang
Hi experts, There is a bug 1169: eglibc doesn't depend on gcc version correctly, The produce steps are: 1) In the first build dir(e.g, build_1), edit conf/local.conf: SSTATE_DIR = /path/to/share_sstate $ bitbake meta-toolchain 2) In the second build dir(e.g, build_2), edit local.conf:

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

2011-08-24 Thread Jingdong . Lu
From: Jingdong Lu jingdong...@windriver.com 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

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

2011-08-24 Thread Jingdong . Lu
From: Jingdong Lu jingdong...@windriver.com 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 jingdong...@windriver.com ---

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

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:

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 is

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] [PATCH 2/2] scripts/combo-layer: fix overzealous regex in default hook script

2011-08-24 Thread Otavio Salvador
Acked-by: Otavio Salvador ota...@ossystems.com.br On Tue, Aug 23, 2011 at 19:32, Paul Eggleton paul.eggle...@linux.intel.com 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

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, jingdong...@windriver.com 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

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

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

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

2011-08-24 Thread Saul Wold
From: Dongxiao Xu dongxiao...@intel.com Revise the install.patch which hardcode the lib paths. Change ${PN} to ${BPN} in file names. Signed-off-by: Dongxiao Xu dongxiao...@intel.com --- .../procps/procps-3.2.8/install.patch | 30 +--

[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

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

2011-08-24 Thread Saul Wold
From: Jingdong Lu jingdong...@windriver.com 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 jingdong...@windriver.com ---

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

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

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

2011-08-24 Thread Saul Wold
From: Wenzong Fan wenzong@windriver.com [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

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

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

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.x:

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

[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 k...@openembedded.org Date: Wed May 26 13:04:18 2010 +0200 tcl: add 2 entries to arm-linux site file (possibly only glibc

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 s...@linux.intel.com 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:

[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

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

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

2011-08-24 Thread Chris Larson
On Wed, Aug 24, 2011 at 12:54 PM, Khem Raj raj.k...@gmail.com 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

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

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

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

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

[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 bruce.ashfi...@windriver.com ---

[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 liming.w...@windriver.com 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

[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

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 bruce.ashfi...@windriver.com 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.

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 Blundellph...@gnu.org --- meta/conf/machine/include/tune-mips32.inc |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git

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 Fanwenzong@windriver.com Some minor updates to cronie. The following changes since commit edd8e1e8b974eb3f0f9f66c2207aadf43612350b: Scott Rifenbark (1): documentation/adt-manual/adt-command.xml: general

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

2011-08-24 Thread Chris Larson
On Wed, Aug 24, 2011 at 1:13 PM, Saul Wold s...@linux.intel.com 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

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 source

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 Lujingdong...@windriver.com 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.

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 paul.eggle...@linux.intel.com 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

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 richard.pur...@linuxfoundation.org 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

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

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 bruce.ashfi...@gmail.com wrote: On Wed, Aug 24, 2011 at 7:08 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Hi Bruce, On Wed, 2011-08-24 at 16:50 -0400, Bruce Ashfield

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

[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

[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 dongxiao...@intel.com --- meta/classes/package.bbclass |2 +- 1 files

[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

[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/3] bug fix for 1231

2011-08-24 Thread Kang Kai
From: Kang Kai kai.k...@windriver.com 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

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

2011-08-24 Thread Kang Kai
From: Kang Kai kai.k...@windriver.com 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

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

2011-08-24 Thread Kang Kai
From: Kang Kai kai.k...@windriver.com 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 kai.k...@windriver.com ---

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

2011-08-24 Thread Kang Kai
From: Kang Kai kai.k...@windriver.com 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 kai.k...@windriver.com --- meta/recipes-qt/qt4/qt4-tools-nativesdk.inc |9