package/kodi: remove AMLogic support
Kodi 19 will remove specific support for AMLogic: https://github.com/xbmc/xbmc/pull/16043 Also buildroot dropped support for the odroid2c defconfig: https://git.buildroot.net/buildroot/commit/?id=b80712a16ae3deb65331a7923aa878e13e2e66b6 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
3e7e3d888e
commit
5a53cce3b0
@ -146,6 +146,13 @@ endif
|
||||
|
||||
comment "Legacy options removed in 2019.08"
|
||||
|
||||
config BR2_PACKAGE_KODI_PLATFORM_AML
|
||||
bool "Kodi AMLogic support was removed"
|
||||
select BR2_LEGACY
|
||||
help
|
||||
Support for AMLogic was removed due to the removal of the
|
||||
odroidc2 defconfig.
|
||||
|
||||
config BR2_GCC_VERSION_6_X
|
||||
bool "gcc 6.x support removed"
|
||||
select BR2_LEGACY
|
||||
|
@ -18,13 +18,6 @@ comment "kodi needs python w/ .py modules, a uClibc or glibc toolchain w/ C++, t
|
||||
config BR2_PACKAGE_KODI_PLATFORM_SUPPORTS
|
||||
bool
|
||||
|
||||
config BR2_PACKAGE_KODI_PLATFORM_SUPPORTS_AML
|
||||
bool
|
||||
default y
|
||||
depends on BR2_PACKAGE_LIBAMCODEC
|
||||
depends on BR2_PACKAGE_ODROID_MALI
|
||||
select BR2_PACKAGE_KODI_PLATFORM_SUPPORTS
|
||||
|
||||
config BR2_PACKAGE_KODI_PLATFORM_SUPPORTS_RBPI
|
||||
bool
|
||||
default y
|
||||
@ -202,10 +195,6 @@ choice
|
||||
prompt "platform"
|
||||
default BR2_PACKAGE_KODI_PLATFORM_X11_OPENGL
|
||||
|
||||
config BR2_PACKAGE_KODI_PLATFORM_AML
|
||||
bool "AMLogic"
|
||||
depends on BR2_PACKAGE_KODI_PLATFORM_SUPPORTS_AML
|
||||
|
||||
config BR2_PACKAGE_KODI_PLATFORM_RBPI
|
||||
bool "Raspberry Pi"
|
||||
depends on BR2_PACKAGE_KODI_PLATFORM_SUPPORTS_RBPI
|
||||
|
@ -163,16 +163,6 @@ ifeq ($(BR2_TOOLCHAIN_HAS_LIBATOMIC),y)
|
||||
KODI_CXX_FLAGS += -latomic
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_KODI_PLATFORM_AML),y)
|
||||
KODI_CONF_OPTS += -DENABLE_AML=ON -DENABLE_OPENGLES=ON
|
||||
# The following line can be removed when bumping to 18.0-Leia,
|
||||
# see upstream PR 13425
|
||||
KODI_CXX_FLAGS += -DMESA_EGL_NO_X11_HEADERS
|
||||
KODI_DEPENDENCIES += libamcodec odroid-mali
|
||||
else
|
||||
KODI_CONF_OPTS += -DENABLE_AML=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_KODI_PLATFORM_RBPI),y)
|
||||
KODI_CONF_OPTS += -DCORE_SYSTEM_NAME=rbpi -DENABLE_OPENGLES=ON
|
||||
KODI_DEPENDENCIES += rpi-userland
|
||||
|
Loading…
Reference in New Issue
Block a user