summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-02-19 16:29:07 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-02-19 16:29:07 +0100
commit2d02de7b1c69a0acd02f5966567dd223cc99c54d (patch)
treeaed3193454c3e50e36de824e1f2fd9f63786d673 /templates
parent920b194f583352e7a8c8959d7e50b176c86ac03f (diff)
Add template for Altera Cyclone5
This adds a first template for the Altera cyclone5 board. The build is not yet complete (failing on some gcc6 issue in qtmultimedia-rtlfm-radio-plugin). A few notes: CFLAGS/Tunings are set to -mfpu=softfp compared to the hardfp of all the other target boards we have. Change-Id: I9b179d9aef610ee5a67166df2dd79a52e2ac6c19 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/machine/cyclone5/50_bblayers.conf.inc1
-rw-r--r--templates/machine/cyclone5/50_local.conf.inc3
2 files changed, 4 insertions, 0 deletions
diff --git a/templates/machine/cyclone5/50_bblayers.conf.inc b/templates/machine/cyclone5/50_bblayers.conf.inc
new file mode 100644
index 000000000..fe60a267f
--- /dev/null
+++ b/templates/machine/cyclone5/50_bblayers.conf.inc
@@ -0,0 +1 @@
+BBLAYERS =+ "${METADIR}/meta-altera"
diff --git a/templates/machine/cyclone5/50_local.conf.inc b/templates/machine/cyclone5/50_local.conf.inc
new file mode 100644
index 000000000..a4761ef4c
--- /dev/null
+++ b/templates/machine/cyclone5/50_local.conf.inc
@@ -0,0 +1,3 @@
+MACHINE = "cyclone5"
+#see meta-agl/meta-agl-bsp/conf/include/agl_cyclone5.inc
+require conf/include/agl_cyclone5.inc