e2fsprogs: delete on target postinst script for read-only rootfs
Otherwise the build fails, with: ERROR: dey-image-qt-1.0-r0 do_rootfs: The following packages could not be configured offline and rootfs is read-only: ['100-e2fsprogs-mke2fs'] https://onedigi.atlassian.net/browse/DEL-8495 Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
28f57c5fcd
commit
7bd3ebc76e
|
|
@ -34,3 +34,6 @@ pkg_postinst_ontarget:${PN}-mke2fs() {
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
REMOVE_POSTINST_RPN = "${PN}-mke2fs"
|
||||||
|
inherit ${@bb.utils.contains("IMAGE_FEATURES", "read-only-rootfs", "remove-pkg-postinst-ontarget", "", d)}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue