diff options
Diffstat (limited to 'recipes/kexecboot/initramfs-kexecboot-image.bb')
-rw-r--r-- | recipes/kexecboot/initramfs-kexecboot-image.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/kexecboot/initramfs-kexecboot-image.bb b/recipes/kexecboot/initramfs-kexecboot-image.bb new file mode 100644 index 0000000000..7fc2b79d04 --- /dev/null +++ b/recipes/kexecboot/initramfs-kexecboot-image.bb @@ -0,0 +1,21 @@ +#initramfs image which mounts the rootfilesystem and kexecs a kernel from there + +ONLINE_PACKAGE_MANAGEMENT = "none" +IMAGE_FSTYPES += " cpio.gz" +inherit image + +# These devices need mmcblk* to be 254 instead of 179 +IMAGE_DEVICE_TABLES_hx4700 = "device_table-oldmmc.txt" +IMAGE_DEVICE_TABLES_h2200 = "device_table-oldmmc.txt" + +export IMAGE_BASENAME = "initramfs-kexecboot-image" + +EXTRA_IMAGEDEPENDS = "" +IMAGE_INSTALL = "kexecboot" +IMAGE_LINGUAS = "" + +IMAGE_LOGIN_MANAGER = "" +IMAGE_INIT_MANAGER = "" +IMAGE_INITSCRIPTS = "" +IMAGE_DEV_MANAGER = "" +#ONLINE_PACKAGE_MANAGEMENT = "none" |