mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 03:47:21 +00:00
initramfs-framework: Add dmverity module
Add 'initramfs-module-dmverity' as an extension to poky upstream
provided initramfs-framework suite via matchingly named bbappend file.
Together with pre-existing 'initramfs-module-udev' this module can be
used to facilitate dm-verity rootfs mounting from initramfs context
that is bundled with Linux kernel.
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
(cherry picked from commit 489f7c900c)
This commit is contained in:
committed by
Armin Kuster
parent
fa8c5e1d1a
commit
e63669a811
@@ -0,0 +1,16 @@
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
SRC_URI_append = "\
|
||||
file://dmverity \
|
||||
"
|
||||
|
||||
do_install_append() {
|
||||
# dm-verity
|
||||
install ${WORKDIR}/dmverity ${D}/init.d/80-dmverity
|
||||
}
|
||||
|
||||
PACKAGES_append = " initramfs-module-dmverity"
|
||||
|
||||
SUMMARY_initramfs-module-dmverity = "initramfs dm-verity rootfs support"
|
||||
RDEPENDS_initramfs-module-dmverity = "${PN}-base"
|
||||
FILES_initramfs-module-dmverity = "/init.d/80-dmverity"
|
||||
Reference in New Issue
Block a user