[oe-commits] Nathan Rossi : Revert "kernel-arch.bbclass: add arm64 support to U-Boot architecture map"

git at git.openembedded.org git at git.openembedded.org
Sat Feb 21 08:01:22 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: fdd87cd609b2bc2a7c922f5e2bf2f5733a974e1d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=fdd87cd609b2bc2a7c922f5e2bf2f5733a974e1d

Author: Nathan Rossi <nathan.rossi at xilinx.com>
Date:   Thu Feb 19 13:34:35 2015 +1000

Revert "kernel-arch.bbclass: add arm64 support to U-Boot architecture map"

This reverts commit 0b891265716c414ade29d587fc1a3c4ea7beadbe.

U-Boot does support AArch64, this however was only added to newer
versions of U-Boot and at the time of this original commit the U-Boot in
OE-Core did not support the 'arm64' architecture. OE-Core now has a
newer version of U-Boot for the mkimage recipe and thus supports the
'arm64' architecture.

Signed-off-by: Nathan Rossi <nathan.rossi at xilinx.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/classes/kernel-arch.bbclass | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/classes/kernel-arch.bbclass b/meta/classes/kernel-arch.bbclass
index bbcfa15..6a6ad91 100644
--- a/meta/classes/kernel-arch.bbclass
+++ b/meta/classes/kernel-arch.bbclass
@@ -40,7 +40,6 @@ def map_uboot_arch(a, d):
 
     if   re.match('p(pc|owerpc)(|64)', a): return 'ppc'
     elif re.match('i.86$', a): return 'x86'
-    elif re.match('arm64$', a): return 'arm'
     return a
 
 export UBOOT_ARCH = "${@map_uboot_arch(d.getVar('ARCH', True), d)}"



More information about the Openembedded-commits mailing list