From: Juro Bystricky Date: Tue, 11 Oct 2016 16:56:24 +0000 (-0700) Subject: insane.bbclass: Additional "mips" and "mipsel" machine definitions X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~23872 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ba03d1affa6f647e9a03c8ba4389606a0da8e8b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git insane.bbclass: Additional "mips" and "mipsel" machine definitions Add "mips" and "mipsel" to "machdata" table. Although there is a way to add entries to the "machdata" table from a BSP without modifying the insane.bbclass directly, MIPS is already supported in poky and as such the relevant entries should be present in insane.bbclass. Signed-off-by: Juro Bystricky Signed-off-by: Ross Burton --- diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 17c92843911..29687d0a394 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass @@ -66,6 +66,8 @@ def package_qa_get_machine_dict(d): "i586" : (3, 0, 0, True, 32), "x86_64": (62, 0, 0, True, 64), "epiphany": (4643, 0, 0, True, 32), + "mips": ( 8, 0, 0, False, 32), + "mipsel": ( 8, 0, 0, True, 32), }, "linux" : { "aarch64" : (183, 0, 0, True, 64),