angstrom feed builder: add qemux86 machine
authorKoen Kooi <koen@openembedded.org>
Wed, 29 Oct 2008 18:29:32 +0000 (19:29 +0100)
committerKoen Kooi <koen@openembedded.org>
Wed, 29 Oct 2008 18:29:32 +0000 (19:29 +0100)
contrib/angstrom/build-feeds.sh

index 428ddd2..b98d19d 100755 (executable)
@@ -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=""