aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-11-19 15:25:33 +0100
committerKoen Kooi <koen@openembedded.org>2008-11-19 15:25:33 +0100
commite2a55a6c7cc3e81c6e9ce4190a3437b3df6a4e65 (patch)
treeb8f406e80b1c560011b9bd73bf7b85dcb47da384 /contrib
parent3385b7a02116fd0ca17948e0696c14bcbe49d8d6 (diff)
downloadopenembedded-e2a55a6c7cc3e81c6e9ce4190a3437b3df6a4e65.tar.gz
angstrom image builder: only do uclibc for the old-style initramfs stuff
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/angstrom/build-release.sh11
1 files changed, 10 insertions, 1 deletions
diff --git a/contrib/angstrom/build-release.sh b/contrib/angstrom/build-release.sh
index 402f20dd8e..17a7c312a7 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