mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
staging: Drop do_configure clean prefunc
With recipe specific sysroots its now pointless to do this, may as well save the cpu cycles. (From OE-Core rev: b70c8e91e6c4240e95e8b22bcc36525a5a0703f9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -173,14 +173,6 @@ addtask populate_sysroot after do_install
|
||||
SYSROOT_PREPROCESS_FUNCS ?= ""
|
||||
SYSROOT_DESTDIR = "${WORKDIR}/sysroot-destdir"
|
||||
|
||||
# We clean out any existing sstate from the sysroot if we rerun configure
|
||||
python sysroot_cleansstate () {
|
||||
ss = sstate_state_fromvars(d, "populate_sysroot")
|
||||
sstate_clean(ss, d)
|
||||
}
|
||||
do_configure[prefuncs] += "sysroot_cleansstate"
|
||||
|
||||
|
||||
BB_SETSCENE_VERIFY_FUNCTION2 = "sysroot_checkhashes2"
|
||||
|
||||
def sysroot_checkhashes2(covered, tasknames, fns, d, invalidtasks):
|
||||
|
||||
Reference in New Issue
Block a user