git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c42b0b
)
insane.bbclass: add an entry for darwin9/arm
author
Jeremy Lainé
<jeremy.laine@m4x.org>
Fri, 17 Apr 2009 14:18:53 +0000
(16:18 +0200)
committer
Jeremy Lainé
<jeremy.laine@m4x.org>
Fri, 17 Apr 2009 14:18:53 +0000
(16:18 +0200)
classes/insane.bbclass
patch
|
blob
|
history
diff --git
a/classes/insane.bbclass
b/classes/insane.bbclass
index
9fc5f07
..
584a5f1
100644
(file)
--- 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),