From: Koen Kooi Date: Tue, 10 Feb 2009 09:40:07 +0000 (+0100) Subject: angstrom image builder: remove deprecated altboot stuff, we have kexecboot now X-Git-Tag: Release-2010-05/1~3976^2~52^2~23^2~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f414069098e341f1533e26bcdd57ad7053d5dc8e;p=openembedded.git angstrom image builder: remove deprecated altboot stuff, we have kexecboot now --- diff --git a/contrib/angstrom/build-release.sh b/contrib/angstrom/build-release.sh index d8144f80e4..0353309bd3 100755 --- a/contrib/angstrom/build-release.sh +++ b/contrib/angstrom/build-release.sh @@ -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