diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2021-11-07 12:50:16 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-08 22:03:51 +0000 |
| commit | db9660c7dbb312280ba2e2e1bc64064718abac65 (patch) | |
| tree | 7c0624cbfca6bf836ba065697e49ab952ba7f5c7 /meta/conf | |
| parent | 9e929c83f1f5ac505d555f14d623f0366bda91dd (diff) | |
| download | poky-db9660c7dbb312280ba2e2e1bc64064718abac65.tar.gz | |
bitbake.conf: Use wayland distro feature for native builds
The wayland-scanner is missing from SDKs with weston, but the weston build
requires wayland-scanner. Allow the distro feature in order to include
the wayland-scanner packages via nativesdk-packagegroup-sdk-host.bb.
(From OE-Core rev: 858cc6f257e22e39df83f4808ea27c6d12cd1b80)
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
| -rw-r--r-- | meta/conf/bitbake.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 790f2f7a8c..71c1e52ad6 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
| @@ -869,8 +869,8 @@ DISTRO_FEATURES_NATIVESDK ?= "x11" | |||
| 869 | 869 | ||
| 870 | # Normally target distro features will not be applied to native builds: | 870 | # Normally target distro features will not be applied to native builds: |
| 871 | # Native distro features on this list will use the target feature value | 871 | # Native distro features on this list will use the target feature value |
| 872 | DISTRO_FEATURES_FILTER_NATIVE ?= "api-documentation debuginfod opengl" | 872 | DISTRO_FEATURES_FILTER_NATIVE ?= "api-documentation debuginfod opengl wayland" |
| 873 | DISTRO_FEATURES_FILTER_NATIVESDK ?= "api-documentation debuginfod opengl" | 873 | DISTRO_FEATURES_FILTER_NATIVESDK ?= "api-documentation debuginfod opengl wayland" |
| 874 | 874 | ||
| 875 | DISTRO_FEATURES_BACKFILL = "pulseaudio sysvinit gobject-introspection-data ldconfig" | 875 | DISTRO_FEATURES_BACKFILL = "pulseaudio sysvinit gobject-introspection-data ldconfig" |
| 876 | MACHINE_FEATURES_BACKFILL = "rtc qemu-usermode" | 876 | MACHINE_FEATURES_BACKFILL = "rtc qemu-usermode" |
