summaryrefslogtreecommitdiff
path: root/packages/kexecboot/initramfs-kexecboot-image.bb
diff options
context:
space:
mode:
authorThomas Kunze <thommycheck@gmx.de>2008-08-03 16:31:31 +0000
committerThomas Kunze <thommycheck@gmx.de>2008-08-03 16:31:31 +0000
commit894fcd09757550defb344445597e113bbae02c52 (patch)
tree9f97aff94c19f83d74c33b55923f9946e0b94c59 /packages/kexecboot/initramfs-kexecboot-image.bb
parentc8190d6efdf5aaef58c5bd865ca82360b1f43d62 (diff)
files: add some stuff to device_table_add-mmc.txt and rename it to
devices-table-collie.txt. conf/collie: use device-table-collie.txt packages/kexecboot:*create a new directory for everything kexecboot related *move initramfs-kexec-image and initramfs-kexec to this dir and rename them to *kexecboot *move linux-kexecboot to this dir *add forgotten patches for linux-kexecboot
Diffstat (limited to 'packages/kexecboot/initramfs-kexecboot-image.bb')
-rw-r--r--packages/kexecboot/initramfs-kexecboot-image.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/kexecboot/initramfs-kexecboot-image.bb b/packages/kexecboot/initramfs-kexecboot-image.bb
new file mode 100644
index 0000000000..a55601955a
--- /dev/null
+++ b/packages/kexecboot/initramfs-kexecboot-image.bb
@@ -0,0 +1,9 @@
+#initramfs image which mounts the rootfilesystem and kexecs a kernel from there
+
+IMAGE_FSTYPES += " cpio.gz"
+inherit image
+
+export IMAGE_BASENAME = "initramfs-kexecboot-image"
+
+IMAGE_INSTALL = "klibc-utils-static-sh klibc-utils-static-mount kexec-static initramfs-kexecboot"
+IMAGE_LINGUAS = ""