Re: [OE-core] Unrecognized option while building pseudo (target)

2011-08-08 Thread Anders Darander
* Mark Hatle [110808 17:58]: > pseudo currently only works on IA32 hosts. It was never really intended to > work > on the target system, but should. Thanks for the clarification. No, I don't really want it... But now I know what to start looking for, i.e. what is trying to put pseudo on the tar

Re: [OE-core] [PATCH 1/1] oe-init-build-env, scripts/oe-buildenv-internal: add error detecting for $BDIR

2011-08-08 Thread Darren Hart
On 08/08/2011 07:13 PM, Cui, Dexuan wrote: > Cui, Dexuan wrote on 2011-08-04: >> Darren Hart wrote on 2011-08-04: >>> On 08/04/2011 12:37 AM, Cui, Dexuan wrote: Please remember to include a >>> description of the problem and the approach taken to fix it. This >>> eliminates wasted time trying to de

[OE-core] [PATCH] eglibc: force GLIBC_EXTRA_OECONF to not be uset for nativesdk

2011-08-08 Thread Kumar Gala
Don't use GLIBC_EXTRA_OECONF for the nativesdk builds. Easiest solution is to just override it settings. Otherwise we might pickup configure options ment for the target build. Signed-off-by: Kumar Gala --- meta/recipes-core/eglibc/eglibc.inc |1 + meta/recipes-core/eglibc/eglibc_2.12.b

Re: [OE-core] gcc version mismatch in sdk generation

2011-08-08 Thread James Limbouris
On Tuesday, 9 August 2011 10:33 AM, Khem Raj wrote: > On 08/08/2011 06:52 PM, James Limbouris wrote: > > On Tuesday, 9 August 2011 9:40 AM, Khem Raj wrote: > >> On Mon, Aug 8, 2011 at 6:33 PM, James Limbouris > >> wrote: > >>> On Tue Aug 9 01:25:55 CEST 2011, Richard Purdie wrote: > On Mon, 2

Re: [OE-core] MINUTES: OE TSC meeting 21-Jul-2011

2011-08-08 Thread Bruce Ashfield
On Mon, Aug 8, 2011 at 6:09 PM, Jeff Osier-Mixon wrote: > OE TSC meeting 21-Jul-2011 > Attendees: Koen, Khem, Richard, Tom > Apologies: Mark, Jefro > Minutes: > 01) choose a meeting chair > khem > 02) new topics >     - melo updates > melo VM has some issues where it was dying almost every day > p

Re: [OE-core] gcc version mismatch in sdk generation

2011-08-08 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/08/2011 06:52 PM, James Limbouris wrote: > On Tuesday, 9 August 2011 9:40 AM, Khem Raj wrote: >> On Mon, Aug 8, 2011 at 6:33 PM, James Limbouris >> wrote: >>> On Tue Aug 9 01:25:55 CEST 2011, Richard Purdie wrote: On Mon, 2011-08-08 at 05:

[OE-core] [PATCH] bitbake.conf: Changed PSEUDO_LOCALSTATEDIR assignment to unconditional.

2011-08-08 Thread James Limbouris
The pseudo executable sets the PSEUDO_LOCALSTATEDIR environment variable to point to a sysroot location. During an initial cache build, in which pseudo is not used as it is being built, the PSEUDO_LOCALSTATEDIR is set to a per-package location by bitbake.conf, and baked into the cache. If the cache

Re: [OE-core] [PATCH 1/1] oe-init-build-env, scripts/oe-buildenv-internal: add error detecting for $BDIR

2011-08-08 Thread Cui, Dexuan
Cui, Dexuan wrote on 2011-08-04: > Darren Hart wrote on 2011-08-04: >> On 08/04/2011 12:37 AM, Cui, Dexuan wrote: Please remember to include a >> description of the problem and the approach taken to fix it. This >> eliminates wasted time trying to decipher it later or by people >> unfamiliar with t

Re: [OE-core] [PATCH 1/2] shared-mime-info, avahi, polkit: inherit perlnative

2011-08-08 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/08/2011 04:24 PM, Richard Purdie wrote: > On Sun, 2011-08-07 at 23:14 -0700, Khem Raj wrote: >> Otherwise we end up with configure errors like below >> >> | checking for perl... /usr/bin/perl | checking for perl >= >> 5.8.1... 5.12.4 | checking

