diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-05-14 19:37:25 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-05-14 19:37:25 +0200 |
commit | 8be767a00d15e0c6413da31926263897a3958263 (patch) | |
tree | 34d8f6634a4ae293814e658bb6d7507200799e4c /meta-agl-bsp/conf/include | |
parent | f293b391c6862001f42501cff13d7031e698db9d (diff) |
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 <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-bsp/conf/include')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_m3ulcb-nogfx.inc | 3 |
1 files changed, 3 insertions, 0 deletions
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 |