diff options
author | Koen Kooi <koen@openembedded.org> | 2008-12-01 15:53:21 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-12-01 15:53:21 +0100 |
commit | daca2dc14fcfde1d4cfc797b762969d976faac93 (patch) | |
tree | 19d2969db382fc2936b9ad226d4b61ea57de1483 /contrib | |
parent | 800de10f9ae6e08d2e8ed7feb5bf1664e66bb3fd (diff) |
angstrom feed builder: add armv6-novfp
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/angstrom/build-feeds.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/angstrom/build-feeds.sh b/contrib/angstrom/build-feeds.sh index f8ad6d90f9..e11c2aee23 100755 --- a/contrib/angstrom/build-feeds.sh +++ b/contrib/angstrom/build-feeds.sh @@ -54,12 +54,13 @@ do_build # * armv4t: om-gta01 # * armv5te: c7x0 # * armv6: nokia800 +# * armv6-novfp: htckaiser # * armv7a: beagleboard # * ppc405: dht-walnut # * ppc603e: efika # * i586: qemux86 -for machine in simpad om-gta01 c7x0 nokia800 beagleboard dht-walnut efika qemux86 +for machine in simpad om-gta01 c7x0 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" |