All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: <meta-ti@yoctoproject.org>
Subject: Re: [PATCH 5/5] libgles-omap3, omap3-sgx-modules: remove old 4.03.00.02 version
Date: Sat, 31 Aug 2013 23:15:28 -0400	[thread overview]
Message-ID: <20130901031528.GA18322@edge> (raw)
In-Reply-To: <1378005180-30928-5-git-send-email-denis@denix.org>

BTW, consider this an RFC for removing the next 4.05.00.03 version as well - I 
know some people are still using it, so please speak up.

-- 
Denys


On Sat, Aug 31, 2013 at 11:13:00PM -0400, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@ti.com>
> 
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
>  .../omap3-sgx-modules_1.6.16.3977.bb               | 45 ----------------------
>  .../libgles/libgles-omap3_4.03.00.02.bb            | 30 ---------------
>  2 files changed, 75 deletions(-)
>  delete mode 100644 recipes-bsp/powervr-drivers/omap3-sgx-modules_1.6.16.3977.bb
>  delete mode 100644 recipes-graphics/libgles/libgles-omap3_4.03.00.02.bb
> 
> diff --git a/recipes-bsp/powervr-drivers/omap3-sgx-modules_1.6.16.3977.bb b/recipes-bsp/powervr-drivers/omap3-sgx-modules_1.6.16.3977.bb
> deleted file mode 100644
> index 4f9be7b..0000000
> --- a/recipes-bsp/powervr-drivers/omap3-sgx-modules_1.6.16.3977.bb
> +++ /dev/null
> @@ -1,45 +0,0 @@
> -DESCRIPTION = "Kernel drivers for the PowerVR SGX chipset found in the omap3 SoCs"
> -LICENSE = "GPLv2"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=21228a42e27d1d104b31a83f7c9da935"
> -
> -TI_BIN_UNPK_CMDS="Y: qY:workdir:Y"
> -require ../../recipes-ti/includes/ti-eula-unpack.inc
> -
> -SGXPV = "4_03_00_02"
> -IMGPV = "1.6.16.3977"
> -BINFILE := "Graphics_SDK_setuplinux_${SGXPV}.bin"
> -
> -inherit module
> -
> -MACHINE_KERNEL_PR_append = "b"
> -PR = "${MACHINE_KERNEL_PR}"
> -
> -SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/${SGXPV}/exports/${BINFILE} \
> -           file://Compile-fixes-for-38-kernel.patch \
> -           file://kernel-30.patch \
> -          "
> -SRC_URI[md5sum] = "ff8c1f2b8e4cb42f4ced6a613b081ada"
> -SRC_URI[sha256sum] = "cdb0bd3964e107733d632aa8224e0537b05c1ffac34befc036423458c8d75255"
> -TI_BIN_UNPK_WDEXT="/Graphics_SDK_${SGXPV}"
> -S = "${WORKDIR}${TI_BIN_UNPK_WDEXT}/GFX_Linux_KM"
> -
> -PVRBUILD = "release"
> -export KERNELDIR = "${STAGING_KERNEL_DIR}"
> -
> -INHIBIT_PACKAGE_STRIP = "1"
> -
> -TI_PLATFORM_omap3 = "omap3630"
> -TI_PLATFORM_ti816x = "ti81xx"
> -
> -MODULESLOCATION_omap3 = "dc_omap3430_linux"
> -MODULESLOCATION_ti816x = "dc_ti81xx_linux"
> -
> -MAKE_TARGETS = " BUILD=${PVRBUILD} TI_PLATFORM=${TI_PLATFORM}"
> -
> -do_install() {
> -	mkdir -p ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr
> -	cp ${S}/pvrsrvkm.ko \
> -	   ${S}/services4/3rdparty/${MODULESLOCATION}/omaplfb.ko  \
> -	   ${S}/services4/3rdparty/bufferclass_ti/bufferclass_ti.ko \
> -	   ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr
> -}
> diff --git a/recipes-graphics/libgles/libgles-omap3_4.03.00.02.bb b/recipes-graphics/libgles/libgles-omap3_4.03.00.02.bb
> deleted file mode 100644
> index e98fe02..0000000
> --- a/recipes-graphics/libgles/libgles-omap3_4.03.00.02.bb
> +++ /dev/null
> @@ -1,30 +0,0 @@
> -BINLOCATION_omap3  = "${S}/gfx_rel_es3.x"
> -BINLOCATION_ti816x = "${S}/gfx_rel_es6.x"
> -
> -ES2LOCATION = "${S}/gfx_rel_es2.x"
> -ES3LOCATION = "${S}/gfx_rel_es3.x"
> -ES5LOCATION = "${S}/gfx_rel_es5.x"
> -ES6LOCATION = "${S}/gfx_rel_es6.x"
> -
> -require libgles-omap3.inc
> -
> -# 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_03_00_02"
> -IMGPV = "1.6.16.3977"
> -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/${SGXPV}/exports/${BINFILE} \
> -                   file://cputype \
> -                   file://rc.pvr \
> -                   file://sample.desktop \
> -                   file://99-bufferclass.rules  \
> -"
> -
> -SRC_URI[md5sum] = "ff8c1f2b8e4cb42f4ced6a613b081ada"
> -SRC_URI[sha256sum] = "cdb0bd3964e107733d632aa8224e0537b05c1ffac34befc036423458c8d75255"
> -
> -S = "${WORKDIR}/Graphics_SDK_${SGXPV}"
> -- 
> 1.8.3.2
> 


  reply	other threads:[~2013-09-01  3:15 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-01  3:12 [PATCH 1/5] libgles-omap3: fix some conflicts between X11 and Raw versions Denys Dmytriyenko
2013-09-01  3:12 ` [PATCH 2/5] ompa3-sgx-modules-x11: fix some build failures with latest versions Denys Dmytriyenko
2013-09-01  3:20   ` Denys Dmytriyenko
2013-09-03 15:19   ` Maupin, Chase
2013-09-01  3:12 ` [PATCH 3/5] libgles-omap3-x11: do not fail if pvr-init is not yet installed Denys Dmytriyenko
2013-09-03 15:19   ` Maupin, Chase
2013-09-01  3:12 ` [PATCH 4/5] libgles-omap3: introduce INC_PR Denys Dmytriyenko
2013-09-03 15:20   ` Maupin, Chase
2013-09-03 16:42     ` Denys Dmytriyenko
2013-09-01  3:13 ` [PATCH 5/5] libgles-omap3, omap3-sgx-modules: remove old 4.03.00.02 version Denys Dmytriyenko
2013-09-01  3:15   ` Denys Dmytriyenko [this message]
2013-09-02 12:06     ` Tasslehoff Kjappfot
2013-09-03 17:03       ` Denys Dmytriyenko
2013-09-04  4:33         ` Sundareson, Prabindh
2013-09-03 17:29       ` Cooper Jr., Franklin
2013-09-04  5:39         ` Tasslehoff Kjappfot
2013-09-03 15:18 ` [PATCH 1/5] libgles-omap3: fix some conflicts between X11 and Raw versions Maupin, Chase

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130901031528.GA18322@edge \
    --to=denys@ti.com \
    --cc=meta-ti@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.