summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorNathan Illerbrun <nathani@validmanufacturing.com>2017-01-05 13:46:13 -0800
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-03-01 16:08:46 +0000
commit8b24197f0938106afb6811a1848f5d5f3bef4237 (patch)
tree405deafbf77495ce2c93a6588e3f9577a75a02ba /templates
parent496925b6a16444c816b3ea24b6de4e53650084e6 (diff)
Append kernel recipe to support config fragments and add common kernel config fragments
Add machine template for nitrogen6x Change-Id: I63df939008a36d125f80d74d461453c63386e24e Signed-off-by: Nathan Illerbrun <nathani@validmanufacturing.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/machine/nitrogen6x/50_bblayers.conf.inc5
-rw-r--r--templates/machine/nitrogen6x/50_local.conf.inc2
-rw-r--r--templates/machine/nitrogen6x/50_setup.sh2
3 files changed, 9 insertions, 0 deletions
diff --git a/templates/machine/nitrogen6x/50_bblayers.conf.inc b/templates/machine/nitrogen6x/50_bblayers.conf.inc
new file mode 100644
index 000000000..2852303b4
--- /dev/null
+++ b/templates/machine/nitrogen6x/50_bblayers.conf.inc
@@ -0,0 +1,5 @@
+BBLAYERS =+ "\
+ ${METADIR}/meta-fsl-arm \
+ ${METADIR}/meta-fsl-arm-extra \
+ ${METADIR}/meta-boundary \
+ "
diff --git a/templates/machine/nitrogen6x/50_local.conf.inc b/templates/machine/nitrogen6x/50_local.conf.inc
new file mode 100644
index 000000000..fec3a7f6d
--- /dev/null
+++ b/templates/machine/nitrogen6x/50_local.conf.inc
@@ -0,0 +1,2 @@
+MACHINE = "nitrogen6x"
+
diff --git a/templates/machine/nitrogen6x/50_setup.sh b/templates/machine/nitrogen6x/50_setup.sh
new file mode 100644
index 000000000..ea340a763
--- /dev/null
+++ b/templates/machine/nitrogen6x/50_setup.sh
@@ -0,0 +1,2 @@
+find_and_ack_eula $METADIR/meta-fsl-arm EULA
+export EULA_FLAG_NAME="ACCEPT_FSL_EULA"