Re: [OE-core] [PATCH 3/8] kernel.bbclass: move uboot image generation to a specific class

2011-08-19 Thread Otavio Salvador
On Sat, Aug 20, 2011 at 02:07, Bruce Ashfield wrote: > These aren't equivalent. We should maintain what is already in kernel.bbclass > and just move it over. If there already a uImage in the build tree, there's no > need to run all the objcopy "mess" below. I found that it created useless > binar

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

2011-08-19 Thread Bruce Ashfield
On Fri, Aug 19, 2011 at 1:20 AM, Bruce Ashfield wrote: > Richard/Saul, > > Here's a consolidated set of changes that I've been testing with > for the past few days. The patches are pretty much self explanitory. > > 1/3:  linux-yocto: restoring LINUX_VERSION ?= "3.0" > > After discussions on the ma

Re: [OE-core] [PATCH 3/8] kernel.bbclass: move uboot image generation to a specific class

2011-08-19 Thread Bruce Ashfield
On Sat, Aug 20, 2011 at 12:58 AM, Otavio Salvador wrote: > Signed-off-by: Otavio Salvador > --- >  meta/classes/kernel.bbclass |   39 +++ >  1 files changed, 23 insertions(+), 16 deletions(-) > > diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bb

[OE-core] [PATCH 8/8] scripts/combo-layer: fix configuration file handling

2011-08-19 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- scripts/combo-layer |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/combo-layer b/scripts/combo-layer index 07b3382..f8763ee 100755 --- a/scripts/combo-layer +++ b/scripts/combo-layer @@ -339,8 +339,8 @@ Action: update

[OE-core] [PATCH 6/8] scripts/runqemu: add support to pass bootparams to kernel

