From 0f54abc7c532cc14974b72512f01e51fbeea1b1e Mon Sep 17 00:00:00 2001 From: Mihail Grigorov Date: Thu, 26 Oct 2017 18:02:56 +0300 Subject: imx6qsabrelite starts to using 'meta-boundary' layer a) Adding 'meta-boundary' to bblayers.conf. b) Prevent of build errors from missing bb files (firefox, chromium), with help of BBMASK variable. Bug-AGL: SPEC-905 Change-Id: Id0b823d4f0e8977206dbd22684e0d2cf9e88465f Signed-off-by: Mihail Grigorov Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11569 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller Reviewed-by: Matt Porter --- templates/machine/imx6qsabrelite/40_bblayers.conf.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'templates') diff --git a/templates/machine/imx6qsabrelite/40_bblayers.conf.inc b/templates/machine/imx6qsabrelite/40_bblayers.conf.inc index 8adb0b9e5..2377ff6bc 100644 --- a/templates/machine/imx6qsabrelite/40_bblayers.conf.inc +++ b/templates/machine/imx6qsabrelite/40_bblayers.conf.inc @@ -2,4 +2,5 @@ BBLAYERS =+ "\ ${METADIR}/meta-freescale \ ${METADIR}/meta-freescale-3rdparty \ ${METADIR}/meta-freescale-distro \ + ${METADIR}/meta-boundary \ " -- cgit 1.2.3-korg