mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
Revert "package/kodi: optimise for RPi2"
Optimised support for the RPi-2 was only introduced in Krypton, the next release of Kodi. Jarvis, the current release, does not have this support. This reverts commit ef37472b20894c99cad758397f3cd6b90f933df1. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Benoît Mauduit <bmauduit@beneth.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
ad16dcb7b0
commit
bdeb02534a
@ -47,14 +47,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_RPI_USERLAND),y)
|
ifeq ($(BR2_PACKAGE_RPI_USERLAND),y)
|
||||||
KODI_DEPENDENCIES += rpi-userland
|
KODI_DEPENDENCIES += rpi-userland
|
||||||
# Kodi has specific configuration flags for RPi/RPi2. Configure for a
|
KODI_CONF_OPTS += --with-platform=raspberry-pi --enable-player=omxplayer
|
||||||
# RPi2 when we're sure, fallback to RPi otherwise.
|
|
||||||
ifeq ($(BR2_cortex_a7),y)
|
|
||||||
KODI_CONF_OPTS += --with-platform=raspberry-pi2
|
|
||||||
else
|
|
||||||
KODI_CONF_OPTS += --with-platform=raspberry-pi
|
|
||||||
endif
|
|
||||||
KODI_CONF_OPTS += --enable-player=omxplayer
|
|
||||||
KODI_CONF_ENV += INCLUDES="-I$(STAGING_DIR)/usr/include/interface/vcos/pthreads \
|
KODI_CONF_ENV += INCLUDES="-I$(STAGING_DIR)/usr/include/interface/vcos/pthreads \
|
||||||
-I$(STAGING_DIR)/usr/include/interface/vmcs_host/linux" \
|
-I$(STAGING_DIR)/usr/include/interface/vmcs_host/linux" \
|
||||||
LIBS="-lvcos -lvchostif"
|
LIBS="-lvcos -lvchostif"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user