angstrom image builder: remove deprecated altboot stuff, we have kexecboot now
authorKoen Kooi <koen@openembedded.org>
Tue, 10 Feb 2009 09:40:07 +0000 (10:40 +0100)
committerKoen Kooi <koen@openembedded.org>
Tue, 10 Feb 2009 09:40:07 +0000 (10:40 +0100)
contrib/angstrom/build-release.sh

index d8144f8..0353309 100755 (executable)
@@ -76,15 +76,6 @@ do
        do_build
 done    
 
-# build altboot images for zaurus
-for machine in c7x0 poodle tosa akita spitz collie
-do
-       BUILD_CLEAN="base-files"
-       BUILD_MACHINE=$machine
-       BUILD_TARGETS="altboot-console-image"
-       do_build
-done 
-
 # build kexecboot kernels for supported machines
 for machine in h2200 hx4700 c7x0 akita spitz poodle collie
 do