[oe-commits] Koen Kooi : angstrom image builder: only do uclibc for the old-style initramfs stuff

GIT User account git at amethyst.openembedded.net
Wed Nov 19 14:26:54 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e2a55a6c7cc3e81c6e9ce4190a3437b3df6a4e65
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e2a55a6c7cc3e81c6e9ce4190a3437b3df6a4e65

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Nov 19 15:25:33 2008 +0100

angstrom image builder: only do uclibc for the old-style initramfs stuff

---

 contrib/angstrom/build-release.sh |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/contrib/angstrom/build-release.sh b/contrib/angstrom/build-release.sh
index 402f20d..17a7c31 100755
--- a/contrib/angstrom/build-release.sh
+++ b/contrib/angstrom/build-release.sh
@@ -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





More information about the Openembedded-commits mailing list