[oe] [RFC]: Toolchain build sequence alteration.

Henning Heinold heinold at inf.fu-berlin.de
Fri Jul 25 10:01:27 UTC 2008


On Fri, Jul 25, 2008 at 12:33:04AM -0700, Khem Raj wrote:
> On (24/07/08 18:18), Koen Kooi wrote:
> 
> Thank you Koen and RP for testing it out and ACK'ing. I have committed
> the big patch. Let me know of any fallouts and I will try to fix them.
> 
> Happy hacking.

Hi,

I find the first strange think when using angstroem and uclibc with
armoabi. TARGET_OS is configured at

include/distro/angstrom-uclibc.conf

with
TARGET_OS_UC =
"linux${@['-uclibc','-uclibcgnueabi'][bb.data.getVar('TARGET_ARCH',d,1)
in ['arm', 'armeb'] and bb.data.getVar('MACHINE',d) not in
['collie','h3600', 'h3800', 'simpad', 'htcwallaby']]}"

and

TARGET_OS ?= "${@['${TARGET_OS_UC}',
'uclinux-uclibc'][bb.data.getVar('TARGET_ARCH',d)  in ['bfin']]}"

For some reason it dont set TARGET_OS and therefor the sanity checker
bails out.

For now I swtiched back to TARGET_OS = ..., as before and I am able to
build packages again.

Bye,

Henning




More information about the Openembedded-devel mailing list