aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-02-10 10:40:07 +0100
committerKoen Kooi <koen@openembedded.org>2009-02-10 10:40:07 +0100
commitf414069098e341f1533e26bcdd57ad7053d5dc8e (patch)
treecb0aad6ebba6a0ddab8bdb9bcf220eeaf5a7b832 /contrib
parentdcdbdc69bf65359f1269d539baebdec3f0e47c7c (diff)
downloadopenembedded-f414069098e341f1533e26bcdd57ad7053d5dc8e.tar.gz
angstrom image builder: remove deprecated altboot stuff, we have kexecboot now
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/angstrom/build-release.sh9
1 files changed, 0 insertions, 9 deletions
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