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:
parent
4dd7d438af
commit
7a38d609f2
|
|
@ -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"
|
||||||
Loading…
Reference in New Issue