From 686b241399f3194a20bf3db9f27033e24fd1cdb7 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 29 Oct 2008 19:29:32 +0100 Subject: [PATCH] angstrom feed builder: add qemux86 machine --- contrib/angstrom/build-feeds.sh | 5 +++-- 1 file 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="" -- 2.39.5