angstrom image builder: only do uclibc for the old-style initramfs stuff
authorKoen Kooi <koen@openembedded.org>
Wed, 19 Nov 2008 14:25:33 +0000 (15:25 +0100)
committerKoen Kooi <koen@openembedded.org>
Wed, 19 Nov 2008 14:25:33 +0000 (15:25 +0100)
contrib/angstrom/build-release.sh

index 402f20d..17a7c31 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-DO_UCLIBC=1
+DO_UCLIBC=0
 
 do_build() {
         if [ $DO_UCLIBC = 1 ]
@@ -74,6 +74,15 @@ do
        do_build
 done  
 
+# Make uclibc initramfs-bootmenu-image for ipaqs, this should move to more generic klibc stuff, but till then:
+DO_UCLIBC=1
+for machine in h2200 h3900 h4000 h5000 hx4700
+do
+       BUILD_MACHINE=$machine
+       BUILD_TARGETS="initramfs-bootmenu-image"
+done
+DO_UCLIBC=0
+
 # graphics, flash storage
 for machine in beagleboard omap3evm om-gta01 om-gta02 a780 at91sam9263ek qemuarm qemux86 h2200 h3900 h4000 h5000 poodle tosa hx4700 c7x0 spitz akita collie simpad 
 do