diff options
author | Mihail Grigorov <michael.grigorov@konsulko.com> | 2017-10-26 17:23:40 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-10-31 15:44:05 +0000 |
commit | 08a721eea2cb480e6879a7de15dea68e5a236570 (patch) | |
tree | 1107f5dd8e99e5d71a539075c6e5f54524de3954 /templates/machine/nitrogen6x/40_bblayers.conf.inc | |
parent | 0f54abc7c532cc14974b72512f01e51fbeea1b1e (diff) |
meta-agl-bsp: templates: update of nitrogen6x machine template
Bug-AGL: SPEC-905
Change-Id: I959a9f8d085b0fb247998790191c3dcf2e4e34fa
Signed-off-by: Mihail Grigorov <michael.grigorov@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11567
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>
Reviewed-by: Matt Porter <mporter@konsulko.com>
Diffstat (limited to 'templates/machine/nitrogen6x/40_bblayers.conf.inc')
-rw-r--r-- | templates/machine/nitrogen6x/40_bblayers.conf.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/machine/nitrogen6x/40_bblayers.conf.inc b/templates/machine/nitrogen6x/40_bblayers.conf.inc new file mode 100644 index 000000000..2377ff6bc --- /dev/null +++ b/templates/machine/nitrogen6x/40_bblayers.conf.inc @@ -0,0 +1,6 @@ +BBLAYERS =+ "\ + ${METADIR}/meta-freescale \ + ${METADIR}/meta-freescale-3rdparty \ + ${METADIR}/meta-freescale-distro \ + ${METADIR}/meta-boundary \ + " |