mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-05 05:04:47 +02:00
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:
parent
7f91ebf5c1
commit
6adc7a5bfe
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user