Skip to content
Snippets Groups Projects
Commit 3c8f0d7f authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

distro: Rework of nogplv3 distro

The nogplv3 distro now includes the default guf-wayland distro
and only removes the gplv3 distro feature.
parent 0c01033f
No related branches found
No related tags found
1 merge request!360packagegroup: Added optional xwayland to graphics group
# GUF Distro for Wayland.
require conf/distro/guf-wayland.conf
require conf/distro/include/guf-base.inc
DISTRO = "guf-wayland-no-gplv3"
DISTRO_NAME = "GUF Wayland (without GPLv3)"
DISTRO_FEATURES_remove = "bluetooth bluez5 gobject-introspection-data pulseaudio directfb x11"
DISTRO_FEATURES_BACKFILL_CONSIDERED += "bluetooth bluez5 gobject-introspection-data pulseaudio"
# Add support for wayland
DISTRO_FEATURES_append = " wayland"
# Add opengl
DISTRO_FEATURES_append = " opengl vulkan"
# Default is busybox
# Recommandation from poky/meta-poky/conf/local.conf.sample.extended
# expect syslog which is replaced by syslog-ng
PREFERRED_PROVIDER_virtual/base-utils = "packagegroup-core-base-utils"
VIRTUAL-RUNTIME_base-utils = "packagegroup-core-base-utils"
VIRTUAL-RUNTIME_base-utils-hwclock = "util-linux-hwclock"
VIRTUAL-RUNTIME_base-utils-syslog = "syslog-ng"
VIRTUAL-RUNTIME_vim = "vim"
# Remove support for GPLv3
DISTRO_FEATURES_remove = "gplv3"
......@@ -15,7 +15,7 @@ DISTRO_FEATURES_append = " wayland"
DISTRO_FEATURES_append = " opengl vulkan"
# Add support for GPLv3
DISTRO_FEATURES_append = " gplv3"
DISTRO_FEATURES += "gplv3"
# Default is busybox
# Recommandation from poky/meta-poky/conf/local.conf.sample.extended
......
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