[meta-freescale] [meta-fsl-ppc][PATCH] hypervisor: Compile only for fsl machines

Khem Raj raj.khem at gmail.com
Tue May 21 11:18:38 PDT 2013


Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 recipes-tools/embedded-hv/hypervisor_git.bb |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/recipes-tools/embedded-hv/hypervisor_git.bb b/recipes-tools/embedded-hv/hypervisor_git.bb
index 25942ee..5e9e442 100644
--- a/recipes-tools/embedded-hv/hypervisor_git.bb
+++ b/recipes-tools/embedded-hv/hypervisor_git.bb
@@ -31,6 +31,9 @@ EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHA
 DEFCONFIG = "defconfig"
 DEFCONFIG_powerpc64 = "64bit_defconfig"
 
+COMPATIBLE_HOST_fslmachine = ".*"
+COMPATIBLE_HOST ?= "(none)"
+
 inherit cml1
 do_configure () {
 	oe_runmake ${DEFCONFIG}
-- 
1.7.9.5




More information about the meta-freescale mailing list