From 7ac4edcaec0bf84cd1196bc0253f806c6918945e Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Sun, 3 Oct 2021 17:29:34 +0200 Subject: [PATCH] maxytec-hi3798mv.inc: remove EXTRA_OECONF_append_pn-kodi in kodi > 18 this is now unnecessary in the machine conf files, it is derived from MACHINE_FEATURES Signed-off-by: Andrea Adami --- conf/machine/include/maxytec-hi3798mv.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/conf/machine/include/maxytec-hi3798mv.inc b/conf/machine/include/maxytec-hi3798mv.inc index 3bcae69..a6512b4 100644 --- a/conf/machine/include/maxytec-hi3798mv.inc +++ b/conf/machine/include/maxytec-hi3798mv.inc @@ -29,9 +29,6 @@ EXTRA_OECONF_append_pn-enigma2 += " --with-alphablendingacceleration=always --wi PACKAGECONFIG_GL_pn-qtbase = " " PACKAGECONFIG_append_pn-qtbase += " gles2 linuxfb" -# Kodi -EXTRA_OECONF_append_pn-kodi += " --with-gpu=mali --enable-player=hiplayer" - # Gstreamer dvbmediasink DVBMEDIASINK_CONFIG = "--with-h265 --with-vb8 --with-vb9 --with-wma --with-wmv --with-pcm --with-eac3 --with-amr --with-spark"