From: Marek Vasut Date: Sat, 19 Sep 2015 22:43:10 +0000 (+0200) Subject: insane: Add nios2 support X-Git-Tag: 2015-10~346 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4e8175cf0f0a5b9e75e451b030b73643e7b33791;p=openembedded-core.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 0913320183..72120f5068 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),