Skip to content
Snippets Groups Projects
Commit a5bfba31 authored by Stefan Schmidt's avatar Stefan Schmidt
Browse files

oniro-packageconfig.inc: Consolidate PACKAGECONFIG changes for distro


Signed-off-by: default avatarStefan Schmidt <stefan.schmidt@huawei.com>
parent b1d1464a
No related branches found
No related tags found
No related merge requests found
......@@ -4,3 +4,10 @@
# Define the configuration set as per our distro policy
PACKAGECONFIG_pn-networkmanager = "nss systemd bluez5 wifi"
# We have no use for dlt-daemon as we use systemd for logging
PACKAGECONFIG_remove_pn-mosquitto = "dlt"
# We use NetworkManager as the default network manager (included in our
# reference images).
PACKAGECONFIG_remove_pn-systemd = "networkd"
......@@ -115,13 +115,6 @@ PREFERRED_PROVIDER_virtual/kernel_qemux86-64 = "linux-oniro"
# Default to enabling serial debug console on RaspberryPi
ENABLE_UART ?= "1"
# We have no use for dlt-daemon as we use systemd for logging
PACKAGECONFIG_remove_pn-mosquitto = "dlt"
# We use NetworkManager as the default network manager (included in our
# reference images).
PACKAGECONFIG_remove_pn-systemd = "networkd"
# The KMS driver for RPI4 requires a different vc4 overlay for Raspberry Pi 4.
# This is done dynamically through overlay_map.dtb. More info:
# https://www.raspberrypi.com/documentation/computers/configuration.html#part2.2.10
......
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