All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-ppc][PATCH] hypervisor: Compile only for fsl machines
@ 2013-05-21 18:18 Khem Raj
  2013-05-22 10:51 ` Luo Zhenhua-B19537
  0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2013-05-21 18:18 UTC (permalink / raw)
  To: meta-freescale, b19537; +Cc: Khem Raj

Signed-off-by: Khem Raj <raj.khem@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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-fsl-ppc][PATCH] hypervisor: Compile only for fsl machines
  2013-05-21 18:18 [meta-fsl-ppc][PATCH] hypervisor: Compile only for fsl machines Khem Raj
@ 2013-05-22 10:51 ` Luo Zhenhua-B19537
  0 siblings, 0 replies; 2+ messages in thread
From: Luo Zhenhua-B19537 @ 2013-05-22 10:51 UTC (permalink / raw)
  To: meta-freescale

Applied, thanks. 


Best Regards,

Zhenhua


> -----Original Message-----
> From: Khem Raj [mailto:raj.khem@gmail.com]
> Sent: Wednesday, May 22, 2013 2:19 AM
> To: meta-freescale@yoctoproject.org; Luo Zhenhua-B19537
> Cc: Khem Raj
> Subject: [meta-fsl-ppc][PATCH] hypervisor: Compile only for fsl machines
> 
> Signed-off-by: Khem Raj <raj.khem@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
> 




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-22 10:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-21 18:18 [meta-fsl-ppc][PATCH] hypervisor: Compile only for fsl machines Khem Raj
2013-05-22 10:51 ` Luo Zhenhua-B19537

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.