diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-04-17 16:18:53 +0200 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-04-17 16:18:53 +0200 |
commit | e0b9b374794838e0710d3ebbaaa5ceda49801981 (patch) | |
tree | 576bc649c1743b532620e601d05133636c4295ce /classes | |
parent | 9c42b0b88c6418326b9ce39fe2815345dd7c9903 (diff) |
insane.bbclass: add an entry for darwin9/arm
Diffstat (limited to 'classes')
-rw-r--r-- | classes/insane.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/classes/insane.bbclass b/classes/insane.bbclass index 9fc5f0718d..584a5f1c1e 100644 --- a/classes/insane.bbclass +++ b/classes/insane.bbclass @@ -31,6 +31,9 @@ PACKAGEFUNCS += " do_package_qa " # TARGET_OS TARGET_ARCH MACHINE, OSABI, ABIVERSION, Little Endian, 32bit? def package_qa_get_machine_dict(): return { + "darwin9" : { + "arm" : (40, 0, 0, True, True), + }, "linux" : { "arm" : (40, 97, 0, True, True), "armeb": (40, 97, 0, False, True), |