Merge pull request #3828 from CvH/10.0/aml_options_cleanup

Amlogic: cleanup options
This commit is contained in:
Christian Hewitt 2019-09-18 07:53:44 +04:00 committed by GitHub
commit b6fff6cbed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
# U-Boot firmware package(s) to use
UBOOT_FIRMWARE="amlogic-boot-fip"
# Linux Kernel to use
# Kernel to use
LINUX="amlogic"
################################################################################
@ -34,24 +34,35 @@
# Displayserver to use (x11 / no)
DISPLAYSERVER="no"
# Windowmanager to use (ratpoison / fluxbox / none)
# Windowmanager to use (fluxbox / none)
WINDOWMANAGER="none"
# additional Firmware to use (dvb-firmware, misc-firmware, wlan-firmware)
FIRMWARE="brcmfmac_sdio-firmware meson-firmware"
# Space separated list is supported,
# e.g. FIRMWARE="dvb-firmware misc-firmware wlan-firmware"
FIRMWARE="dvb-firmware brcmfmac_sdio-firmware meson-firmware"
# build with installer (yes / no)
INSTALLER_SUPPORT="no"
# build debug with valgrind (yes / no)
# Increases image size significantly
VALGRIND="no"
# additional drivers to install:
# for a list of additional drivers see packages/linux-drivers
# Space separated list is supported,
# 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 drivers to install:
ADDITIONAL_DRIVERS=""
# additional packages to install:
ADDITIONAL_PACKAGES="u-boot-script dtc ethmactool"
@ -60,10 +71,3 @@
# debug tty path
DEBUG_TTY="/dev/ttyAML0"
# Addon Server Url
ADDON_SERVER_URL="https://amlgx.libreelec.tv"
# set the addon dirs
ADDON_PATH="$ADDON_VERSION/${DEVICE:-$PROJECT}/$TARGET_ARCH"
ADDON_URL="$ADDON_SERVER_URL/$ADDON_PATH"