From: Thomas Kunze Date: Thu, 7 Feb 2008 23:11:47 +0000 (+0000) Subject: initramfs-kexec-image: initial commit. Closes 3739. X-Git-Tag: Release-2010-05/1~7713^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a962c31f95cc3e4eb996eff609e973bcd2d2fc5c;p=openembedded.git initramfs-kexec-image: initial commit. Closes 3739. --- diff --git a/packages/images/initramfs-kexec-image.bb b/packages/images/initramfs-kexec-image.bb new file mode 100644 index 0000000000..e4f4930286 --- /dev/null +++ b/packages/images/initramfs-kexec-image.bb @@ -0,0 +1,9 @@ +#initramfs image which mounts the rootfilesystem and kexecs a kernel from there + +inherit image + +export IMAGE_BASENAME = "initramfs-kexec-image" + +IMAGE_INSTALL = "klibc-utils-static-sh klibc-utils-static-mount kexec-static initramfs-kexec" +IMAGE_FSTYPES += " cpio.gz" +IMAGE_LINGUAS = ""