[oe-commits] Thomas Kunze : angstrom build-feeds.sh: build kexecboot kernels

GIT User account git at amethyst.openembedded.net
Wed Feb 4 12:48:46 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: edb5769f9fb26a5aafe185894558f2f71afacf96
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=edb5769f9fb26a5aafe185894558f2f71afacf96

Author: Thomas Kunze <thommycheck at gmx.de>
Date:   Wed Feb  4 13:47:07 2009 +0100

angstrom build-feeds.sh: build kexecboot kernels

---

 contrib/angstrom/build-feeds.sh |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/contrib/angstrom/build-feeds.sh b/contrib/angstrom/build-feeds.sh
index 371ce03..0f4a1d8 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	





More information about the Openembedded-commits mailing list