[meta-ti] [PATCH] libgles-omap3: Add new 4.06.00.02 version.
Koen Kooi
koen at dominion.thruhere.net
Mon Sep 3 02:55:50 PDT 2012
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?
>
> 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/gfxsdk/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.
More information about the meta-ti
mailing list