build linux-kexecboot for supported machines
authorThomas Kunze <thommycheck@gmx.de>
Wed, 19 Nov 2008 14:56:32 +0000 (15:56 +0100)
committerThomas Kunze <thommycheck@gmx.de>
Wed, 19 Nov 2008 14:56:32 +0000 (15:56 +0100)
contrib/angstrom/build-release.sh

index 17a7c31..0912476 100755 (executable)
@@ -72,7 +72,16 @@ do
        BUILD_MACHINE=$machine
        BUILD_TARGETS="altboot-console-image"
        do_build
-done  
+done 
+
+# build kexecboot kernels for supported machines
+for machine in poodle collie
+do
+       BUILD_MACHINE=$machine
+       BUILD_TARGETS="linux-kexecboot"
+       do_build
+done 
+
 
 # Make uclibc initramfs-bootmenu-image for ipaqs, this should move to more generic klibc stuff, but till then:
 DO_UCLIBC=1