From 7a38d609f28374c219da4d2e490a85aeb88d7e73 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Thu, 7 Jul 2016 17:59:55 +0200 Subject: [PATCH] meta-digi-dey: new Trustfence initramfs image recipe This recipe builds the initramfs image that is used to boot from an encrypted rootfs. https://jira.digi.com/browse/DEL-2278 Signed-off-by: Javier Viguera --- .../images/dey-image-trustfence-initramfs.bb | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 meta-digi-dey/recipes-core/images/dey-image-trustfence-initramfs.bb diff --git a/meta-digi-dey/recipes-core/images/dey-image-trustfence-initramfs.bb b/meta-digi-dey/recipes-core/images/dey-image-trustfence-initramfs.bb new file mode 100644 index 000000000..f5923ce55 --- /dev/null +++ b/meta-digi-dey/recipes-core/images/dey-image-trustfence-initramfs.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "Trustfence initramfs image" +LICENSE = "MIT" + +PACKAGE_INSTALL = " \ + busybox \ + pv \ + trustfence-initramfs \ +" + +# Do not pollute the initrd image with rootfs features +IMAGE_FEATURES = "" +IMAGE_LINGUAS = "" + +IMAGE_FSTYPES = "cpio.gz.u-boot" +inherit core-image image_types_uboot + +IMAGE_ROOTFS_SIZE = "8192" + +# Remove some packages added via recommendations +BAD_RECOMMENDATIONS += " \ + busybox-syslog \ + openssl-conf \ +" + +export IMAGE_BASENAME = "dey-image-trustfence-initramfs"