All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: rs@ti.com
Cc: reatmon@ti.com, meta-ti@lists.yoctoproject.org
Subject: Re: [meta-ti] [dunfell][PATCH] ti-img-rogue-*: Bump the graphics recipes
Date: Mon, 10 Oct 2022 21:44:03 -0400	[thread overview]
Message-ID: <20221011014403.GG30861@denix.org> (raw)
In-Reply-To: <20221006234108.1696865-1-rs@ti.com>

On Thu, Oct 06, 2022 at 06:41:08PM -0500, Randolph Sapp via lists.yoctoproject.org wrote:
> Bump the graphics recipes source revision and remove the old BVNC
> switch. The BVNC is now baked into the platform Makefile that is
> selected with PVR_BUILD_DIR / TARGET_PRODUCT.

Any useful changelog between the 2 SRCREVs, besides removal of BVNC?


> Signed-off-by: Randolph Sapp <rs@ti.com>
> ---
>  .../ti-img-rogue-driver_1.15.6133109.bb                | 10 ++--------
>  .../libgles/ti-img-rogue-umlibs_1.15.6133109.bb        |  2 +-
>  2 files changed, 3 insertions(+), 9 deletions(-)
> 
> diff --git a/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb b/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb
> index 1127c5d1..4f6dc4d4 100644
> --- a/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb
> +++ b/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb
> @@ -26,7 +26,7 @@ SRC_URI = " \
>  
>  S = "${WORKDIR}/git"
>  
> -SRCREV = "ea2ac3fda4ac442b639bc3a0b73e9c4feac2081a"
> +SRCREV = "a353b9524399d927af8e824f92902065947b2fbe"
>  
>  TARGET_PRODUCT_j7-evm = "j721e_linux"
>  TARGET_PRODUCT_j7-hs-evm = "j721e_linux"
> @@ -34,16 +34,10 @@ TARGET_PRODUCT_j721s2-evm = "j721s2_linux"
>  TARGET_PRODUCT_j721s2-hs-evm = "j721s2_linux"
>  TARGET_PRODUCT_j784s4-evm = "j784s4_linux"
>  TARGET_PRODUCT_am62xx = "am62_linux"
> -TARGET_BVNC_j7-evm = "22.104.208.318"
> -TARGET_BVNC_j7-hs-evm = "22.104.208.318"
> -TARGET_BVNC_j721s2-evm = "36.53.104.796"
> -TARGET_BVNC_j721s2-hs-evm = "36.53.104.796"
> -TARGET_BVNC_j784s4-evm = "36.53.104.796"
> -TARGET_BVNC_am62xx = "33.15.11.3"
>  PVR_BUILD = "release"
>  PVR_WS = "wayland"
>  
> -EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}" RGX_BVNC=${TARGET_BVNC} BUILD=${PVR_BUILD} PVR_BUILD_DIR=${TARGET_PRODUCT} WINDOW_SYSTEM=${PVR_WS}'
> +EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}" BUILD=${PVR_BUILD} PVR_BUILD_DIR=${TARGET_PRODUCT} WINDOW_SYSTEM=${PVR_WS}'
>  
>  do_install() {
>      make -C ${STAGING_KERNEL_DIR} M=${B}/binary_${TARGET_PRODUCT}_${PVR_WS}_${PVR_BUILD}/target_aarch64/kbuild INSTALL_MOD_PATH=${D}${root_prefix} PREFIX=${STAGING_DIR_HOST} modules_install
> diff --git a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb
> index b6bb4324..de979be0 100644
> --- a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb
> +++ b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb
> @@ -15,7 +15,7 @@ PR = "r2"
>  BRANCH = "linuxws/dunfell/k5.10/${PV}_unified_fw_pagesize"
>  
>  SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}"
> -SRCREV = "4207c0ea429ec751b1ff5f831a84ceeb76ad578d"
> +SRCREV = "5977e82b96028f783d39c7219f016c1faf8dc5f5"
>  
>  TARGET_PRODUCT_j7-evm = "j721e_linux"
>  TARGET_PRODUCT_j7-hs-evm = "j721e_linux"
> -- 
> 2.25.1


  reply	other threads:[~2022-10-11  1:44 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-06 23:41 [dunfell][PATCH] ti-img-rogue-*: Bump the graphics recipes Randolph Sapp
2022-10-11  1:44 ` Denys Dmytriyenko [this message]
2022-10-11 21:20   ` [EXTERNAL] Re: [meta-ti] " Sapp, Randolph
2022-10-11 23:16     ` Denys Dmytriyenko
2022-10-12 16:32       ` [EXTERNAL] " Sapp, Randolph
2022-10-12 17:28         ` Denys Dmytriyenko
2022-10-12 17:43           ` [EXTERNAL] " Sapp, Randolph

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=20221011014403.GG30861@denix.org \
    --to=denis@denix.org \
    --cc=meta-ti@lists.yoctoproject.org \
    --cc=reatmon@ti.com \
    --cc=rs@ti.com \
    /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.