angstrom feed builder: add armv5teb
authorKoen Kooi <koen@openembedded.org>
Fri, 2 Jan 2009 18:14:53 +0000 (19:14 +0100)
committerKoen Kooi <koen@openembedded.org>
Fri, 2 Jan 2009 18:14:53 +0000 (19:14 +0100)
contrib/angstrom/build-feeds.sh

index 282361c..38f3da0 100755 (executable)
@@ -53,6 +53,7 @@ do_build
 # * arm-oabi:  simpad
 # * armv4t:    om-gta01
 # * armv5te:   c7x0
+# * armv5teb:  ixp4xxbe
 # * armv6:     nokia800
 # * armv6-novfp: htckaiser
 # * armv7a:    beagleboard
@@ -60,7 +61,7 @@ do_build
 # * ppc603e:   efika
 # * i586:      qemux86
 
-for machine in simpad om-gta01 c7x0 nokia800 htckaiser beagleboard dht-walnut efika qemux86
+for machine in simpad om-gta01 c7x0 ixp4xxbe nokia800 htckaiser beagleboard dht-walnut efika qemux86
 do
         BUILD_MACHINE=$machine
         BUILD_CLEAN="opkg-native qmake-native qmake2-native qt-x11-free python python-native python-pygtk gnome-icon-theme"