summaryrefslogtreecommitdiff
path: root/recipes-core
diff options
context:
space:
mode:
authorMike Nicholson <mike.nicholson@multitech.com>2020-09-03 09:04:09 -0500
committerMike Nicholson <mike.nicholson@multitech.com>2020-09-03 09:04:09 -0500
commitbba04924d947cd9f0ce8967bc488b33c99e16cd1 (patch)
treebdfa6c780c24b7bfb93aa1201817169290ab6539 /recipes-core
parent6b4153f6007f6b763bd891a73de74ef7c6bf0588 (diff)
downloadmeta-mlinux-bba04924d947cd9f0ce8967bc488b33c99e16cd1.tar.gz
meta-mlinux-bba04924d947cd9f0ce8967bc488b33c99e16cd1.tar.bz2
meta-mlinux-bba04924d947cd9f0ce8967bc488b33c99e16cd1.zip
Remove unneeded cryptsetup; expands the image significantly
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/images/core-image-rorootfs-overlay-initramfs.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/images/core-image-rorootfs-overlay-initramfs.bb b/recipes-core/images/core-image-rorootfs-overlay-initramfs.bb
index fc8197e..47946c5 100644
--- a/recipes-core/images/core-image-rorootfs-overlay-initramfs.bb
+++ b/recipes-core/images/core-image-rorootfs-overlay-initramfs.bb
@@ -4,7 +4,7 @@ DESCRIPTION = "Small image capable of booting a device. The kernel includes \
the Minimal RAM-based Initial Root Filesystem (initramfs), mounts the root fs \
read only and uses a file system overlay for written data."
-PACKAGE_INSTALL = "initramfs-readonly-rootfs-overlay ${VIRTUAL-RUNTIME_base-utils} udev base-passwd cryptsetup gptfdisk ${ROOTFS_BOOTSTRAP_INSTALL}"
+PACKAGE_INSTALL = "initramfs-readonly-rootfs-overlay ${VIRTUAL-RUNTIME_base-utils} udev base-passwd gptfdisk ${ROOTFS_BOOTSTRAP_INSTALL}"
# Do not pollute the initrd image with rootfs features
IMAGE_FEATURES = ""