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>
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
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
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
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