Re: [OE-core] gcc version mismatch in sdk generation

2011-08-08 Thread James Limbouris
On Tuesday, 9 August 2011 9:40 AM, Khem Raj wrote: > On Mon, Aug 8, 2011 at 6:33 PM, James Limbouris > wrote: > > On Tue Aug 9 01:25:55 CEST 2011, Richard Purdie wrote: > >>On Mon, 2011-08-08 at 05:02 +, James Limbouris wrote: > >>> Hi, > >>> > >>> In oe-core, with Angstrom 2010.x, generating

Re: [OE-core] gcc version mismatch in sdk generation

2011-08-08 Thread Khem Raj
On Mon, Aug 8, 2011 at 6:33 PM, James Limbouris wrote: > On Tue Aug 9 01:25:55 CEST 2011, Richard Purdie wrote: >>On Mon, 2011-08-08 at 05:02 +, James Limbouris wrote: >>> Hi, >>> >>> In oe-core, with Angstrom 2010.x, generating an sdk with: >>> >>> bitbake meta-toolchain-qte >>> >>> is giving

Re: [OE-core] gcc version mismatch in sdk generation

2011-08-08 Thread James Limbouris
On Tue Aug 9 01:25:55 CEST 2011, Richard Purdie wrote: >On Mon, 2011-08-08 at 05:02 +, James Limbouris wrote: >> Hi, >> >> In oe-core, with Angstrom 2010.x, generating an sdk with: >> >> bitbake meta-toolchain-qte >> >> is giving me a toolchain with gcc-4.6.1 binaries in the i686 sysroot, bu

Re: [OE-core] gcc version mismatch in sdk generation

2011-08-08 Thread Richard Purdie
On Mon, 2011-08-08 at 05:02 +, James Limbouris wrote: > Hi, > > In oe-core, with Angstrom 2010.x, generating an sdk with: > > bitbake meta-toolchain-qte > > is giving me a toolchain with gcc-4.6.1 binaries in the i686 sysroot, but > gcc-4.5.4 runtime libraries in the arm (target) sysroot. Th

Re: [OE-core] [PATCH 1/2] shared-mime-info, avahi, polkit: inherit perlnative

2011-08-08 Thread Richard Purdie
On Sun, 2011-08-07 at 23:14 -0700, Khem Raj wrote: > Otherwise we end up with configure errors like below > > | checking for perl... /usr/bin/perl > | checking for perl >= 5.8.1... 5.12.4 > | checking for XML::Parser... configure: error: XML::Parser perl module is > required for intltool > | + bb

Re: [OE-core] [PATCH] gcc: Add ability for tune files to pass in configure options to gcc

2011-08-08 Thread Richard Purdie
On Mon, 2011-08-08 at 11:32 -0500, Kumar Gala wrote: > On Aug 2, 2011, at 8:42 AM, Richard Purdie wrote: > > > On Tue, 2011-08-02 at 08:11 -0500, Kumar Gala wrote: > >> On Aug 1, 2011, at 11:57 AM, Richard Purdie wrote: > >> > >>> On Mon, 2011-08-01 at 09:44 -0700, Tom Rini wrote: > On 08/01

[OE-core] MINUTES: OE TSC meeting 21-Jul-2011

2011-08-08 Thread Jeff Osier-Mixon
OE TSC meeting 21-Jul-2011 Attendees: Koen, Khem, Richard, Tom Apologies: Mark, Jefro Minutes: 01) choose a meeting chair khem 02) new topics - melo updates melo VM has some issues where it was dying almost every day per Tom its not hardware issue over next week git will move to the final

[OE-core] Minutes: OpenEmbedded eV Board meeting, 05-Aug-2011

2011-08-08 Thread Denys Dmytriyenko
Minutes: OpenEmbedded eV Board meeting, 05-Aug-2011 "A short financial status update meeting" Attendees: Michael Lauer (mickey) Philip Balister (Crofton) Florian Boor (florian) Denys Dmytriyenko (denix) 01) agenda: * Network switch money transfer * Financial "obligations" to OSUOSL * Other spe

