imx6qsabrelite starts to using 'meta-boundary' layer 69/11569/2
authorMihail Grigorov <michael.grigorov@konsulko.com>
Thu, 26 Oct 2017 15:02:56 +0000 (18:02 +0300)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 31 Oct 2017 15:43:59 +0000 (15:43 +0000)
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>
meta-agl-bsp/conf/include/agl_imx6qsabrelite.inc
templates/machine/imx6qsabrelite/40_bblayers.conf.inc

index 5b86ba9..e686a40 100644 (file)
@@ -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"
index 8adb0b9..2377ff6 100644 (file)
@@ -2,4 +2,5 @@ BBLAYERS =+ "\
   ${METADIR}/meta-freescale \
   ${METADIR}/meta-freescale-3rdparty \
   ${METADIR}/meta-freescale-distro \
+  ${METADIR}/meta-boundary \
   "