Merge pull request #4254 from CvH/10.0/repo_symlink

remove need of symlinks for the repository
This commit is contained in:
Matthias Reichl 2020-03-10 21:11:40 +01:00 committed by GitHub
commit 097260ac30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 20 additions and 11 deletions

View File

@ -86,6 +86,10 @@ VERBOSE="${VERBOSE:-yes}"
# directory.
CCACHE_CACHE_SIZE="10G"
# set addon paths
ADDON_PATH="$ADDON_VERSION/$ADDON_PROJECT/$TARGET_ARCH"
ADDON_URL="$ADDON_SERVER_URL/$ADDON_PATH"
# read local persistent options from $ROOT if available
if [ -f "${ROOT}/.libreelec/options" ]; then
. "${ROOT}/.libreelec/options"

View File

@ -195,9 +195,8 @@
# Addon Server Url
ADDON_SERVER_URL="https://addons.libreelec.tv"
# set the addon dirs
ADDON_PATH="$ADDON_VERSION/${DEVICE:-$PROJECT}/$TARGET_ARCH"
ADDON_URL="$ADDON_SERVER_URL/$ADDON_PATH"
# set the default addon project
ADDON_PROJECT="${DEVICE:-$PROJECT}"
# Default size of system partition, in MB, eg. 512
SYSTEM_SIZE=512

View File

@ -45,7 +45,3 @@
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
KODIPLAYER_DRIVER="$OPENGLES"
# set the addon dirs
ADDON_PATH="$ADDON_VERSION/H3/$TARGET_ARCH"
ADDON_URL="$ADDON_SERVER_URL/$ADDON_PATH"

View File

@ -62,3 +62,5 @@
# debug tty path
DEBUG_TTY="/dev/console"
# set the addon project
ADDON_PROJECT="H3"

View File

@ -32,7 +32,3 @@
# Mali GPU family
MALI_FAMILY="450 t820"
# set the addon dirs
ADDON_PATH="$ADDON_VERSION/AMLG12/$TARGET_ARCH"
ADDON_URL="$ADDON_SERVER_URL/$ADDON_PATH"

View File

@ -89,3 +89,6 @@
# debug tty path
DEBUG_TTY="/dev/ttyAML0"
# set the addon project
ADDON_PROJECT="AMLG12"

View File

@ -13,3 +13,6 @@
# Additional drivers
ADDITIONAL_DRIVERS="${ADDITIONAL_DRIVERS} slice-drivers"
# set the addon project
ADDON_PROJECT="RPi"

View File

@ -13,3 +13,6 @@
# Additional drivers
ADDITIONAL_DRIVERS="${ADDITIONAL_DRIVERS} slice-drivers"
# set the addon project
ADDON_PROJECT="RPi2"

View File

@ -85,3 +85,6 @@
# debug tty path
DEBUG_TTY="/dev/ttyS2"
# set the addon project
ADDON_PROJECT="H3"