[OE-core] [PATCH] uclibc_0.9.32: Sync mount.h from eglibc

2011-08-08 Thread Khem Raj
mount.h has few more defines that are being used by newer applications such as systemd Signed-off-by: Khem Raj --- .../uclibc/uclibc-0.9.32/mount.h-update.patch | 85 meta/recipes-core/uclibc/uclibc_0.9.32.bb |3 +- 2 files changed, 87 insertions(+), 1 de

Re: [OE-core] [PATCH] gcc: Add ability for tune files to pass in configure options to gcc

2011-08-08 Thread Richard Purdie
On Mon, 2011-08-08 at 11:35 -0500, Kumar Gala wrote: > On Aug 2, 2011, at 8:11 AM, Kumar Gala wrote: > > > > > On Aug 1, 2011, at 11:57 AM, Richard Purdie wrote: > > > >> On Mon, 2011-08-01 at 09:44 -0700, Tom Rini wrote: > >>> On 08/01/2011 09:07 AM, Phil Blundell wrote: > On Mon, 2011-08-

Re: [OE-core] how to pass or set specific gcc flags?

2011-08-08 Thread Khem Raj
On Mon, Aug 8, 2011 at 12:25 PM, Richard Purdie wrote: >> I think the 2 toolchains is UGLY and confusing to customers/users. >> While I understand it from the point of view on how to take steps to >> get multilib going it doesn't mean we shouldnt start thinking about >> how to address these issues

Re: [OE-core] how to pass or set specific gcc flags?

2011-08-08 Thread Richard Purdie
On Mon, 2011-08-08 at 10:46 -0500, Kumar Gala wrote: > On Aug 8, 2011, at 9:55 AM, Richard Purdie wrote: > > > On Sun, 2011-08-07 at 12:08 -0500, Kumar Gala wrote: > >> We'd like to pass: > >> > >> --enable-targets=all > >> > >> on ppc when we target a 64-bit platform but happen to build a 32-bi

[OE-core] [PATCH] linux 3.0: Add patch from OE to set dto to max value to fix MMC timeouts

2011-08-08 Thread Joel A Fernandes
Signed-off-by: Joel A Fernandes --- ...mc-Adjust-dto-to-eliminate-timeout-errors.patch | 33 recipes-kernel/linux/linux_3.0.bb |3 +- 2 files changed, 35 insertions(+), 1 deletions(-) create mode 100644 recipes-kernel/linux/linux-3.0/beagle/0006-omap-

Re: [OE-core] Error running QEMU with oe-core / angstrom console-image, hwclock: can't open '/dev/misc/rtc' : No such file or directory

2011-08-08 Thread Khem Raj
On Mon, Aug 8, 2011 at 2:27 AM, Samuel Stirtzel wrote: > 2011/8/5 Khem Raj : >> It means QEMUOPTIONS is empty in your case because you are sing ext2 >> image. It supports ext3 and btrfs >> >> but it should be easy to add ext2 to mix. Can you try something like below >> >> diff --git a/scripts/runq

Re: [OE-core] [PATCH 0/3] new x86 ABI x32 V2 patch series

2011-08-08 Thread Richard Purdie
On Fri, 2011-08-05 at 10:42 -0700, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > These are the commits for the new x86_64 ABI named x32. These are changed > as per the feedback received on the mailing list. > > The kernel related commits are dropped from this series as Bruce is pus

Re: [OE-core] [PATCH] gcc: Add ability for tune files to pass in configure options to gcc

2011-08-08 Thread Kumar Gala
On Aug 2, 2011, at 8:11 AM, Kumar Gala wrote: > > On Aug 1, 2011, at 11:57 AM, Richard Purdie wrote: > >> On Mon, 2011-08-01 at 09:44 -0700, Tom Rini wrote: >>> On 08/01/2011 09:07 AM, Phil Blundell wrote: On Mon, 2011-08-01 at 09:37 -0500, Kumar Gala wrote: > Not sure I understand the

Re: [OE-core] [PATCH] gcc: Add ability for tune files to pass in configure options to gcc

