Skip to content
Snippets Groups Projects
Unverified Commit d5638f09 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

oniro-linux.conf: Drop x11 distro feature


Oniro is based on wayland for the graphics stack. There is no testing
nor support for x11 so let's drop it in the distro's default
configuration.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 349ae8df
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ TCLIBC ?= "musl"
INIT_MANAGER = "systemd"
# Remove some of the default Poky DISTRO_FEATURES we inherited, but do not use.
DISTRO_FEATURES:remove = " nfs nfc 3g pcmcia"
DISTRO_FEATURES:remove = " nfs nfc 3g pcmcia x11"
# Remove some of the default Poky IMAGE_FEATURES we inherited, but do not need.
IMAGE_FEATURES:remove = " nfs-server nfs-client nfs-utils"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment