diff options
Diffstat (limited to 'meta/recipes-core/images/core-image-minimal-initramfs.bb')
| -rw-r--r-- | meta/recipes-core/images/core-image-minimal-initramfs.bb | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/meta/recipes-core/images/core-image-minimal-initramfs.bb b/meta/recipes-core/images/core-image-minimal-initramfs.bb deleted file mode 100644 index 4e210d1bf3..0000000000 --- a/meta/recipes-core/images/core-image-minimal-initramfs.bb +++ /dev/null | |||
| @@ -1,35 +0,0 @@ | |||
| 1 | # Simple initramfs image. Mostly used for live images. | ||
| 2 | SUMMARY = "Small image capable of booting a device." | ||
| 3 | DESCRIPTION = "Small image capable of booting a device. The kernel includes \ | ||
| 4 | the Minimal RAM-based Initial Root Filesystem (initramfs), which finds the \ | ||
| 5 | first 'init' program more efficiently." | ||
| 6 | |||
| 7 | INITRAMFS_SCRIPTS ?= "\ | ||
| 8 | initramfs-framework-base \ | ||
| 9 | initramfs-module-setup-live \ | ||
| 10 | initramfs-module-udev \ | ||
| 11 | initramfs-module-install \ | ||
| 12 | initramfs-module-install-efi \ | ||
| 13 | " | ||
| 14 | |||
| 15 | PACKAGE_INSTALL = "${INITRAMFS_SCRIPTS} ${VIRTUAL-RUNTIME_base-utils} udev base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}" | ||
| 16 | |||
| 17 | # Do not pollute the initrd image with rootfs features | ||
| 18 | IMAGE_FEATURES = "" | ||
| 19 | |||
| 20 | # Don't allow the initramfs to contain a kernel | ||
| 21 | PACKAGE_EXCLUDE = "kernel-image-*" | ||
| 22 | |||
| 23 | IMAGE_NAME_SUFFIX ?= "" | ||
| 24 | IMAGE_LINGUAS = "" | ||
| 25 | |||
| 26 | LICENSE = "MIT" | ||
| 27 | |||
| 28 | IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}" | ||
| 29 | inherit core-image | ||
| 30 | |||
| 31 | IMAGE_ROOTFS_SIZE = "8192" | ||
| 32 | IMAGE_ROOTFS_EXTRA_SPACE = "0" | ||
| 33 | |||
| 34 | # Use the same restriction as initramfs-module-install | ||
| 35 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*)-(linux.*|freebsd.*)' | ||
