[OE-core] [PATCH 1/3] qemu.bbclass: Map the qemu binary name for powerpc64

Saul Wold sgw at linux.intel.com
Thu Jul 26 19:26:54 UTC 2012


On 07/22/2012 04:54 PM, Khem Raj wrote:
> Signed-off-by: Khem Raj <raj.khem at gmail.com>
> ---
>   meta/classes/qemu.bbclass |    2 ++
>   1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/meta/classes/qemu.bbclass b/meta/classes/qemu.bbclass
> index 68896ce..aead8e2 100644
> --- a/meta/classes/qemu.bbclass
> +++ b/meta/classes/qemu.bbclass
> @@ -9,5 +9,7 @@ def qemu_target_binary(data):
>           target_arch = "i386"
>       elif target_arch == "powerpc":
>           target_arch = "ppc"
> +    elif target_arch == "powerpc64":
> +        target_arch = "ppc64"
>
>       return "qemu-" + target_arch
>
Merged into OE-Core

Thanks
	Sau!





More information about the Openembedded-core mailing list