From 2d02de7b1c69a0acd02f5966567dd223cc99c54d Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Sun, 19 Feb 2017 16:29:07 +0100 Subject: Add template for Altera Cyclone5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- templates/machine/cyclone5/50_bblayers.conf.inc | 1 + templates/machine/cyclone5/50_local.conf.inc | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 templates/machine/cyclone5/50_bblayers.conf.inc create mode 100644 templates/machine/cyclone5/50_local.conf.inc (limited to 'templates') 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 -- cgit 1.2.3-korg