aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorThomas Kunze <thommycheck@gmx.de>2009-02-04 13:47:07 +0100
committerThomas Kunze <thommycheck@gmx.de>2009-02-04 13:48:33 +0100
commitedb5769f9fb26a5aafe185894558f2f71afacf96 (patch)
tree4d50f46e1c2616f963d6963c06bad773d13b9b57 /contrib
parent67627880e91c9b463dd7d3164ae427d42f494696 (diff)
downloadopenembedded-edb5769f9fb26a5aafe185894558f2f71afacf96.tar.gz
angstrom build-feeds.sh: build kexecboot kernels
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/angstrom/build-feeds.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/angstrom/build-feeds.sh b/contrib/angstrom/build-feeds.sh
index 371ce03625..0f4a1d8946 100755
--- a/contrib/angstrom/build-feeds.sh
+++ b/contrib/angstrom/build-feeds.sh
@@ -354,3 +354,10 @@ do
do_build
done
+for machine in collie, h2200 hx4700 spitz akita tosa poodle c7x0
+do
+ BUILD_MACHINE=$machine
+ BUILD_TARGETS="linux-kexecboot \
+ "
+ do_build
+done