diff --git a/recipes-bsp/diya-resizefs/diya-resizefs.bb b/recipes-bsp/diya-resizefs/diya-resizefs.bb index ed40be7..29c404c 100644 --- a/recipes-bsp/diya-resizefs/diya-resizefs.bb +++ b/recipes-bsp/diya-resizefs/diya-resizefs.bb @@ -12,6 +12,9 @@ SYSTEMD_PACKAGES = "${PN}" SYSTEMD_SERVICE:${PN} = "resize2fs.service" do_install() { + install -d ${D}/${sysconfdir} + install -d ${D}/usr/sbin + install -d ${D}${systemd_unitdir}/system install -m 0644 ${UNPACKDIR}/firstboot ${D}${sysconfdir}/firstboot install -m 0755 ${UNPACKDIR}/expandfs ${D}/usr/sbin/expandfs install -D -p -m0644 ${UNPACKDIR}/resize2fs.service \