From: Jan-Simon Möller Date: Mon, 14 May 2018 17:37:25 +0000 (+0200) Subject: Temporary fix for -nogfx target during layer reorg X-Git-Tag: 5.99.1~20 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=8be767a00d15e0c6413da31926263897a3958263;p=AGL%2Fmeta-agl.git Temporary fix for -nogfx target during layer reorg 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 --- 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