All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: Koen Kooi <koen@dominion.thruhere.net>
Cc: meta-ti@lists.yoctoproject.org
Subject: Re: [PATCH 6/7] omap3-sgx-modules: add 4.05.00.03
Date: Mon, 23 Jan 2012 14:58:24 -0500	[thread overview]
Message-ID: <20120123195824.GJ17838@denix.org> (raw)
In-Reply-To: <1327328309-15956-7-git-send-email-koen@dominion.thruhere.net>

On Mon, Jan 23, 2012 at 03:18:28PM +0100, Koen Kooi wrote:
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> ---
>  ....16.3977.bb => omap3-sgx-modules_4.05.00.03.bb} |   12 +++++-------
>  1 files changed, 5 insertions(+), 7 deletions(-)
>  copy recipes-bsp/powervr-drivers/{omap3-sgx-modules_1.6.16.3977.bb => omap3-sgx-modules_4.05.00.03.bb} (81%)
> 
> diff --git a/recipes-bsp/powervr-drivers/omap3-sgx-modules_1.6.16.3977.bb b/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb
> similarity index 81%
> copy from recipes-bsp/powervr-drivers/omap3-sgx-modules_1.6.16.3977.bb
> copy to recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb
> index f37299d..cb3aba7 100644
> --- a/recipes-bsp/powervr-drivers/omap3-sgx-modules_1.6.16.3977.bb
> +++ b/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb
> @@ -5,8 +5,7 @@ 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"
> +SGXPV = "4_05_00_03"
>  BINFILE := "Graphics_SDK_setuplinux_${SGXPV}.bin"
>  
>  inherit module
> @@ -15,12 +14,9 @@ MACHINE_KERNEL_PR_append = "a"
>  PR = "${MACHINE_KERNEL_PR}"
>  
>  SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/${SGXPV}/exports/Graphics_SDK_setuplinux_${SGXPV}.bin \
> -           file://Compile-fixes-for-38-kernel.patch \
> -           file://kernel-30.patch \
>            "
> -SRC_URI[md5sum] = "ff8c1f2b8e4cb42f4ced6a613b081ada"
> -SRC_URI[sha256sum] = "cdb0bd3964e107733d632aa8224e0537b05c1ffac34befc036423458c8d75255"
> -
> +SRC_URI[md5sum] = "0e651eaa92bb91760f0b40a17697a7dc"
> +SRC_URI[sha256sum] = "bfe764a8959556195545d6fff76f63a489642f345c105bbbc309a3f243c2dd0e"
>  S = "${WORKDIR}/Graphics_SDK_${SGXPV}/GFX_Linux_KM"
>  
>  PVRBUILD = "release"
> @@ -30,9 +26,11 @@ PACKAGE_STRIP = "no"
>  
>  TI_PLATFORM_omap3 = "omap3630"
>  TI_PLATFORM_ti816x = "ti81xx"
> +TI_PLATFORM_ti33x = "ti335x"


This seems slightly outdated - can you please merge the latest changes from 
Arago from few weeks ago to enable ti814x as well? Thanks.

-- 
Denys


>  MODULESLOCATION_omap3 = "dc_omap3430_linux"
>  MODULESLOCATION_ti816x = "dc_ti81xx_linux"
> +MODULESLOCATION_ti33x = "dc_ti335x_linux"
>  
>  MAKE_TARGETS = " BUILD=${PVRBUILD} TI_PLATFORM=${TI_PLATFORM}"
>  
> -- 
> 1.7.2.5
> 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
> 


  reply	other threads:[~2012-01-23 19:58 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-23 14:18 [PATCH 0/7] SGX recipe rework Koen Kooi
2012-01-23 14:18 ` [PATCH 1/7] libgles-omap3: split support for ES revisions into subpackages where possible Koen Kooi
2012-01-23 14:18 ` [PATCH 2/7] libgles-omap3: merge in updates from arago Koen Kooi
2012-01-23 14:18 ` [PATCH 3/7] libgles-omap3: package DRI windowing system as well Koen Kooi
2012-01-23 14:18 ` [PATCH 4/7] libgles-omap3: install X11 windowing system for newer SDK releases " Koen Kooi
2012-01-23 14:18 ` [PATCH 5/7] libgles-omap3: adjust packaging for all windowing systems to remove the magic esrev file Koen Kooi
2012-01-23 20:02   ` Denys Dmytriyenko
2012-01-23 14:18 ` [PATCH 6/7] omap3-sgx-modules: add 4.05.00.03 Koen Kooi
2012-01-23 19:58   ` Denys Dmytriyenko [this message]
2012-01-23 14:18 ` [PATCH 7/7] libgles-omap3: " Koen Kooi
2012-01-23 14:20 ` [PATCH 0/7] SGX recipe rework Koen Kooi
2012-01-23 16:52   ` Andreas Müller
2012-01-23 16:55     ` Koen Kooi
2012-01-23 18:46       ` Andreas Müller
2012-01-23 19:00         ` Denys Dmytriyenko
2012-01-23 19:27 ` Denys Dmytriyenko
  -- strict thread matches above, loose matches on Subject: below --
2012-01-24  9:24 [PATCH 1/7] libgles-omap3: split support for ES revisions into subpackages where possible Koen Kooi
2012-01-24  9:24 ` [PATCH 6/7] omap3-sgx-modules: add 4.05.00.03 Koen Kooi

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=20120123195824.GJ17838@denix.org \
    --to=denis@denix.org \
    --cc=koen@dominion.thruhere.net \
    --cc=meta-ti@lists.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.