summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@nxp.com>2016-06-02 21:38:17 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-06-02 15:19:26 -0300
commit4cd53ccc5b8d2a85ac765c54a0594aa5fd852974 (patch)
tree580e98981b525c04ef7716cb379424f8adfaae0e /recipes-devtools
parent7dd18e613f8c6d2e5b0451207a1dfb493beb2d39 (diff)
downloadmeta-fsl-arm-4cd53ccc5b8d2a85ac765c54a0594aa5fd852974.tar.gz
qemu-fsl: disable do_compile_ptest_base execution
This qemu doesn't support ptest, do disable do_compile_ptest_base. Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/qemu/qemu-fsl_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/qemu/qemu-fsl_git.bb b/recipes-devtools/qemu/qemu-fsl_git.bb
index 28e06f9..e049b90 100644
--- a/recipes-devtools/qemu/qemu-fsl_git.bb
+++ b/recipes-devtools/qemu/qemu-fsl_git.bb
@@ -28,6 +28,8 @@ DISABLE_STATIC = ""
28 28
29inherit pkgconfig 29inherit pkgconfig
30 30
31do_compile_ptest_base[noexec] = "1"
32
31# Append build host pkg-config paths for native target since the host may provide sdl 33# Append build host pkg-config paths for native target since the host may provide sdl
32do_configure_prepend() { 34do_configure_prepend() {
33 export PKG_CONFIG=${STAGING_DIR_NATIVE}${bindir_native}/pkg-config 35 export PKG_CONFIG=${STAGING_DIR_NATIVE}${bindir_native}/pkg-config