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 <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2016-07-07 17:59:55 +02:00
parent 4dd7d438af
commit 7a38d609f2
1 changed files with 25 additions and 0 deletions

View File

@ -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"