2011-08-19 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- scripts/runqemu |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/scripts/runqemu b/scripts/runqemu index ed8c05b..91c3c9e 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -135,6 +135,9 @@ while [ $i -le $# ]; do SCRIPT

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

2011-08-19 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- scripts/runqemu |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/runqemu b/scripts/runqemu index 91c3c9e..d617f79 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -163,7 +163,7 @@ while [ $i -le $# ]; do # A dir

[OE-core] [PATCH 3/8] kernel.bbclass: move uboot image generation to a specific class

2011-08-19 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta/classes/kernel.bbclass | 39 +++ 1 files changed, 23 insertions(+), 16 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index ff3fa46..8a56b85 100644 --- a/meta/classes/kernel.bbclass

[OE-core] [PATCH 1/8] Use OECORE_DISTRO_VERSION instead of POKY_DISTRO_VERSION

2011-08-19 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta/classes/toolchain-scripts.bbclass | 12 ++-- scripts/oe-find-native-sysroot |2 +- scripts/runqemu-export-rootfs |2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/meta/classes/toolchain-scripts.bbclass

[OE-core] [PATCH 4/8] kernel.bbclass: save kernel image name into $kerneldir

2011-08-19 Thread Otavio Salvador
Save the kernel image name into sysroot so it can be used during image build if need. This is used by O.S. Systems products and probably useful to others. Signed-off-by: Otavio Salvador --- meta/classes/kernel.bbclass |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/

[OE-core] [PATCH 2/8] kernel.bbclass: blacklist perf-dbg

2011-08-19 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta/classes/kernel.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index a2b10f2..ff3fa46 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass @@ -

[OE-core] [PATCH 5/8] fix SDK building due TARGET_ARCH use in installation path

2011-08-19 Thread Otavio Salvador
TARGET_ARCH makes the building too fragile since it changes during building of target and nativesdk binaries thus making it difficult to handle a proper path for installation of binaries. The fix for it is to move it to toolchain tarball name. Signed-off-by: Otavio Salvador --- meta/classes/popu

[OE-core] [PATCH 0/8] Pending patches from O.S. Systems tree

2011-08-19 Thread Otavio Salvador
The following changes since commit c539155c51e43680711130df9050d3e92282591e: newt: update distro tracking fields (2011-08-19 09:05:54 -0700) are available in the git repository at: git://github.com/OSSystems/oe-core master https://github.com/OSSystems/oe-core/tree/master Otavio Salvador (8

Re: [OE-core] [PATCH] cmake.bbclass, perlnative.bbclass: arrange for cmake to find perl-native

2011-08-19 Thread Saul Wold
On 08/19/2011 09:26 AM, Phil Blundell wrote: Ping? Was pulled earlier this week, RP and I have been at LinuxCon this week, I am attempting to do some catch up now, but Merge ACKs will be delayed until the weekend or next week. Merged into OE-Core Thanks Sau! p. On Mon, 2011-08-

Re: [OE-core] [PATCH 1/3] linux-yocto: restoring LINUX_VERSION ?= "3.0"

2011-08-19 Thread Bruce Ashfield
On Fri, Aug 19, 2011 at 4:51 PM, Bruce Ashfield wrote: > On Fri, Aug 19, 2011 at 1:24 PM, Richard Purdie > wrote: >> On Fri, 2011-08-19 at 08:53 -0400, Bruce Ashfield wrote: >>> On Fri, Aug 19, 2011 at 5:43 AM, Phil Blundell wrote: >>> > On Fri, 2011-08-19 at 01:20 -0400, Bruce Ashfield wrote: >

Re: [OE-core] [PATCH 1/1] bluez4: drop usbpath from DEPENDS

2011-08-19 Thread Richard Purdie
On Fri, 2011-08-19 at 15:30 -0700, Joshua Lock wrote: > We don't (currently) have usbpath in oe-core, so drop it from the DEPENDS to > make BlueZ buildable again. > > Signed-off-by: Joshua Lock > CC: Martin Jansa > --- > meta/recipes-connectivity/bluez/bluez4_4.96.bb |2 +- > 1 files change

[OE-core] [PATCH 1/1] bluez4: drop usbpath from DEPENDS

2011-08-19 Thread Joshua Lock
We don't (currently) have usbpath in oe-core, so drop it from the DEPENDS to make BlueZ buildable again. Signed-off-by: Joshua Lock CC: Martin Jansa --- meta/recipes-connectivity/bluez/bluez4_4.96.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-connecti

[OE-core] [PATCH 0/1] Fix building BlueZ

2011-08-19 Thread Joshua Lock
Quick hit and run patch to enable bluez to build. I believe Martin is going to check whether usbpath is desirable for oe-core. Cheers, Joshua The following changes since commit c539155c51e43680711130df9050d3e92282591e: newt: update distro tracking fields (2011-08-19 09:05:54 -0700) are avail

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

2011-08-19 Thread Martin Jansa
On Fri, Aug 19, 2011 at 03:11:08PM -0700, Chris Larson wrote: > On Fri, Aug 19, 2011 at 5:16 AM, wrote: > > From: Martin Jansa > > > > * if there is multiple .bbappend files with FILESEXTRAPATHS_prepend := "/:" > >  then the one parsed last is causing trailing ':' and that's causing empty > > e

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

2011-08-19 Thread Chris Larson
On Fri, Aug 19, 2011 at 5:16 AM, wrote: > From: Martin Jansa > > * if there is multiple .bbappend files with FILESEXTRAPATHS_prepend := "/:" >  then the one parsed last is causing trailing ':' and that's causing empty > element in >  path = extrapaths.split(:) + path > * it's hard to keep all .

[OE-core] [PATCH 3/3] tune: Add hard floating point variants of cortexa8 tunes

2011-08-19 Thread Darren Hart
Enable machines or distros to select the hard floating point abi for cortexa8 machines. I left out the arm7a thumb+neon combinations as they were not present in the original non-hf set. Signed-off-by: Darren Hart CC: Jason Kridner CC: Koen Kooi --- meta/conf/machine/include/tune-cortexa8.inc |

[OE-core] [PATCH 0/3] tune: update arm7a and cortexa8 tune files

2011-08-19 Thread Darren Hart
Correct some typographical errors in the arm7a and cortexa8 files. Add support for the hard floating point abi. Leave the default as cortexa8-neon. These are in preparation to enable hardfp for meta-yocto's beagleboard BSP. The following changes since commit 8aa14b444f16c4fd0afe93eccd238a8fb2bc02

[OE-core] [PATCH 2/3] tune: remove thumb flag from non-thumb cortexa8 tune variables

2011-08-19 Thread Darren Hart
The thumb flag "t" appears to have been copy/pasted to all the PACKAGE_EXTRA_ARCHS tune variables. Remove it from the non-thumb versions. Signed-off-by: Darren Hart CC: Jason Kridner CC: Koen Kooi --- meta/conf/machine/include/tune-cortexa8.inc |4 ++-- 1 files changed, 2 insertions(+), 2

[OE-core] [PATCH 1/3] tune: add missing closing quote to arch-armv7a.inc for AVAILTUNES

2011-08-19 Thread Darren Hart
A closing quote was missing for an AVAILTUNES append operation, add it. Signed-off-by: Darren Hart CC: Jason Kridner CC: Koen Kooi --- meta/conf/machine/include/arm/arch-armv7a.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/machine/include/arm/arch-armv

[OE-core] [PATCH 3/3] image_types_uboot: add uboot mkimage fs types

2011-08-19 Thread Chris Larson
From: Chris Larson Signed-off-by: Chris Larson --- meta/classes/image_types_uboot.bbclass | 21 + 1 files changed, 21 insertions(+), 0 deletions(-) create mode 100644 meta/classes/image_types_uboot.bbclass diff --git a/meta/classes/image_types_uboot.bbclass b/meta/class

[OE-core] [PATCH 1/3] libpcre: the generated libtool uses HOST_SYS

2011-08-19 Thread Chris Larson
From: Chris Larson Signed-off-by: Chris Larson --- meta/recipes-support/libpcre/libpcre_8.12.bb |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-support/libpcre/libpcre_8.12.bb b/meta/recipes-support/libpcre/libpcre_8.12.bb index 9216777..24d91c3 100

[OE-core] [PATCH 2/3] rpm: be certain we don't prefix our binaries

2011-08-19 Thread Chris Larson
From: Chris Larson In certain combinations of build/host/target, they can end up inadvertently prefixed, breaking the assumptions in the recipe. Signed-off-by: Chris Larson --- meta/recipes-devtools/rpm/rpm_5.4.0.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/met

Re: [OE-core] [PATCH 1/3] linux-yocto: restoring LINUX_VERSION ?= "3.0"

2011-08-19 Thread Bruce Ashfield
On Fri, Aug 19, 2011 at 1:24 PM, Richard Purdie wrote: > On Fri, 2011-08-19 at 08:53 -0400, Bruce Ashfield wrote: >> On Fri, Aug 19, 2011 at 5:43 AM, Phil Blundell wrote: >> > On Fri, 2011-08-19 at 01:20 -0400, Bruce Ashfield wrote: >> >> diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb

Re: [OE-core] [PATCH 1/3] linux-yocto: restoring LINUX_VERSION ?= "3.0"

2011-08-19 Thread Khem Raj
On Fri, Aug 19, 2011 at 10:24 AM, Richard Purdie wrote: > > I'm not 100% convinced that this is a good idea. I'd really prefer the > kernel accurately reflected the version it was. Can we not do: > > PREFERRRED_VERSION_xxx = "3.0%" > yes I would prefer that too > to get around the preferred vers

Re: [OE-core] [CONSOLIDATED PULL 16/32] gcc-4.6: Use --with-linker-hash-style configure option

2011-08-19 Thread Khem Raj
On Fri, Aug 19, 2011 at 11:29 AM, Khem Raj wrote: > On Fri, Aug 19, 2011 at 9:23 AM, Phil Blundell wrote: >> On Thu, 2011-08-18 at 13:55 -0700, Saul Wold wrote: >>>  # Third digit in PV should be incremented after a minor release >>>  # happens from this branch on gcc e.g. currently its 4.6.0 >>>

Re: [OE-core] [CONSOLIDATED PULL 16/32] gcc-4.6: Use --with-linker-hash-style configure option

2011-08-19 Thread Khem Raj
On Fri, Aug 19, 2011 at 9:23 AM, Phil Blundell wrote: > On Thu, 2011-08-18 at 13:55 -0700, Saul Wold wrote: >>  # Third digit in PV should be incremented after a minor release >>  # happens from this branch on gcc e.g. currently its 4.6.0 >> @@ -90,6 +90,7 @@ EXTRA_OECONF_BASE = " --enable-lto \ >

Re: [OE-core] [PATCH 1/3] linux-yocto: restoring LINUX_VERSION ?= "3.0"

2011-08-19 Thread Richard Purdie
On Fri, 2011-08-19 at 08:53 -0400, Bruce Ashfield wrote: > On Fri, Aug 19, 2011 at 5:43 AM, Phil Blundell wrote: > > On Fri, 2011-08-19 at 01:20 -0400, Bruce Ashfield wrote: > >> diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb > >> b/meta/recipes-kernel/linux/linux-yocto_3.0.bb > >> ind

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

2011-08-19 Thread 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/conf/machine/include/tu

Re: [OE-core] [CONSOLIDATED PULL 15/32] conf, recipes: Redefine LINKER_HASH_STYLE

2011-08-19 Thread Khem Raj
On Fri, Aug 19, 2011 at 9:13 AM, Richard Purdie wrote: > On Fri, 2011-08-19 at 08:27 -0700, Khem Raj wrote: >> > Also, if mips doesn't support this, how is anything at all working at >> > the moment? >> >> see last line in distro/include/tcmode-default.inc >> >> TARGET_LINK_HASH_STYLE ?= >> "${@['

Re: [OE-core] [PATCH] cmake.bbclass, perlnative.bbclass: arrange for cmake to find perl-native

2011-08-19 Thread Phil Blundell
Ping? p. On Mon, 2011-08-15 at 17:16 +0100, Phil Blundell wrote: > When CMake is looking for perl, it only searches in the specific directories > that it's told about and ignores ${PATH}. If perlnative is in use, ensure > that the appropriate installation path is added to the list of places that

Re: [OE-core] [CONSOLIDATED PULL 16/32] gcc-4.6: Use --with-linker-hash-style configure option

2011-08-19 Thread Phil Blundell
On Thu, 2011-08-18 at 13:55 -0700, Saul Wold wrote: > # Third digit in PV should be incremented after a minor release > # happens from this branch on gcc e.g. currently its 4.6.0 > @@ -90,6 +90,7 @@ EXTRA_OECONF_BASE = " --enable-lto \ > --disable-bootstrap \ >

Re: [OE-core] [CONSOLIDATED PULL 00/32] Various Fixes, Updates

2011-08-19 Thread Richard Purdie
On Thu, 2011-08-18 at 13:55 -0700, Saul Wold wrote: > The following changes since commit 2e83e6755441cb14bd907d306974338c15173189: > > kernel: restore crtsavres.o to enable building external modules on powerpc > (2011-08-17 15:46:16 +0100) > > are available in the git repository at: > git://

Re: [OE-core] [CONSOLIDATED PULL 15/32] conf, recipes: Redefine LINKER_HASH_STYLE

2011-08-19 Thread Richard Purdie
On Fri, 2011-08-19 at 08:27 -0700, Khem Raj wrote: > > Also, if mips doesn't support this, how is anything at all working at > > the moment? > > see last line in distro/include/tcmode-default.inc > > TARGET_LINK_HASH_STYLE ?= > "${@['-Wl,--hash-style=gnu',''][bb.data.getVar('TARGET_ARCH', d, Tru

Re: [OE-core] [CONSOLIDATED PULL 12/32] libxkbcommon: new

2011-08-19 Thread Richard Purdie
On Fri, 2011-08-19 at 16:40 +0200, Martin Jansa wrote: > On Fri, Aug 19, 2011 at 03:33:38PM +0100, Phil Blundell wrote: > > On Fri, 2011-08-19 at 09:27 -0500, Richard Purdie wrote: > > > What isthe version getting set to for this recipe? > > > > Just "git" at the moment, which I suppose is a bit s

Re: [OE-core] [CONSOLIDATED PULL 15/32] conf, recipes: Redefine LINKER_HASH_STYLE

2011-08-19 Thread Khem Raj
On 8/19/2011 7:26 AM, Richard Purdie wrote: On Fri, 2011-08-19 at 10:24 +0100, Phil Blundell wrote: On Thu, 2011-08-18 at 13:55 -0700, Saul Wold wrote: From: Khem Raj LINKER_HASH_STYLE is not set to either sysv or gnu depending upon architecture e.g. mips does not support gnu hash style among

Re: [OE-core] [PATCH][v2] file: new file version 5.07

2011-08-19 Thread Adrian Alonso
The patches fail to apply so i drop them, I didn't check if the patches where merged into upstream :( On Fri, Aug 19, 2011 at 9:15 AM, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Wed, 2011-08-17 at 21:57 -0500, Adrian Alonso wrote: > > * file version 5.07 also prevents magic

Re: [OE-core] [CONSOLIDATED PULL 12/32] libxkbcommon: new

2011-08-19 Thread Martin Jansa
On Fri, Aug 19, 2011 at 03:33:38PM +0100, Phil Blundell wrote: > On Fri, 2011-08-19 at 09:27 -0500, Richard Purdie wrote: > > What isthe version getting set to for this recipe? > > Just "git" at the moment, which I suppose is a bit suboptimal. What's > the recommended string for packages that don

[OE-core] Prelink question...

2011-08-19 Thread Mark Hatle
I've been getting reports that people are experiencing crashed with the cross-prelinker on 64-bit only filesystems. This includes both x86_64 and PPC64. In the case of the PPC64, there is one or more bug in the cross-prelinker rtld emulation which I'm currently working on. x86_64 however seems

Re: [OE-core] [CONSOLIDATED PULL 03/32] qt4: allow a reduction in build time

2011-08-19 Thread Richard Purdie
On Thu, 2011-08-18 at 13:55 -0700, Saul Wold wrote: > From: Anders Darander > > When reducing build time by adding QT_DISTRO_FLAGS from the set '-no-gui > -nomake tools > -nomake examples -nomake demos -nomake docs', build failure can occur, due to > not building > all tools. > > * Make rm not

Re: [OE-core] [CONSOLIDATED PULL 12/32] libxkbcommon: new

2011-08-19 Thread Phil Blundell
On Fri, 2011-08-19 at 09:27 -0500, Richard Purdie wrote: > What isthe version getting set to for this recipe? Just "git" at the moment, which I suppose is a bit suboptimal. What's the recommended string for packages that don't have any upstream release? p.

Re: [OE-core] [CONSOLIDATED PULL 05/32] tcl: fix networking breakage

2011-08-19 Thread Richard Purdie
On Thu, 2011-08-18 at 13:55 -0700, Saul Wold wrote: > From: 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

Re: [OE-core] [CONSOLIDATED PULL 11/32] mtd-utils: Added recipe of newer version 1.4.4.

2011-08-19 Thread Richard Purdie
On Thu, 2011-08-18 at 13:55 -0700, Saul Wold wrote: > From: Noor Ahsan > > * Added recipe of version 1.4.4 and removed 1.4.1 recipe and its patch files. > > Signed-off-by: Noor Ahsan > --- > .../add-exclusion-to-mkfs-jffs2-git-2.patch|0 > .../mtd/{mtd-utils_1.4.1.bb => mtd-utils_1

Re: [OE-core] [CONSOLIDATED PULL 12/32] libxkbcommon: new

2011-08-19 Thread Richard Purdie
On Thu, 2011-08-18 at 13:55 -0700, Saul Wold wrote: > From: Phil Blundell > > This is needed by Clutter's egl backend. > > Signed-off-by: Phil Blundell > --- > .../xorg-lib/libxkbcommon/cross.patch | 43 > > meta/recipes-graphics/xorg-lib/libxkbcommon_git.b

Re: [OE-core] [CONSOLIDATED PULL 15/32] conf, recipes: Redefine LINKER_HASH_STYLE

2011-08-19 Thread Richard Purdie
On Fri, 2011-08-19 at 10:24 +0100, Phil Blundell wrote: > On Thu, 2011-08-18 at 13:55 -0700, Saul Wold wrote: > > From: Khem Raj > > > > LINKER_HASH_STYLE is not set to either sysv or gnu > > depending upon architecture e.g. mips does not support > > gnu hash style among the supported architectur

Re: [OE-core] [CONSOLIDATED PULL 26/32] procps: Fix lib path to support multilib

2011-08-19 Thread Richard Purdie
On Thu, 2011-08-18 at 13:55 -0700, Saul Wold wrote: > From: Dongxiao Xu > > Remove 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 | 29 > >

Re: [OE-core] [PATCH][v2] file: new file version 5.07

2011-08-19 Thread Richard Purdie
On Wed, 2011-08-17 at 21:57 -0500, Adrian Alonso wrote: > * file version 5.07 also prevents magic file mistmatch > in Fedora 15 > * related to bug 1358. > http://bugzilla.pokylinux.org/show_bug.cgi?id=1358 > * v2 remove previous file version 5.04 > remove unused patchs When you say these are

Re: [OE-core] [PATCH 1/3] linux-yocto: restoring LINUX_VERSION ?= "3.0"

2011-08-19 Thread Bruce Ashfield
On Fri, Aug 19, 2011 at 5:43 AM, Phil Blundell wrote: > On Fri, 2011-08-19 at 01:20 -0400, Bruce Ashfield wrote: >> diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb >> b/meta/recipes-kernel/linux/linux-yocto_3.0.bb >> index 44f1ebe..5d9871f 100644 >> --- a/meta/recipes-kernel/linux/linux

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

2011-08-19 Thread martin . jansa
From: Martin Jansa * if there is multiple .bbappend files with FILESEXTRAPATHS_prepend := "/:" then the one parsed last is causing trailing ':' and that's causing empty element in path = extrapaths.split(:) + path * it's hard to keep all .bbappends from foreign layers to follow this rule, so

Re: [OE-core] [RFC PATCH 1/2] image.bbclass, kernel.bbclass: create warning file about deleting deploydir files

2011-08-19 Thread Paul Eggleton
On Wednesday 17 August 2011 19:41:37 Phil Blundell wrote: > On Wed, 2011-08-17 at 19:37 +0100, Paul Eggleton wrote: > > +Files in the deploy directory will not be re-created automatically if > > you +delete them. If you do delete a file, you will need to run: > > + > > + bitbake -c clean TARGET >

[OE-core] [PATCH 1/1] mpc8315e-rdb: add kernel modules to rootfs

2011-08-19 Thread Jingdong . Lu
From: Jingdong Lu Fix bug: [YOCTO #817] Add kernel modules to rootfs for mpc8315e. Signed-off-by: Jingdong Lu --- meta-yocto/conf/machine/mpc8315e-rdb.conf |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta-yocto/conf/machine/mpc8315e-rdb.conf b/meta-yocto/conf/mac

[OE-core] [PATCH 0/1]mpc8315e-rdb: add kernel modules to rootfs

2011-08-19 Thread Jingdong . Lu
From: Jingdong Lu Fix bug: [YOCTO #817] Add kernel modules to rootfs for mpc8315e. The following changes since commit 081e010443a3436dbd5415968aeb3ef4383e2686: Jingdong Lu (1): initrdscripts: fix init-live.sh are available in the git repository at: git://git.pokylinux.org/poky-con

Re: [OE-core] [PATCH 1/3] linux-yocto: restoring LINUX_VERSION ?= "3.0"

2011-08-19 Thread Phil Blundell
On Fri, 2011-08-19 at 01:20 -0400, Bruce Ashfield wrote: > diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb > b/meta/recipes-kernel/linux/linux-yocto_3.0.bb > index 44f1ebe..5d9871f 100644 > --- a/meta/recipes-kernel/linux/linux-yocto_3.0.bb > +++ b/meta/recipes-kernel/linux/linux-yocto_3

Re: [OE-core] [CONSOLIDATED PULL 15/32] conf, recipes: Redefine LINKER_HASH_STYLE

2011-08-19 Thread Phil Blundell
On Thu, 2011-08-18 at 13:55 -0700, Saul Wold wrote: > From: Khem Raj > > LINKER_HASH_STYLE is not set to either sysv or gnu > depending upon architecture e.g. mips does not support > gnu hash style among the supported architectures so > we make sure its set to 'sysv' form mips > > Linker flags a

Re: [OE-core] Blocker - [Bug 1070] [deb] core-image-sato-sdk.bb: do_rootfs failed: unmet dependencies

2011-08-19 Thread Lu, Lianhao
wenzong fan wrote on 2011-08-19: > Hi Folks, > > I think I was blocked by this defect now, and it also blocked the #1086: > > http://bugzilla.pokylinux.org/show_bug.cgi?id=1070 > > I have try to add the depended packages to 'package_to_install', but > they won't be installed at all. I know a li