From 894fcd09757550defb344445597e113bbae02c52 Mon Sep 17 00:00:00 2001 From: Thomas Kunze Date: Sun, 3 Aug 2008 16:31:31 +0000 Subject: 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 --- packages/kexecboot/initramfs-kexecboot-image.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 packages/kexecboot/initramfs-kexecboot-image.bb (limited to 'packages/kexecboot/initramfs-kexecboot-image.bb') 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 = "" -- cgit v1.2.3