diff options
author | Koen Kooi <koen@openembedded.org> | 2008-10-29 19:29:32 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-10-29 19:29:32 +0100 |
commit | 686b241399f3194a20bf3db9f27033e24fd1cdb7 (patch) | |
tree | 3e73eb6193ec4100007b11b258965133d8334537 /contrib/angstrom/build-feeds.sh | |
parent | e25e2f583c1b80711092322279226294cccb35ec (diff) |
angstrom feed builder: add qemux86 machine
Diffstat (limited to 'contrib/angstrom/build-feeds.sh')
-rwxr-xr-x | contrib/angstrom/build-feeds.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/angstrom/build-feeds.sh b/contrib/angstrom/build-feeds.sh index 428ddd2146..b98d19df34 100755 --- a/contrib/angstrom/build-feeds.sh +++ b/contrib/angstrom/build-feeds.sh @@ -57,8 +57,9 @@ do_build # * armv7a: beagleboard # * ppc405: dht-walnut # * ppc603e: efika +# * i586: qemux86 -for machine in simpad om-gta01 c7x0 nokia800 beagleboard dht-walnut efika +for machine in simpad om-gta01 c7x0 nokia800 beagleboard dht-walnut efika qemux86 do BUILD_MACHINE=$machine BUILD_CLEAN="qmake-native qmake2-native qt-x11-free python gnome-icon-theme" @@ -276,7 +277,7 @@ done # machine packages (machine specific (sub)packages) -for machine in beagleboard omap3evm neuros-osd2 efika dht-walnut omap5912osk ixp4xxle ixp4xxbe c7x0 poodle tosa akita spitz collie simpad om-gta01 om-gta02 a780 at91sam9263ek qemuarm h2200 h3900 h4000 hx4700 nokia800 +for machine in beagleboard omap3evm neuros-osd2 efika dht-walnut omap5912osk ixp4xxle ixp4xxbe c7x0 poodle tosa akita spitz collie simpad om-gta01 om-gta02 a780 at91sam9263ek qemuarm h2200 h3900 h4000 hx4700 nokia800 qemux86 do BUILD_MACHINE=$machine BUILD_CLEAN="" |