Add template for Altera Cyclone5 19/8519/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Sun, 19 Feb 2017 15:29:07 +0000 (16:29 +0100)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Sun, 19 Feb 2017 15:29:07 +0000 (16:29 +0100)
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>
meta-agl-bsp/conf/include/agl_cyclone5.inc [new file with mode: 0644]
templates/machine/cyclone5/50_bblayers.conf.inc [new file with mode: 0644]
templates/machine/cyclone5/50_local.conf.inc [new file with mode: 0644]

diff --git a/meta-agl-bsp/conf/include/agl_cyclone5.inc b/meta-agl-bsp/conf/include/agl_cyclone5.inc
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/templates/machine/cyclone5/50_bblayers.conf.inc b/templates/machine/cyclone5/50_bblayers.conf.inc
new file mode 100644 (file)
index 0000000..fe60a26
--- /dev/null
@@ -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 (file)
index 0000000..a4761ef
--- /dev/null
@@ -0,0 +1,3 @@
+MACHINE = "cyclone5"
+#see meta-agl/meta-agl-bsp/conf/include/agl_cyclone5.inc
+require conf/include/agl_cyclone5.inc