From: Marek Vasut Date: Sat, 19 Sep 2015 22:43:10 +0000 (+0200) Subject: insane: Add nios2 support X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~28859 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e8175cf0f0a5b9e75e451b030b73643e7b33791;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git insane: Add nios2 support Add support information for the Altera NIOS-II soft processor. Based on previous work by Walter Goossens at https://github.com/wgoossens/meta-nios2 . Signed-off-by: Marek Vasut Cc: Walter Goossens Signed-off-by: Ross Burton --- diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 09133201832..72120f50684 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass @@ -86,6 +86,7 @@ def package_qa_get_machine_dict(): "mipsel": ( 8, 0, 0, True, 32), "mips64": ( 8, 0, 0, False, 64), "mips64el": ( 8, 0, 0, True, 64), + "nios2": (113, 0, 0, True, 32), "s390": (22, 0, 0, False, 32), "sh4": (42, 0, 0, True, 32), "sparc": ( 2, 0, 0, False, 32),