From: Jeremy Lainé Date: Fri, 17 Apr 2009 14:18:53 +0000 (+0200) Subject: insane.bbclass: add an entry for darwin9/arm X-Git-Tag: Release-2010-05/1~3751 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0b9b374794838e0710d3ebbaaa5ceda49801981;p=openembedded.git insane.bbclass: add an entry for darwin9/arm --- 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),