[OE-core] do_rootfs broken, was: Re: [PATCH 1/3] Add ARM tune file overhaul based largely on work from Mark Hatle

Koen Kooi koen at dominion.thruhere.net
Wed Jul 27 17:31:02 UTC 2011


<snip patch>

It looks like PACKAGE_*_ARCHS is broken in the rootfs class:

cat /OE/tentacle/build/tmp-angstrom_2010_x-eglibc/work/beagleboard-angstrom-linux-gnueabi/efl-nodm-image-1.0-r0/opkg.conf:
arch all 1
arch any 6
arch noarch 11
arch arm 16
arch beagleboard 21

But the one in the opkg config package is correct:

koen at dominion:/OE/tentacle/build/tmp-angstrom_2010_x-eglibc/deploy$ dpkg-deb -x ipk/beagleboard/opkg-config-base_1.0-r0_beagleboard.ipk tmp/
koen at dominion:/OE/tentacle/build/tmp-angstrom_2010_x-eglibc/deploy$ cat tmp/etc/opkg/arch.conf 
arch all 1
arch any 6
arch noarch 11
arch arm 16
arch armv4 21
arch armv4t 26
arch armv5te 31
arch armv6 36
arch armv7 41
arch armv7a 46
arch beagleboard 51
koen at dominion:/OE/tentacle/build/tmp-angstrom_2010_x-eglibc/deploy$ 





More information about the Openembedded-core mailing list