Message ID | 20240918190106.24278-1-twoerner@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-rockchip] abd-partition: add runtime dependency | expand |
diff --git a/dynamic-layers/rk-rauc-demo/recipes-core/systemd/abd-partition.bb b/dynamic-layers/rk-rauc-demo/recipes-core/systemd/abd-partition.bb index 1952805f4a6d..d5cb42738e72 100644 --- a/dynamic-layers/rk-rauc-demo/recipes-core/systemd/abd-partition.bb +++ b/dynamic-layers/rk-rauc-demo/recipes-core/systemd/abd-partition.bb @@ -24,3 +24,5 @@ do_install() { install -d ${D}${sysconfdir}/systemd/system install -m 0644 ${UNPACKDIR}/data.mount ${D}${sysconfdir}/systemd/system/ } + +RDEPENDS:${PN} += "e2fsprogs-mke2fs"
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> --- .../rk-rauc-demo/recipes-core/systemd/abd-partition.bb | 2 ++ 1 file changed, 2 insertions(+)