[oe-commits] Vladimir Sorokin : insane.bbclass: add x86_64 architecture for linux-uclibc

git version control git at git.openembedded.org
Thu Apr 8 19:03:05 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 97bf345f594a43abd2137e9d833f86e89eac53e6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=97bf345f594a43abd2137e9d833f86e89eac53e6

Author: Vladimir Sorokin <sorokin at altell.ru>
Date:   Tue Mar  2 19:44:47 2010 +0300

insane.bbclass: add x86_64 architecture for linux-uclibc

Signed-off-by: Vladimir Sorokin <sorokin at altell.ru>
Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

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

diff --git a/classes/insane.bbclass b/classes/insane.bbclass
index c85703e..7e42f45 100644
--- a/classes/insane.bbclass
+++ b/classes/insane.bbclass
@@ -61,6 +61,7 @@ def package_qa_get_machine_dict():
                         "i486":       (   3,     0,    0,          True,          True),
                         "i586":       (   3,     0,    0,          True,          True),
                         "i686":       (   3,     0,    0,          True,          True),
+                        "x86_64":     (  62,     0,    0,          True,          False),
                         "mips":       (   8,     0,    0,          False,         True),
                         "mipsel":     (   8,     0,    0,          True,          True),
                         "avr32":      (6317,     0,    0,          False,         True),





More information about the Openembedded-commits mailing list