initramfs-kexec-image: initial commit. Closes 3739.
authorThomas Kunze <thommycheck@gmx.de>
Thu, 7 Feb 2008 23:11:47 +0000 (23:11 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Thu, 7 Feb 2008 23:11:47 +0000 (23:11 +0000)
packages/images/initramfs-kexec-image.bb [new file with mode: 0644]

diff --git a/packages/images/initramfs-kexec-image.bb b/packages/images/initramfs-kexec-image.bb
new file mode 100644 (file)
index 0000000..e4f4930
--- /dev/null
@@ -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 = ""