From 8be767a00d15e0c6413da31926263897a3958263 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Mon, 14 May 2018 19:37:25 +0200 Subject: Temporary fix for -nogfx target during layer reorg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fix is needed to unbreak the build due to a parsing error in the nogfx target (qt5 not enabled but bbappends present). Change-Id: I9da2a5854849c147c7917c75b5783b755b9130f1 Signed-off-by: Jan-Simon Möller --- meta-agl-bsp/conf/include/agl_m3ulcb-nogfx.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-agl-bsp/conf/include/agl_m3ulcb-nogfx.inc b/meta-agl-bsp/conf/include/agl_m3ulcb-nogfx.inc index c0ebb5f65..1bc59149f 100644 --- a/meta-agl-bsp/conf/include/agl_m3ulcb-nogfx.inc +++ b/meta-agl-bsp/conf/include/agl_m3ulcb-nogfx.inc @@ -10,3 +10,6 @@ DISTRO_FEATURES_append = " sota" OSTREE_KERNEL = "Image" IMAGE_BOOT_FILES_sota = "m3ulcb-ota-bootfiles/* Image-r8a7796-m3ulcb.dtb" OSTREE_BOOTLOADER ?= "u-boot" + +# HOTFIX during layer reorg +BBMASK .= "|meta-agl/meta-agl-profile-demo/recipes-qt/" \ No newline at end of file -- cgit 1.2.3-korg