From: Jan-Simon Möller Date: Sun, 19 Feb 2017 15:29:07 +0000 (+0100) Subject: Add template for Altera Cyclone5 X-Git-Tag: 3.99.1~161 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=2d02de7b1c69a0acd02f5966567dd223cc99c54d;p=AGL%2Fmeta-agl.git 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 --- diff --git a/meta-agl-bsp/conf/include/agl_cyclone5.inc b/meta-agl-bsp/conf/include/agl_cyclone5.inc new file mode 100644 index 000000000..e69de29bb 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