From 3b3f257ea5f4205ccdd117a7af12ba4d0f0897a0 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 21 May 2013 18:18:38 +0000 Subject: [PATCH] hypervisor: Compile only for fsl machines Signed-off-by: Khem Raj --- meta-fsl-ppc/recipes-tools/embedded-hv/hypervisor_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-fsl-ppc/recipes-tools/embedded-hv/hypervisor_git.bb b/meta-fsl-ppc/recipes-tools/embedded-hv/hypervisor_git.bb index 25942ee0..5e9e442a 100644 --- a/meta-fsl-ppc/recipes-tools/embedded-hv/hypervisor_git.bb +++ b/meta-fsl-ppc/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} -- 2.40.1