[oe-commits] Thomas Kunze : build linux-kexecboot for supported machines

GIT User account git at amethyst.openembedded.net
Wed Nov 19 14:57:49 UTC 2008


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

Author: Thomas Kunze <thommycheck at gmx.de>
Date:   Wed Nov 19 15:56:32 2008 +0100

build linux-kexecboot for supported machines

---

 contrib/angstrom/build-release.sh |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/contrib/angstrom/build-release.sh b/contrib/angstrom/build-release.sh
index 17a7c31..0912476 100755
--- a/contrib/angstrom/build-release.sh
+++ b/contrib/angstrom/build-release.sh
@@ -72,7 +72,16 @@ do
 	BUILD_MACHINE=$machine
 	BUILD_TARGETS="altboot-console-image"
 	do_build
-done  
+done 
+
+# build kexecboot kernels for supported machines
+for machine in poodle collie
+do
+	BUILD_MACHINE=$machine
+	BUILD_TARGETS="linux-kexecboot"
+	do_build
+done 
+
 
 # Make uclibc initramfs-bootmenu-image for ipaqs, this should move to more generic klibc stuff, but till then:
 DO_UCLIBC=1





More information about the Openembedded-commits mailing list