[oe-commits] Marcin Juszkiewicz : insane.bbclass: add AArch64 support

git at git.openembedded.org git at git.openembedded.org
Wed Oct 17 14:36:01 UTC 2012


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

Author: Marcin Juszkiewicz <marcin.juszkiewicz at linaro.org>
Date:   Thu Sep 27 15:13:08 2012 +0200

insane.bbclass: add AArch64 support

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz at linaro.org>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/classes/insane.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 4f87c93..5e9cba1 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -44,6 +44,7 @@ def package_qa_get_machine_dict():
                         "arm" :       (40,     0,    0,          True,          32),
                       },
             "linux" : { 
+                        "aarch64" :   (183,    0,    0,          True,          64),
                         "arm" :       (40,    97,    0,          True,          32),
                         "armeb":      (40,    97,    0,          False,         32),
                         "powerpc":    (20,     0,    0,          False,         32),





More information about the Openembedded-commits mailing list