summaryrefslogtreecommitdiffstats
path: root/meta/classes/insane.bbclass
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2015-09-20 00:43:10 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-23 09:53:06 +0100
commit76a8c74c130d735299287b4694d55ac060270838 (patch)
tree3ceb14e40b3bb051e16fb7be56f7f10d15480968 /meta/classes/insane.bbclass
parent6adffd09e5c69584063cc25fc7f9facb1f755b8e (diff)
downloadpoky-76a8c74c130d735299287b4694d55ac060270838.tar.gz
insane: Add nios2 support
Add support information for the Altera NIOS-II soft processor. Based on previous work by Walter Goossens <waltergoossens@home.nl> at https://github.com/wgoossens/meta-nios2 . (From OE-Core rev: 4e8175cf0f0a5b9e75e451b030b73643e7b33791) Signed-off-by: Marek Vasut <marex@denx.de> Cc: Walter Goossens <waltergoossens@home.nl> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/insane.bbclass')
-rw-r--r--meta/classes/insane.bbclass1
1 files changed, 1 insertions, 0 deletions
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():
86 "mipsel": ( 8, 0, 0, True, 32), 86 "mipsel": ( 8, 0, 0, True, 32),
87 "mips64": ( 8, 0, 0, False, 64), 87 "mips64": ( 8, 0, 0, False, 64),
88 "mips64el": ( 8, 0, 0, True, 64), 88 "mips64el": ( 8, 0, 0, True, 64),
89 "nios2": (113, 0, 0, True, 32),
89 "s390": (22, 0, 0, False, 32), 90 "s390": (22, 0, 0, False, 32),
90 "sh4": (42, 0, 0, True, 32), 91 "sh4": (42, 0, 0, True, 32),
91 "sparc": ( 2, 0, 0, False, 32), 92 "sparc": ( 2, 0, 0, False, 32),