abd-partition: add runtime dependency

The rauc demo implementation provided by this layer uses ext4-formatted
partitions. Therefore the tool required to format ext4 partitions is required
otherwise the repartitioning will fail.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
Trevor Woerner 2024-09-17 03:21:49 -04:00
parent 7f91ebf5c1
commit 6adc7a5bfe

View File

@ -24,3 +24,5 @@ do_install() {
install -d ${D}${sysconfdir}/systemd/system
install -m 0644 ${WORKDIR}/data.mount ${D}${sysconfdir}/systemd/system/
}
RDEPENDS:${PN} += "e2fsprogs-mke2fs"