summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-05-21 18:18:38 +0000
committerZhenhua Luo <zhenhua.luo@freescale.com>2013-05-22 18:55:24 +0800
commit52b906c448f275719f241c634fe6e412e917b67a (patch)
tree1355852cb2b3e6e74a4778e65d73384b3a204f1d
parentaa6cf806a88b36cc0228d0ae9c43e767a65d24ca (diff)
downloadmeta-fsl-ppc-52b906c448f275719f241c634fe6e412e917b67a.tar.gz
hypervisor: Compile only for fsl machines
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-tools/embedded-hv/hypervisor_git.bb3
1 files changed, 3 insertions, 0 deletions
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
31DEFCONFIG = "defconfig" 31DEFCONFIG = "defconfig"
32DEFCONFIG_powerpc64 = "64bit_defconfig" 32DEFCONFIG_powerpc64 = "64bit_defconfig"
33 33
34COMPATIBLE_HOST_fslmachine = ".*"
35COMPATIBLE_HOST ?= "(none)"
36
34inherit cml1 37inherit cml1
35do_configure () { 38do_configure () {
36 oe_runmake ${DEFCONFIG} 39 oe_runmake ${DEFCONFIG}