Update freescale layer names, add nitrogen inc file 07/10207/2
authorNathan Illerbrun <nathani@validmanufacturing.com>
Fri, 14 Jul 2017 14:34:28 +0000 (07:34 -0700)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 17 Jul 2017 13:41:15 +0000 (13:41 +0000)
Change-Id: I1faf7ad14cc85cd12055f7e4c7e43ffe4ccf0671
Signed-off-by: Nathan Illerbrun <nathani@validmanufacturing.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10207
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl-bsp/conf/include/agl_nitrogen6x.inc [new file with mode: 0644]
templates/machine/nitrogen6x/50_bblayers.conf.inc
templates/machine/nitrogen6x/50_local.conf.inc
templates/machine/nitrogen6x/50_setup.sh

diff --git a/meta-agl-bsp/conf/include/agl_nitrogen6x.inc b/meta-agl-bsp/conf/include/agl_nitrogen6x.inc
new file mode 100644 (file)
index 0000000..68ff823
--- /dev/null
@@ -0,0 +1,6 @@
+PREFERRED_PROVIDER_u-boot = "u-boot-imx6"
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx6"
+PREFERRED_PROVIDER_u-boot-mxsboot-native = "u-boot-imx6"
+
+AGL_DEFAULT_IMAGE_FSTYPES := "sdcard.gz"
+AGL_DEFAULT_INITRAMFS_FSTYPES := "cpio.gz"
\ No newline at end of file
index 2852303..2377ff6 100644 (file)
@@ -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 \
   "
index ea340a7..bb22790 100644 (file)
@@ -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"