[meta-xilinx] [RFC] machine-xilinx-default.inc: Remove xserver-xorg-extension-glx
Nathan Rossi
nathan at nathanrossi.com
Tue May 30 03:48:11 PDT 2017
On 27 May 2017 at 08:02, Manjukumar Matha
<manjukumar.harthikote-matha at xilinx.com> wrote:
> xserver-xorg-extension-glx is a software support, the performance is not
> validate on Xilinx platform. Instead convert application to depend on
> egl/gles1/gles2. MALI400 provides the required hardware acceleration
This seems fine, I had concerns (back when this was added) that glx
extensions wouldn't be very useful due to only GLES support with
MALI-400.
>
> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha at xilinx.com>
Reviewed-by: Nathan Rossi <nathan at nathanrossi.com>
Applied.
Thanks,
Nathan
> ---
> conf/machine/include/machine-xilinx-default.inc | 6 +-----
> 1 file changed, 1 insertion(+), 5 deletions(-)
>
> diff --git a/conf/machine/include/machine-xilinx-default.inc b/conf/machine/include/machine-xilinx-default.inc
> index 2957e99..5ab7494 100644
> --- a/conf/machine/include/machine-xilinx-default.inc
> +++ b/conf/machine/include/machine-xilinx-default.inc
> @@ -38,8 +38,4 @@ XSERVER ?= " \
> "
>
> XSERVER_EXT ?= ""
> -XSERVER_EXT_zynqmp ?= " \
> - ${@bb.utils.contains('MACHINE_FEATURES', 'mali', bb.utils.contains('DISTRO_FEATURES', 'opengl', 'xserver-xorg-extension-glx', '', d), '', d)} \
> - xf86-video-armsoc \
> - "
> -
> +XSERVER_EXT_zynqmp ?= "xf86-video-armsoc"
> --
> 2.7.4
>
> --
> _______________________________________________
> meta-xilinx mailing list
> meta-xilinx at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-xilinx
More information about the meta-xilinx
mailing list