options: allow using ADDITIONAL_PACKAGES in distributions file for all projects

This commit is contained in:
mglae 2023-01-13 19:32:15 +01:00
parent 4c5c57053f
commit 1582234188
5 changed files with 6 additions and 6 deletions

View File

@ -124,7 +124,7 @@
SWAP_SUPPORT="no" SWAP_SUPPORT="no"
# additional packages to install # additional packages to install
ADDITIONAL_PACKAGES="" ADDITIONAL_PACKAGES+=""
# build with installer (yes / no) # build with installer (yes / no)
INSTALLER_SUPPORT="no" INSTALLER_SUPPORT="no"

View File

@ -63,4 +63,4 @@
DEBUG_TTY="/dev/console" DEBUG_TTY="/dev/console"
# additional packages to install: # additional packages to install:
ADDITIONAL_PACKAGES="dt-overlays" ADDITIONAL_PACKAGES+=" dt-overlays"

View File

@ -75,7 +75,7 @@
DRIVER_ADDONS="crazycat dvb-latest" DRIVER_ADDONS="crazycat dvb-latest"
# additional packages to install: # additional packages to install:
ADDITIONAL_PACKAGES="dtc ethmactool emmctool flashrom" ADDITIONAL_PACKAGES+=" dtc ethmactool emmctool flashrom"
# use the kernel CEC framework for libcec (yes / no) # use the kernel CEC framework for libcec (yes / no)
CEC_FRAMEWORK_SUPPORT="yes" CEC_FRAMEWORK_SUPPORT="yes"

View File

@ -62,7 +62,7 @@
FIRMWARE="misc-firmware wlan-firmware dvb-firmware brcmfmac_sdio-firmware" FIRMWARE="misc-firmware wlan-firmware dvb-firmware brcmfmac_sdio-firmware"
# additional packages to install # additional packages to install
ADDITIONAL_PACKAGES="dtc" ADDITIONAL_PACKAGES+=" dtc"
# build and install CEC framework support (yes / no) # build and install CEC framework support (yes / no)
CEC_FRAMEWORK_SUPPORT="yes" CEC_FRAMEWORK_SUPPORT="yes"

View File

@ -64,8 +64,8 @@
# additional packages to install: # additional packages to install:
# Space separated list is supported, # Space separated list is supported,
# e.g. ADDITIONAL_PACKAGES="PACKAGE1 PACKAGE2" # e.g. ADDITIONAL_PACKAGES+=" PACKAGE1 PACKAGE2"
ADDITIONAL_PACKAGES="dtc emmctool" ADDITIONAL_PACKAGES+=" dtc emmctool"
# additional drivers to install: # additional drivers to install:
# for a list of additional drivers see packages/linux-drivers # for a list of additional drivers see packages/linux-drivers