2011-08-08 Thread Kumar Gala
On Aug 2, 2011, at 8:42 AM, Richard Purdie wrote: > On Tue, 2011-08-02 at 08:11 -0500, Kumar Gala wrote: >> On Aug 1, 2011, at 11:57 AM, Richard Purdie wrote: >> >>> On Mon, 2011-08-01 at 09:44 -0700, Tom Rini wrote: On 08/01/2011 09:07 AM, Phil Blundell wrote: > On Mon, 2011-08-01 at 0

Re: [OE-core] how to pass or set specific gcc flags?

2011-08-08 Thread Kumar Gala
That's passing flags to gcc, I mean passing flags to how gcc is configured - k On Aug 8, 2011, at 10:53 AM, Kamble, Nitin A wrote: > Kumar, > Look at the meta/conf/machine/include/ia32/arch-ia32.inc where we have done > special flags passing to gcc & other tools. > > Nitin > > >> -Origin

Re: [OE-core] Unrecognized option while building pseudo (target)

2011-08-08 Thread Mark Hatle
pseudo currently only works on IA32 hosts. It was never really intended to work on the target system, but should. If you think you want pseudo on the target.. you'll have to verify that all of the calls are being trapped properly on ARM, as well as modify the build instructions to not worry about

Re: [OE-core] [PATCH] tune-ppce5500: Add a tune file for PowerPC e5500 core

2011-08-08 Thread Kumar Gala
On Aug 8, 2011, at 9:48 AM, Richard Purdie wrote: > On Mon, 2011-08-08 at 09:39 -0500, Kumar Gala wrote: >> On Aug 5, 2011, at 3:11 PM, Kumar Gala wrote: >> >>> Signed-off-by: Kumar Gala >>> --- >>> meta/conf/machine/include/tune-ppce5500.inc | 14 ++ >>> 1 files changed, 14 insert

Re: [OE-core] how to pass or set specific gcc flags?

2011-08-08 Thread Kamble, Nitin A
Kumar, Look at the meta/conf/machine/include/ia32/arch-ia32.inc where we have done special flags passing to gcc & other tools. Nitin > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > K

Re: [OE-core] how to pass or set specific gcc flags?

2011-08-08 Thread Kumar Gala
On Aug 8, 2011, at 9:55 AM, Richard Purdie wrote: > On Sun, 2011-08-07 at 12:08 -0500, Kumar Gala wrote: >> We'd like to pass: >> >> --enable-targets=all >> >> on ppc when we target a 64-bit platform but happen to build a 32-bit >> toolchain & rootfs, its useful to still have 64-bit support in

Re: [OE-core] how to pass or set specific gcc flags?

2011-08-08 Thread Richard Purdie
On Sun, 2011-08-07 at 12:08 -0500, Kumar Gala wrote: > We'd like to pass: > > --enable-targets=all > > on ppc when we target a 64-bit platform but happen to build a 32-bit > toolchain & rootfs, its useful to still have 64-bit support in the > compiler to build a 64-bit kernel if desired in this s

Re: [OE-core] multilib theory & practice

2011-08-08 Thread Richard Purdie
On Mon, 2011-08-08 at 09:32 -0500, Kumar Gala wrote: > On Aug 8, 2011, at 7:58 AM, Richard Purdie wrote: > > On Sat, 2011-08-06 at 15:56 -0500, Kumar Gala wrote: > >> I'm looking at trying to get multilib working for powerpc. However > >> I'm a bit lost in how this is suppose to work from a few di

Re: [OE-core] [PATCH] tune-ppce5500: Add a tune file for PowerPC e5500 core

2011-08-08 Thread Richard Purdie
On Mon, 2011-08-08 at 09:39 -0500, Kumar Gala wrote: > On Aug 5, 2011, at 3:11 PM, Kumar Gala wrote: > > > Signed-off-by: Kumar Gala > > --- > > meta/conf/machine/include/tune-ppce5500.inc | 14 ++ > > 1 files changed, 14 insertions(+), 0 deletions(-) > > create mode 100644 meta/conf

Re: [OE-core] [PATCH] tune-ppce5500: Add a tune file for PowerPC e5500 core

