[Buildroot] [PATCH v2 2/3] add support for odroid mali GL in kodi

daggs daggs at gmx.com
Wed May 25 20:09:39 UTC 2016


Greetings,

> Sent: Wednesday, May 25, 2016 at 10:31 PM
> From: "Bernd Kuhls" <bernd.kuhls at t-online.de>
> To: buildroot at uclibc.org
> Subject: Re: [Buildroot] [PATCH v2 2/3] add support for odroid mali GL in kodi
>
> Hi,
> 
> Am Wed, 25 May 2016 20:46:31 +0300 schrieb Dagg:
> 
> > add GL support to the odroid c2 boards
> > 
> > Signed-off-by: Dagg <daggs at gmx.com>
> > ---
> >  package/kodi/Config.in | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/package/kodi/Config.in b/package/kodi/Config.in
> > index ff2e75c..7b26abf 100644
> > --- a/package/kodi/Config.in
> > +++ b/package/kodi/Config.in
> 
> the subject of the patch has nothing to do with the content ;)
> 
> > -	default y if (BR2_arm || (BR2_mipsel && BR2_TOOLCHAIN_USES_GLIBC) || BR2_i386 || BR2_x86_64) \
> > +	default y if (BR2_arm || BR2_aarch64 || (BR2_mipsel && BR2_TOOLCHAIN_USES_GLIBC) || BR2_i386 || BR2_x86_64) \
> 
> Kodi 16.x-Jarvis will not compile on aarch64, this arch will be
> supported with the upcoming 17.x-Krypton release:
> https://github.com/xbmc/xbmc/commit/487da7934b6bbcaa3b5d8350bcb44dd48c9027f7
> 
> Regards, Bernd
> 
you are correct, please ignore this patch.



More information about the buildroot mailing list