Warning, /packaging/yocto-meta-kde-demo/conf/distro/kde-linux.conf is written in an unsupported language. File is not indexed.

0001 require conf/distro/poky.conf
0002 
0003 DISTRO = "kde-linux"
0004 DISTRO_NAME = "KDE Embedded Linux"
0005 
0006 # this kills the python config from opkg, no idea how to kill opkg entirely yet
0007 # PACKAGECONFIG:pn-opkg-utils = ""
0008 
0009 # VIRTUAL-RUNTIME_dev_manager = ""
0010 # VIRTUAL-RUNTIME_login_manager = "busybox"
0011 VIRTUAL-RUNTIME_init_manager = "systemd"
0012 VIRTUAL-RUNTIME_initscripts = ""
0013 # VIRTUAL-RUNTIME_keymaps = ""
0014 # VIRTUAL-RUNTIME_update-alternatives = ""
0015 
0016 PREFERRED_PROVIDER_udev ?= "systemd"
0017 PREFERRED_PROVIDER_udev-utils ?= "systemd"
0018 
0019 # RPI default is just armv6
0020 DEFAULTTUNE_raspberrypi = "arm1176jzfshf"
0021 
0022 # += gstreamer webengine
0023 DISTRO_FEATURES += "systemd wayland x11 pam polkit kde"
0024 
0025 # ld-is-gold fails on qemux86 with duplicated weak symbols
0026 DISTRO_FEATURES:remove = " \
0027     directfb \
0028     irda \
0029     nfs \
0030     pcmcia \
0031     sysvinit \
0032 "
0033 
0034 # temporary workaround until Vulkan is packaged
0035 DISTRO_FEATURES:remove:visionfive2 = " \
0036     vulkan \
0037 "