amlogic: update project options

This commit is contained in:
chewitt 2019-06-14 20:01:47 +00:00
parent 15ca9da520
commit dc2297e40f

View File

@ -9,7 +9,7 @@
UBOOT_FIRMWARE="amlogic-boot-fip"
# Linux Kernel to use
LINUX="default"
LINUX="amlogic"
################################################################################
# setup build defaults
@ -37,20 +37,9 @@
# Windowmanager to use (ratpoison / fluxbox / none)
WINDOWMANAGER="none"
# Xorg Graphic drivers to use (all / i915,i965,r200,r300,r600,nvidia)
# Space separated list is supported,
# e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeonsi nvidia"
GRAPHIC_DRIVERS=""
# additional Firmware to use (dvb-firmware, misc-firmware, wlan-firmware)
FIRMWARE="brcmfmac_sdio-firmware meson-firmware"
# build and install ATV IR remote support (yes / no)
ATVCLIENT_SUPPORT="no"
# build and install iSCSI support - iscsistart (yes / no)
ISCSI_SUPPORT="no"
# build with installer (yes / no)
INSTALLER_SUPPORT="no"
@ -60,6 +49,9 @@
# driver addons to install:
DRIVER_ADDONS="crazycat dvb-latest"
# additional drivers to install:
ADDITIONAL_DRIVERS=""
# additional packages to install:
ADDITIONAL_PACKAGES="u-boot-script dtc ethmactool"
@ -68,3 +60,10 @@
# 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"