2011-08-08 Thread Kumar Gala
On Aug 5, 2011, at 3:11 PM, Kumar Gala wrote: > Signed-off-by: Kumar Gala > --- > meta/conf/machine/include/tune-ppce5500.inc | 14 ++ > 1 files changed, 14 insertions(+), 0 deletions(-) > create mode 100644 meta/conf/machine/include/tune-ppce5500.inc > > diff --git a/meta/conf/mac

Re: [OE-core] multilib theory & practice

2011-08-08 Thread Kumar Gala
On Aug 8, 2011, at 7:58 AM, Richard Purdie wrote: > On Sat, 2011-08-06 at 15:56 -0500, Kumar Gala wrote: >> I'm looking at trying to get multilib working for powerpc. However >> I'm a bit lost in how this is suppose to work from a few different >> perspectives: >> >> 1. from user perspective (I

Re: [OE-core] [PATCH] gtk-icon-cache: fix RDEPENDS append bug

2011-08-08 Thread Richard Purdie
On Sat, 2011-08-06 at 09:25 +0200, Koen Kooi wrote: > python += doesn't add a leading space, which we do need: > > | Collected errors: > | * satisfy_dependencies_for: Cannot satisfy the following dependencies for > task-gnome-themes: > | *gnome-icon-themehicolor-icon-theme * > | * opkg_ins

Re: [OE-core] [PATCH 0/4] Richard/Saul,

2011-08-08 Thread Richard Purdie
On Sat, 2011-08-06 at 00:19 -0400, Bruce Ashfield wrote: > Here's a collection of fixes that have been cooking here for the week. > Build, boot and regression testing has been completed. With these the > 3.0 kernel tree is bumped to 3.0.1, and some use cases have been updated > to support building

Re: [OE-core] [PATCH 10/10] eglibc: remove PACKAGES from eglibc.inc

2011-08-08 Thread Richard Purdie
On Mon, 2011-08-08 at 09:56 +0200, Martin Jansa wrote: > * PACKAGES were defined in eglibc.inc as well as eglibc-package.inc, > definition > from eglibc.inc was overriden from recipes including eglibc.inc only > > Signed-off-by: Martin Jansa > --- > meta/recipes-core/eglibc/eglibc.inc |2

Re: [OE-core] multilib theory & practice

2011-08-08 Thread Richard Purdie
On Sun, 2011-08-07 at 11:50 -0500, Kumar Gala wrote: > On Aug 6, 2011, at 3:56 PM, Kumar Gala wrote: > > > I'm looking at trying to get multilib working for powerpc. However I'm a > > bit lost in how this is suppose to work from a few different perspectives: > > > > 1. from user perspective (I'

Re: [OE-core] multilib theory & practice

2011-08-08 Thread Richard Purdie
On Sat, 2011-08-06 at 15:56 -0500, Kumar Gala wrote: > I'm looking at trying to get multilib working for powerpc. However > I'm a bit lost in how this is suppose to work from a few different > perspectives: > > 1. from user perspective (I'm starting with a 64-bit build in /lib64 and > adding 32-

Re: [OE-core] [PATCH 5/6] ghostscript: Fixed the incorrect DEPENDS.

2011-08-08 Thread Richard Purdie
On Mon, 2011-08-08 at 17:11 +0800, Yu Ke wrote: > on 2011-8-5 18:37, Lianhao Lu wrote: > > [YOCTO #1337] > > Using ghostscript-native instead of ${PN}-native in DEPENDS to correct > > the invalid DEPENDS in multilib cases. > > > > Signed-off-by: Lianhao Lu > > --- > > .../ghostscript/ghostscript_

Re: [OE-core] [PATCH 1/1] multilib.conf: Supported multilib extend in more recipes.

2011-08-08 Thread Richard Purdie
On Mon, 2011-08-08 at 11:39 +0800, Lianhao Lu wrote: > Added more recipes supporting multilib extend. > > Signed-off-by: Lianhao Lu > --- > meta/conf/multilib.conf | 449 > +-- > 1 files changed, 436 insertions(+), 13 deletions(-) Merged to master,

Re: [OE-core] [PATCH 1/1] lsb: Fix hard code libdir issue for multilib

2011-08-08 Thread Richard Purdie
On Mon, 2011-08-08 at 11:22 +0800, Mei Lei wrote: > Signed-off-by: Mei Lei > --- > meta/recipes-extended/lsb/lsb_1.4.bb | 18 +- > 1 files changed, 9 insertions(+), 9 deletions(-) Merged to master, thanks. Richard ___ Openembedded-

Re: [OE-core] [Updated CONSOLIDATED PULL 00/15] Fixes for M3 and getting master to build

2011-08-08 Thread Richard Purdie
On Sat, 2011-08-06 at 22:01 -0700, Saul Wold wrote: > Richard, > > This has Bruce's updated Kernel, which has taken a spin on the fuzzy builder, > along with a fix for M3 BSP failures and a couple of other bug and build > fixes. > I also remembered to include the SRC_URI checksums this time for t

[OE-core] Unrecognized option while building pseudo (target)

2011-08-08 Thread Anders Darander
Hi, After updating my work-in-progress to upgrade our internal distro from oe-dev to oe-core, I got a new problem... (At least new to me, as far as I remember I didn't have that problem before the vacation. Otoh, my old build-box is temporarily out of service HW-problems, so this is a new build e

Re: [OE-core] Error running QEMU with oe-core / angstrom console-image, hwclock: can't open '/dev/misc/rtc' : No such file or directory

2011-08-08 Thread Samuel Stirtzel
2011/8/5 Khem Raj : > It means QEMUOPTIONS is empty in your case because you are sing ext2 > image. It supports ext3 and btrfs > > but it should be easy to add ext2 to mix. Can you try something like below > > diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal > index c15632d..64635df

Re: [OE-core] [PATCH 5/6] ghostscript: Fixed the incorrect DEPENDS.

2011-08-08 Thread Yu Ke
on 2011-8-5 18:37, Lianhao Lu wrote: [YOCTO #1337] Using ghostscript-native instead of ${PN}-native in DEPENDS to correct the invalid DEPENDS in multilib cases. Signed-off-by: Lianhao Lu --- .../ghostscript/ghostscript_9.02.bb|2 +- 1 files changed, 1 insertions(+), 1 dele

Re: [OE-core] base.bbclass: Ensure PREFERRED_PROVIDER and PREFERRED_VERSION values are set for multilibs

2011-08-08 Thread Lu, Lianhao
Richard Purdie wrote on 2011-08-05: > When running multilib builds its not intuitive for the specificed > versions/providers to be build in one case and the higher version in the > other. > This patch mirrors the options unless they're already set. > > There shouldn't be any effect if the MULTILI

[OE-core] [PATCH 10/10] eglibc: remove PACKAGES from eglibc.inc

2011-08-08 Thread Martin Jansa
* PACKAGES were defined in eglibc.inc as well as eglibc-package.inc, definition from eglibc.inc was overriden from recipes including eglibc.inc only Signed-off-by: Martin Jansa --- meta/recipes-core/eglibc/eglibc.inc |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/met

[OE-core] [PATCH 1/2] gnome-doc-utils: Avoid RDEPENDS on bash in native case.

2011-08-08 Thread Dongxiao Xu
gnome-doc-utils-native should not RDEPENDS on bash, thus add RDEPENDS override to fix the issue. Signed-off-by: Dongxiao Xu --- meta/recipes-gnome/gnome/gnome-doc-utils.inc |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/me

[OE-core] [PATCH 2/2] module-init-tools-cross: Clean the RDEPENDS value

2011-08-08 Thread Dongxiao Xu
cross recipes should not RDEPENDS on any package. Cross recipe has no "PACKAGES" define, thus clean RDEPENDS_${PN} value to ensure correctness in multilib. Signed-off-by: Dongxiao Xu --- .../module-init-tools-cross_3.16.bb|1 + 1 files changed, 1 insertions(+), 0 deletions(-)

[OE-core] [PATCH 0/2][PULL] Multilib: Fix bug 1340

2011-08-08 Thread Dongxiao Xu
Hi Richard, The following two commits fix the issue that, some normal packages are built out when building pure multilib image "lib32-core-image-sato". Please help to review and pull. [YOCTO #1340] The following changes since commit 7a278238d9b08e0315e92d386282cb488cc0c7b4: bitbake.conf/powe