Merge pull request #4420 from CvH/10.0/repo-up

LE repo version bump
This commit is contained in:
Matthias Reichl 2020-06-16 22:10:15 +02:00 committed by GitHub
commit eb556b1e6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 31 additions and 8 deletions

View File

@ -5,4 +5,4 @@
OS_VERSION="9.80"
# ADDON_VERSION: Addon version
ADDON_VERSION="9.80.3"
ADDON_VERSION="9.80.4"

View File

@ -45,3 +45,6 @@
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
KODIPLAYER_DRIVER="$OPENGLES"
# set the addon project
ADDON_PROJECT="ARMv7"

View File

@ -39,3 +39,6 @@
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
KODIPLAYER_DRIVER="$OPENGLES"
# set the addon project
ADDON_PROJECT="ARMv8"

View File

@ -45,3 +45,6 @@
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
KODIPLAYER_DRIVER="$OPENGLES"
# set the addon project
ADDON_PROJECT="ARMv7"

View File

@ -39,3 +39,6 @@
# KODI Player implementation to use
KODIPLAYER_DRIVER="$OPENGLES"
# set the addon project
ADDON_PROJECT="ARMv8"

View File

@ -36,3 +36,6 @@
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
KODIPLAYER_DRIVER="$OPENGLES"
# set the addon project
ADDON_PROJECT="ARMv8"

View File

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

View File

@ -91,4 +91,4 @@
DEBUG_TTY="/dev/ttyAML0"
# set the addon project
ADDON_PROJECT="AMLG12"
ADDON_PROJECT="ARMv8"

View File

@ -68,3 +68,5 @@
# build with installer (yes / no)
INSTALLER_SUPPORT="no"
# set the addon project
ADDON_PROJECT="ARMv7"

View File

@ -104,3 +104,6 @@
# debug tty path
DEBUG_TTY="/dev/ttyMSM0"
# set the addon project
ADDON_PROJECT="ARMv8"

View File

@ -29,3 +29,6 @@
# kernel serial console
EXTRA_CMDLINE="console=uart8250,mmio32,0xff690000 console=tty0 coherent_pool=2M cec.debounce_ms=5000"
# set the addon project
ADDON_PROJECT="ARMv7"

View File

@ -33,3 +33,6 @@
if [ "$UBOOT_SYSTEM" != "box-trn9" ]; then
EXTRA_CMDLINE="console=uart8250,mmio32,0xff130000 $EXTRA_CMDLINE"
fi
# set the addon project
ADDON_PROJECT="ARMv8"

View File

@ -30,3 +30,6 @@
# kernel serial console
EXTRA_CMDLINE="console=uart8250,mmio32,0xff1a0000 console=tty0 coherent_pool=2M cec.debounce_ms=5000"
# set the addon project
ADDON_PROJECT="ARMv8"

View File

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