On Fri, Nov 25, 2016 at 11:42 PM, Koen Kooi <[email protected]> wrote:
>
>> Op 26 nov. 2016, om 01:15 heeft Martin Jansa <[email protected]> het 
>> volgende geschreven:
>>
>> On Wed, Nov 23, 2016 at 01:21:28AM -0800, Khem Raj wrote:
>>> 16.x is the default since its the latest released version
>>>
>>> remove obsoleted xbmc recipes
>>> rename to recipes-mediacenter
>>> +S = "${WORKDIR}/git"
>>> +
>>> +# breaks compilation
>>> +ASNEEDED = ""
>>> +
>>> +ACCEL ?= ""
>>> +ACCEL_x86 = "vaapi vdpau"
>>> +ACCEL_x86-64 = "vaapi vdpau"
>>> +
>>> +PACKAGECONFIG ??= "${ACCEL}"
>>> +PACKAGECONFIG_append += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' 
>>> x11', '', d)}"
>>> +PACKAGECONFIG_append += "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 
>>> ' opengl', ' openglesv2', d)}"
>>> +
>>> +PACKAGECONFIG[opengl] = "--enable-gl,--enable-gles,"
>>> +PACKAGECONFIG[openglesv2] = "--enable-gles,--enable-gl,virtual/egl"
>>> +PACKAGECONFIG[vaapi] = "--enable-vaapi,--disable-vaapi,libva"
>>> +PACKAGECONFIG[vdpau] = "--enable-vdpau,--disable-vdpau,libvdpau"
>>> +PACKAGECONFIG[mysql] = "--enable-mysql,--disable-mysql,mysql5"
>>> +PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,libxinerama libxmu 
>>> libxrandr libxtst"
>>> +PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio"
>>
>> Did I overlook libva recipe somewhere?
>>
>> It doesn't even start building for qemux86* because of this libva and
>> for qemuarm it fails to configure:
>> http://lists.openembedded.org/pipermail/openembedded-devel/2016-November/110050.html
>
> libva is in meta-intel, meta-amd and meta-kodi. I guess we should consider 
> moving it to OE-core or meta-oe.

I think meta-oe is a good destination for this.

>
> regards,
>
> Koen
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> [email protected]
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
-- 
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to