mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
recipes: Start WORKDIR -> UNPACKDIR transition
Replace references of WORKDIR with UNPACKDIR where it makes sense to do so in preparation for changing the default value of UNPACKDIR. (From OE-Core rev: 1f18b9a512800860d5153d89eb82b56388efad6f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -194,9 +194,9 @@ do_install_ptest() {
|
||||
|
||||
# The scripts reference config.h so add it to the top ptest dir.
|
||||
cp ${B}/config.h ${D}${PTEST_PATH}
|
||||
install -D ${WORKDIR}/remove-for-aarch64 ${D}${PTEST_PATH}
|
||||
install -D ${WORKDIR}/remove-for-all ${D}${PTEST_PATH}
|
||||
install -D ${WORKDIR}/taskset_nondeterministic_tests ${D}${PTEST_PATH}
|
||||
install -D ${UNPACKDIR}/remove-for-aarch64 ${D}${PTEST_PATH}
|
||||
install -D ${UNPACKDIR}/remove-for-all ${D}${PTEST_PATH}
|
||||
install -D ${UNPACKDIR}/taskset_nondeterministic_tests ${D}${PTEST_PATH}
|
||||
|
||||
# Add an executable need by none/tests/bigcode
|
||||
mkdir ${D}${PTEST_PATH}/perf
|
||||
|
||||
Reference in New Issue
Block a user