[meta-freescale] [meta-fsl-arm][PATCH 4/5] qemu-fsl: disable do_compile_ptest_base execution

Zhenhua Luo zhenhua.luo at nxp.com
Thu Jun 2 06:38:17 PDT 2016


This qemu doesn't support ptest, do disable do_compile_ptest_base.

Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
---
 recipes-devtools/qemu/qemu-fsl_git.bb | 2 ++
 1 file changed, 2 insertions(+)

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 = ""
 
 inherit pkgconfig
 
+do_compile_ptest_base[noexec] = "1"
+
 # Append build host pkg-config paths for native target since the host may provide sdl
 do_configure_prepend() {
     export PKG_CONFIG=${STAGING_DIR_NATIVE}${bindir_native}/pkg-config
-- 
2.4.11



More information about the meta-freescale mailing list