summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-05-21 19:00:18 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-27 11:04:47 +0100
commit2e29151a3a660871db3009fc64a5e1e72f1827b0 (patch)
tree47b607f1599116ae7e82e0df70c56cfece422fcc /meta/conf
parente620119715673af7dc7c24a0c643bcab6dce71d0 (diff)
downloadpoky-2e29151a3a660871db3009fc64a5e1e72f1827b0.tar.gz
bitbake.conf: propagate 'opengl' DISTRO_FEATURE to native/nativesdk from target
This will allow better control over native virgl/qemu configurations. Adjust gtk+3/cairo native configurations to actually ignore opengl when building for -native: we do not need it, and it would cause build failures as only a limited subset of mesa-native is currently built. Drop native/nativesdk overrides from virglrenderer/libepoxy recipes as opengl feature is now correctly set for those variants. (From OE-Core rev: 0e1f8fa0535dab63742f575b52ec9fa891368ca2) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index bdade79abe..f7700f1191 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -833,8 +833,8 @@ DISTRO_FEATURES_NATIVESDK ?= "x11"
833 833
834# Normally target distro features will not be applied to native builds: 834# Normally target distro features will not be applied to native builds:
835# Native distro features on this list will use the target feature value 835# Native distro features on this list will use the target feature value
836DISTRO_FEATURES_FILTER_NATIVE ?= "api-documentation" 836DISTRO_FEATURES_FILTER_NATIVE ?= "api-documentation opengl"
837DISTRO_FEATURES_FILTER_NATIVESDK ?= "api-documentation" 837DISTRO_FEATURES_FILTER_NATIVESDK ?= "api-documentation opengl"
838 838
839DISTRO_FEATURES_BACKFILL = "pulseaudio sysvinit gobject-introspection-data ldconfig" 839DISTRO_FEATURES_BACKFILL = "pulseaudio sysvinit gobject-introspection-data ldconfig"
840MACHINE_FEATURES_BACKFILL = "rtc qemu-usermode" 840MACHINE_FEATURES_BACKFILL = "rtc qemu-usermode"