Skip to content
Snippets Groups Projects
Commit 7266c71a 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.

(cherry picked from commit 3c8f0d7f)
parent 7d0bd660
No related branches found
No related tags found
1 merge request!404demo: Remove guf-show-demo2
# GUF Distro for Wayland.
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"
# SECO Northern Europe Wayland Distro without GPLv3
require conf/distro/seconorth-wayland.conf
DISTRO = "seconorth-wayland-no-gplv3"
DISTRO_NAME = "SECO Northern Europe Wayland (without GPLv3)"
# Remove GPLv3
DISTRO_FEATURES:remove = " gplv3"
......@@ -8,10 +8,6 @@ PACKAGES = " \
${@bb.utils.contains('DISTRO_FEATURES', 'gplv3', '${PN}-gplv3', '', d)} \
"
RDEPENDS:${PN}-minimal = " \
openssh-sftp-server \
"
RDEPENDS:${PN} = " \
${PN}-minimal \
iptables \
......
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