From 50d858f14f9efea4adb54583d17c6658f3b799d9 Mon Sep 17 00:00:00 2001 From: Christian Hewitt Date: Mon, 7 Apr 2025 16:40:35 +0000 Subject: [PATCH] treewide: move DRIVER_ADDONS_SUPPORT to distribution options Note: the digital_devices package only builds for x86_64 arch. Signed-off-by: Christian Hewitt --- distributions/LibreELEC/options | 8 ++++++++ projects/Amlogic/options | 8 -------- projects/Generic/options | 8 -------- projects/NXP/options | 8 -------- projects/Qualcomm/devices/Dragonboard/options | 8 -------- projects/RPi/options | 8 -------- projects/Rockchip/options | 8 -------- projects/Samsung/options | 8 -------- 8 files changed, 8 insertions(+), 56 deletions(-) diff --git a/distributions/LibreELEC/options b/distributions/LibreELEC/options index 5a663f4f05..f0592c9c8f 100644 --- a/distributions/LibreELEC/options +++ b/distributions/LibreELEC/options @@ -257,3 +257,11 @@ # Space separated list is supported, # e.g. ADDITIONAL_PACKAGES="PACKAGE1 PACKAGE2" ADDITIONAL_PACKAGES="" + +# build and install driver addons (yes / no) + DRIVER_ADDONS_SUPPORT="no" + +# driver addons to install: +# for a list of additional drivers see packages/linux-driver-addons +# Space separated list is supported, + DRIVER_ADDONS="crazycat digital_devices dvb-latest" diff --git a/projects/Amlogic/options b/projects/Amlogic/options index 3cd89e6d95..d95b36116a 100644 --- a/projects/Amlogic/options +++ b/projects/Amlogic/options @@ -66,14 +66,6 @@ # e.g. ADDITIONAL_DRIVERS+=" DRIVER1 DRIVER2" ADDITIONAL_DRIVERS+="" - # build and install driver addons (yes / no) - DRIVER_ADDONS_SUPPORT="no" - - # driver addons to install: - # for a list of additional drivers see packages/linux-driver-addons - # Space separated list is supported, - DRIVER_ADDONS="crazycat dvb-latest" - # additional packages to install: ADDITIONAL_PACKAGES+=" dtc ethmactool emmctool flashrom pciutils" diff --git a/projects/Generic/options b/projects/Generic/options index 59c98474b6..6db58dcf61 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -62,13 +62,5 @@ # e.g. ADDITIONAL_DRIVERS+=" DRIVER1 DRIVER2" ADDITIONAL_DRIVERS+=" bcm_sta" - # build and install driver addons (yes / no) - DRIVER_ADDONS_SUPPORT="no" - - # driver addons to install: - # for a list of additional drivers see packages/linux-driver-addons - # Space separated list is supported, - DRIVER_ADDONS="crazycat digital_devices dvb-latest" - # Default size of the ova image, in MB, eg. 4096 OVA_SIZE="4096" diff --git a/projects/NXP/options b/projects/NXP/options index 38758016fb..05820bf8e6 100644 --- a/projects/NXP/options +++ b/projects/NXP/options @@ -52,14 +52,6 @@ # KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap) KODIPLAYER_DRIVER="mesa" - # build and install driver addons (yes / no) - DRIVER_ADDONS_SUPPORT="no" - - # driver addons to install: - # for a list of additional drivers see packages/linux-driver-addons - # Space separated list is supported, - DRIVER_ADDONS="crazycat dvb-latest" - # additional Firmware to use (dvb-firmware, misc-firmware, wlan-firmware) # Space separated list is supported, # e.g. FIRMWARE="dvb-firmware misc-firmware wlan-firmware" diff --git a/projects/Qualcomm/devices/Dragonboard/options b/projects/Qualcomm/devices/Dragonboard/options index f7dda9d0a8..dd56d1faba 100644 --- a/projects/Qualcomm/devices/Dragonboard/options +++ b/projects/Qualcomm/devices/Dragonboard/options @@ -85,14 +85,6 @@ # e.g. FIRMWARE="dvb-firmware misc-firmware wlan-firmware" FIRMWARE="misc-firmware wlan-firmware dvb-firmware firmware-dragonboard" - # build and install driver addons (yes / no) - DRIVER_ADDONS_SUPPORT="no" - - # driver addons to install: - # for a list of additional drivers see packages/linux-driver-addons - # Space separated list is supported, - DRIVER_ADDONS="crazycat dvb-latest" - # build with installer (yes / no) INSTALLER_SUPPORT="no" diff --git a/projects/RPi/options b/projects/RPi/options index dbba3f22fd..8552dfa420 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -80,14 +80,6 @@ ADDITIONAL_DRIVERS+=" rpi-cirrus-config" fi - # build and install driver addons (yes / no) - DRIVER_ADDONS_SUPPORT="no" - - # driver addons to install: - # for a list of additional drivers see packages/linux-driver-addons - # Space separated list is supported, - DRIVER_ADDONS="crazycat dvb-latest" - # additional packages to install: ADDITIONAL_PACKAGES+=" bcm2835-utils dtc" diff --git a/projects/Rockchip/options b/projects/Rockchip/options index 8d0b12973e..98b2318bca 100644 --- a/projects/Rockchip/options +++ b/projects/Rockchip/options @@ -73,13 +73,5 @@ # Start boot partition at 16MiB, same as https://github.com/rockchip-linux/build images SYSTEM_PART_START=32768 - # build and install driver addons (yes / no) - DRIVER_ADDONS_SUPPORT="no" - - # driver addons to install: - # for a list of additinoal drivers see packages/linux-driver-addons - # Space separated list is supported, - DRIVER_ADDONS="dvb-latest" - # debug tty path DEBUG_TTY="/dev/ttyS2" diff --git a/projects/Samsung/options b/projects/Samsung/options index cd915dd73c..f009e0901a 100644 --- a/projects/Samsung/options +++ b/projects/Samsung/options @@ -73,14 +73,6 @@ # e.g. ADDITIONAL_DRIVERS+=" DRIVER1 DRIVER2" ADDITIONAL_DRIVERS+="" - # build and install driver addons (yes / no) - DRIVER_ADDONS_SUPPORT="no" - - # driver addons to install: - # for a list of additional drivers see packages/linux-driver-addons - # Space separated list is supported, - DRIVER_ADDONS="crazycat dvb-latest" - # use the kernel CEC framework for libcec (yes / no) CEC_FRAMEWORK_SUPPORT="yes"