From: Thomas Kunze Date: Wed, 19 Nov 2008 14:56:32 +0000 (+0100) Subject: build linux-kexecboot for supported machines X-Git-Tag: Release-2010-05/1~5204 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2b3a79ce8c90cb51cc4b1be3bfd7facd5970e77;p=openembedded.git build linux-kexecboot for supported machines --- diff --git a/contrib/angstrom/build-release.sh b/contrib/angstrom/build-release.sh index 17a7c312a7..0912476b47 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