meta-ti.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: meta-ti@lists.yoctoproject.org
Subject: Re: [meta-ti] [master/scarthgap][PATCH 3/3] mesa-pvr_23.2.1: add recipe for 23.2.1
Date: Wed, 1 May 2024 23:06:16 -0400	[thread overview]
Message-ID: <20240502030616.GU28791@denix.org> (raw)
In-Reply-To: <17CB845523E152B6.4497@lists.yoctoproject.org>

On Wed, May 01, 2024 at 08:26:21PM -0400, Denys Dmytriyenko wrote:
> From: Randolph Sapp <rs@ti.com>
> 
> Add a recipe for mesa-pvr to use a newer branch based on mesa 23.2.1.
> This branch does not currently contain SGX patches so it is also being
> masked by the ltsprep branding to prevent regressing those devices
> currently.
> 
> Please note that because this recipe is currently in
> SIGGEN_EXCLUDERECIPES_ABISAFE you may run into sstate errors when
> switching away from the ltsprep tag. Please issue a clean to mesa and
> ti-img-rogue-umlibs if you get warnings from either package's
> do_create_runtime_spdx step.
> 
> Signed-off-by: Randolph Sapp <rs@ti.com>
> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
> ---
>  .../mesa/{mesa-pvr_22.3.5.bb => mesa-pvr_23.2.1.bb}  | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
>  copy meta-ti-bsp/recipes-graphics/mesa/{mesa-pvr_22.3.5.bb => mesa-pvr_23.2.1.bb} (83%)
> 
> diff --git a/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_22.3.5.bb b/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_23.2.1.bb
> similarity index 83%
> copy from meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_22.3.5.bb
> copy to meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_23.2.1.bb
> index 5abd0793..c83ba87d 100644
> --- a/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_22.3.5.bb
> +++ b/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_23.2.1.bb
> @@ -2,23 +2,23 @@
>  # upstream yet. This allows us to build the shims we need without completely
>  # clobbering mesa.
>  
> +DEFAULT_PREFERENCE = "-1"
> +FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}_${PV}:"

This is wrong - ${PN}-${PV} is one of the default locations for patches, 
not ${PN}_${PV}.


> +
>  require recipes-graphics/mesa/mesa.inc
>  
>  SUMMARY += " (with PowerVR support for TI platforms)"
>  
>  LIC_FILES_CHKSUM = "file://docs/license.rst;md5=63779ec98d78d823a9dc533a0735ef10"
>  
> -BRANCH = "powervr/kirkstone/${PV}"
> +BRANCH = "powervr/${PV}"
>  
>  SRC_URI = " \
>      git://gitlab.freedesktop.org/StaticRocket/mesa.git;protocol=https;branch=${BRANCH} \
>      file://0001-meson.build-check-for-all-linux-host_os-combinations.patch \
>      file://0001-meson-misdetects-64bit-atomics-on-mips-clang.patch \
> -    file://0001-util-format-Check-for-NEON-before-using-it.patch \
> -    file://0001-gbm-backend-fix-gbm-compile-without-dri.patch \
> -    file://0001-freedreno-pm4-Use-unsigned-instead-of-uint-to-fix-mu.patch \
>      file://0001-gallium-Fix-build-with-llvm-17.patch \
> -    file://0001-fix-gallivm-limit-usage-of-LLVMContextSetOpaquePoint.patch \
> +    file://0001-meson-Disable-cmake-dependency-detector-for-llvm.patch \
>  "
>  
>  S = "${WORKDIR}/git"
> @@ -28,7 +28,7 @@ PACKAGECONFIG:append = " \
>      ${@bb.utils.contains('PREFERRED_PROVIDER_virtual/gpudriver', 'ti-sgx-ddk-km', 'sgx', '', d)} \
>  "
>  
> -SRCREV = "1be98ba80452ebe38546a7fca26b5a70f2629083"
> +SRCREV = "b12290126ba6a154f0e8b0a8c8b2b0d64f98e427"
>  
>  PVR_DISPLAY_CONTROLLER_ALIAS ??= "tidss"
>  PACKAGECONFIG[pvr] = "-Dgallium-pvr-alias=${PVR_DISPLAY_CONTROLLER_ALIAS},"
> -- 
> 2.25.1


  parent reply	other threads:[~2024-05-02  3:06 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-02  0:26 [master/scarthgap][PATCH 1/3] ti-img-rogue-*: add ddk 24.1 recipes for ltsprep Denys Dmytriyenko
2024-05-02  0:26 ` [master/scarthgap][PATCH 2/3] mesa-pvr_23.2.1: import mesa patches from oe-core/master Denys Dmytriyenko
2024-05-02  0:26 ` [master/scarthgap][PATCH 3/3] mesa-pvr_23.2.1: add recipe for 23.2.1 Denys Dmytriyenko
     [not found] ` <17CB845523E152B6.4497@lists.yoctoproject.org>
2024-05-02  3:06   ` Denys Dmytriyenko [this message]
2024-05-02 17:49     ` [meta-ti] " Randolph Sapp
2024-05-02 18:20       ` Denys Dmytriyenko
2024-05-02 18:30         ` Randolph Sapp
  -- strict thread matches above, loose matches on Subject: below --
2024-04-30 21:38 [meta-ti][master/scarthgap][PATCH 0/3] GFX driver and mesa update rs
2024-04-30 21:38 ` [meta-ti][master/scarthgap][PATCH 3/3] mesa-pvr_23.2.1: add recipe for 23.2.1 rs
2024-05-01 16:47   ` Denys Dmytriyenko
2024-05-02 18:15     ` Randolph Sapp

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=20240502030616.GU28791@denix.org \
    --to=denis@denix.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).