summaryrefslogtreecommitdiffstats
path: root/templates/machine
diff options
context:
space:
mode:
authorNathan Illerbrun <nathani@validmanufacturing.com>2017-07-14 07:34:28 -0700
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-07-17 13:41:13 +0000
commit665a605399bc8ac97b5fc078b7f95240a3f97f49 (patch)
tree10251030ef71fea484d9c7a68a4c082169ec9c54 /templates/machine
parent31716c2d8f8d07e34aa48528bc0b123b1c70d351 (diff)
Update freescale layer names, add nitrogen inc file
Change-Id: I1faf7ad14cc85cd12055f7e4c7e43ffe4ccf0671 Signed-off-by: Nathan Illerbrun <nathani@validmanufacturing.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10203 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates/machine')
-rw-r--r--templates/machine/nitrogen6x/50_bblayers.conf.inc5
-rw-r--r--templates/machine/nitrogen6x/50_local.conf.inc1
-rw-r--r--templates/machine/nitrogen6x/50_setup.sh2
3 files changed, 5 insertions, 3 deletions
diff --git a/templates/machine/nitrogen6x/50_bblayers.conf.inc b/templates/machine/nitrogen6x/50_bblayers.conf.inc
index 2852303b4..2377ff6bc 100644
--- a/templates/machine/nitrogen6x/50_bblayers.conf.inc
+++ b/templates/machine/nitrogen6x/50_bblayers.conf.inc
@@ -1,5 +1,6 @@
BBLAYERS =+ "\
- ${METADIR}/meta-fsl-arm \
- ${METADIR}/meta-fsl-arm-extra \
+ ${METADIR}/meta-freescale \
+ ${METADIR}/meta-freescale-3rdparty \
+ ${METADIR}/meta-freescale-distro \
${METADIR}/meta-boundary \
"
diff --git a/templates/machine/nitrogen6x/50_local.conf.inc b/templates/machine/nitrogen6x/50_local.conf.inc
index fec3a7f6d..e0133552d 100644
--- a/templates/machine/nitrogen6x/50_local.conf.inc
+++ b/templates/machine/nitrogen6x/50_local.conf.inc
@@ -1,2 +1,3 @@
MACHINE = "nitrogen6x"
+require conf/include/agl_nitrogen6x.inc
diff --git a/templates/machine/nitrogen6x/50_setup.sh b/templates/machine/nitrogen6x/50_setup.sh
index ea340a763..bb22790dc 100644
--- a/templates/machine/nitrogen6x/50_setup.sh
+++ b/templates/machine/nitrogen6x/50_setup.sh
@@ -1,2 +1,2 @@
-find_and_ack_eula $METADIR/meta-fsl-arm EULA
+find_and_ack_eula $METADIR/meta-freescale EULA
export EULA_FLAG_NAME="ACCEPT_FSL_EULA"