mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01:00
ptest: add dirs flag to ptest tasks
The ptest configure/compile/install tasks mirror the base configure/compile/install tasks, so add an explicit dirs flag to ensure they mkdir() and chdir() the right directory. (From OE-Core rev: 2b407176091c5a8697260c79f7559c933f38c317) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6e8313de40
commit
c5c80d9edc
@@ -46,6 +46,9 @@ do_install_ptest_base() {
|
||||
fi
|
||||
}
|
||||
|
||||
do_configure_ptest_base[dirs] = "${B}"
|
||||
do_compile_ptest_base[dirs] = "${B}"
|
||||
do_install_ptest_base[dirs] = "${B}"
|
||||
do_install_ptest_base[cleandirs] = "${D}${PTEST_PATH}"
|
||||
|
||||
addtask configure_ptest_base after do_configure before do_compile
|
||||
|
||||
Reference in New Issue
Block a user