Temporary fix for -nogfx target during layer reorg 59/13959/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 14 May 2018 17:37:25 +0000 (19:37 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 14 May 2018 17:37:25 +0000 (19:37 +0200)
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 <jsmoeller@linuxfoundation.org>
meta-agl-bsp/conf/include/agl_m3ulcb-nogfx.inc

index c0ebb5f..1bc5914 100644 (file)
@@ -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