[meta-ti] [PATCH] libgles-omap3: Add new 4.06.00.02 version.
Cooper Jr., Franklin
fcooper at ti.com
Mon Sep 3 03:13:11 PDT 2012
-----Original Message-----
From: meta-ti-bounces at yoctoproject.org [mailto:meta-ti-bounces at yoctoproject.org] On Behalf Of Koen Kooi
Sent: Monday, September 03, 2012 4:56 AM
To: meta-ti at yoctoproject.org
Subject: Re: [meta-ti] [PATCH] libgles-omap3: Add new 4.06.00.02 version.
Op 3 sep. 2012, om 11:41 heeft Franklin S. Cooper Jr <fcooperjr27 at gmail.com> het volgende geschreven:
> * Add a new version of the Graphics SDK. There are a few changes in
> the Graphics SDK that need to be investigated to determine if it
> impacts someone who is trying to use X11. This recipe should work
> fine for non X11 users. Therefore, the DEFAULT_PREFERENCE will be -1
> until it is clear that X11 users arent negatively impacted and any
> needed changes in libgles-omap3.inc are made.
What's the timeframe for such tests?
I plan on leaving the DEFAULT_PREFERENCE at -1 until we can ensure that X11 issues are sorted out. I am not even sure if there really is an issue.. All I know is libpvrPVR2D_X11WSEGL OpenGLES2 was being used in the 4.05 version but no longer exists in this newer version. The only version of libpvrPVR2D_X11WSEGL that exist is for OpenVG. I was told by the graphics team that libpvrPVR2D_X11WSEGL is deprecated and libpvrPVR2D_DRIWSEGL should be used instead. Is this a non issue?
>
> Signed-off-by: Franklin S. Cooper Jr <fcooper27jr at gmail.com>
> ---
> .../libgles/libgles-omap3_4.06.00.02.bb | 32 ++++++++++++++++++++
> 1 files changed, 32 insertions(+), 0 deletions(-) create mode 100644
> recipes-graphics/libgles/libgles-omap3_4.06.00.02.bb
>
> diff --git a/recipes-graphics/libgles/libgles-omap3_4.06.00.02.bb
> b/recipes-graphics/libgles/libgles-omap3_4.06.00.02.bb
> new file mode 100644
> index 0000000..6c450a3
> --- /dev/null
> +++ b/recipes-graphics/libgles/libgles-omap3_4.06.00.02.bb
> @@ -0,0 +1,32 @@
> +require libgles-omap3.inc
> +
> +# Xsgx and the OpenGL *X11WS* non longer exist. Graphcis team stated that X11WS is deprecated and DRIWSEGL should be used instead.
> +# Setting the DEFAULT_PREFERENCE to -1 until it is determined if this change affects X11 base distros.
> +DEFAULT_PREFERENCE = "-1"
> +
> +BINLOCATION_omap3 = "${S}/gfx_rel_es3.x"
> +BINLOCATION_ti816x = "${S}/gfx_rel_es6.x"
> +BINLOCATION_ti814x = "${S}/gfx_rel_es6.x"
> +BINLOCATION_ti33x = "${S}/gfx_rel_es8.x"
> +
> +PLATFORM = "LinuxARMV7"
> +
> +# download required binary distribution from:
> +#
> +http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gf
> +xsdk/latest/index_FDS.html # see libgles-omap3.inc for detailed
> +installation instructions
> +
> +SGXPV = "4_06_00_02"
> +IMGPV = "1.7.867897"
> +BINFILE = "Graphics_SDK_setuplinux_${SGXPV}.bin"
> +TI_BIN_UNPK_WDEXT := "/Graphics_SDK_${SGXPV}"
> +SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/latest//exports/${BINFILE} \
> + file://cputype \
> + file://rc.pvr \
> + file://sample.desktop \
> + file://99-bufferclass.rules \
You're mixing tabs and spaces, the preferred format is spaces only.
I will fix this.
_______________________________________________
meta-ti mailing list
meta-ti at yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti
More information about the meta-ti
mailing list