summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMihail Grigorov <michael.grigorov@konsulko.com>2017-10-26 18:02:56 +0300
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-10-31 15:43:59 +0000
commit0f54abc7c532cc14974b72512f01e51fbeea1b1e (patch)
treea3c58bce41e609a6135d48c0d17dbb020c836eeb
parent905637796f3db7d5992c9b8d11a59b30667221d2 (diff)
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 <michael.grigorov@konsulko.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11569 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>
-rw-r--r--meta-agl-bsp/conf/include/agl_imx6qsabrelite.inc5
-rw-r--r--templates/machine/imx6qsabrelite/40_bblayers.conf.inc1
2 files changed, 4 insertions, 2 deletions
diff --git a/meta-agl-bsp/conf/include/agl_imx6qsabrelite.inc b/meta-agl-bsp/conf/include/agl_imx6qsabrelite.inc
index 5b86ba9a0..e686a4060 100644
--- a/meta-agl-bsp/conf/include/agl_imx6qsabrelite.inc
+++ b/meta-agl-bsp/conf/include/agl_imx6qsabrelite.inc
@@ -6,13 +6,14 @@ IMAGE_INSTALL_append = " \
"
# fsl-image-multimedia-full.bb
-
IMAGE_INSTALL_append = " \
packagegroup-fsl-gstreamer1.0-full \
"
-# fix build error
+# prevent of build errors from missing bb files
+BBMASK = "meta-boundary/recipes-(browser|mozilla)"
+# fix build error
SECURITY_CFLAGS_pn-devil = "${SECURITY_NO_PIE_CFLAGS}"
PREFERRED_PROVIDER_virtual/kernel = "linux-boundary"
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 \
"