diff mbox

[10/18] Add x86_64 arch

Message ID 1350833261-8401-10-git-send-email-diorcet.yann@gmail.com
State Accepted
Delegated to: Esben Haabendal
Headers show

Commit Message

Yann Diorcet Oct. 21, 2012, 3:27 p.m. UTC
From: Yann Diorcet <yann.diorcet@belledonne-communications.com>

---
 classes/kernel-arch.oeclass |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Esben Haabendal Feb. 27, 2013, 1:03 p.m. UTC | #1
Yann Diorcet <diorcet.yann@gmail.com> writes:

> From: Yann Diorcet <yann.diorcet@belledonne-communications.com>
>
> ---
>  classes/kernel-arch.oeclass |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/classes/kernel-arch.oeclass b/classes/kernel-arch.oeclass
> index 361f3a8..51119ff 100644
> --- a/classes/kernel-arch.oeclass
> +++ b/classes/kernel-arch.oeclass
> @@ -7,7 +7,7 @@
>  
>  KERNEL_ARCHS = "alpha arm avr32 blackfin cris frv h8300 ia64 m32r \
>      m68k m68knommu microblaze mips mn10300 parisc powerpc s390 score sh \
> -    sparc um x86 xtensa"
> +    sparc um x86 x86_64 xtensa"
>  KERNEL_ARCHS[nohash] = "1"
>  
>  KERNEL_ARCH = "${@map_kernel_arch(d, 'TARGET_ARCH')}"

Merged to master, thanks.

/Esben
diff mbox

Patch

diff --git a/classes/kernel-arch.oeclass b/classes/kernel-arch.oeclass
index 361f3a8..51119ff 100644
--- a/classes/kernel-arch.oeclass
+++ b/classes/kernel-arch.oeclass
@@ -7,7 +7,7 @@ 
 
 KERNEL_ARCHS = "alpha arm avr32 blackfin cris frv h8300 ia64 m32r \
     m68k m68knommu microblaze mips mn10300 parisc powerpc s390 score sh \
-    sparc um x86 xtensa"
+    sparc um x86 x86_64 xtensa"
 KERNEL_ARCHS[nohash] = "1"
 
 KERNEL_ARCH = "${@map_kernel_arch(d, 'TARGET_ARCH')}"