mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
image.bbclass: Remove two unnecessary paths from do_rootfs[dirs]
There is no reason to include a path in foo[dirs] if it is also in foo[cleandirs] (except if it is the last path in foo[dirs]). (From OE-Core rev: d76a31a37c3b2253a6a8fdffd8581fc88987857d) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4cced6ceb0
commit
d081a76063
@@ -252,7 +252,7 @@ fakeroot python do_rootfs () {
|
||||
|
||||
progress_reporter.finish()
|
||||
}
|
||||
do_rootfs[dirs] = "${IMAGE_ROOTFS} ${IMGDEPLOYDIR} ${TOPDIR}"
|
||||
do_rootfs[dirs] = "${TOPDIR}"
|
||||
do_rootfs[cleandirs] += "${IMAGE_ROOTFS} ${IMGDEPLOYDIR} ${S}"
|
||||
do_rootfs[file-checksums] += "${POSTINST_INTERCEPT_CHECKSUMS}"
|
||||
addtask rootfs after do_prepare_recipe_sysroot
|
||||
|
||||
Reference in New Issue
Block a user