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 1952805..d5cb427 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"