Reformatted to be a diff against the previous version to spot the actual 
changes and spot any issues. See below.


On Wed, May 01, 2024 at 08:26:19PM -0400, Denys Dmytriyenko wrote:
> From: Randolph Sapp <r...@ti.com>
> 
> Add these recipes but lock them behind ltsprep tags because they require
> device tree changes that does not work on the current default kernel for
> this layer.
> 
> Signed-off-by: Randolph Sapp <r...@ti.com>
> Signed-off-by: Denys Dmytriyenko <de...@konsulko.com>
> ---
>  ....6512818.bb => ti-img-rogue-driver_24.1.6554834.bb} |  4 +++-
>  ....6512818.bb => ti-img-rogue-umlibs_24.1.6554834.bb} | 10 +++++++---
>  2 files changed, 10 insertions(+), 4 deletions(-)
>  copy 
> meta-ti-bsp/recipes-bsp/powervr-drivers/{ti-img-rogue-driver_23.3.6512818.bb 
> => ti-img-rogue-driver_24.1.6554834.bb} (94%)
>  copy 
> meta-ti-bsp/recipes-graphics/powervr-umlibs/{ti-img-rogue-umlibs_23.3.6512818.bb
>  => ti-img-rogue-umlibs_24.1.6554834.bb} (94%)
> 
> diff --git 
> a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.3.6512818.bb 
> b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.1.6554834.bb
> similarity index 94%
> copy from 
> meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.3.6512818.bb
> copy to 
> meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.1.6554834.bb
> index 02ec9fe9..a1b76d27 100644
> --- 
> a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.3.6512818.bb
> +++ 
> b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.1.6554834.bb
> @@ -3,6 +3,8 @@ HOMEPAGE = "http://git.ti.com/graphics/ti-img-rogue-driver";
>  LICENSE = "MIT | GPL-2.0-only"
>  LIC_FILES_CHKSUM = 
> "file://README;beginline=14;endline=19;md5=0403c7dea01a2b8232261e805325fac2"
>  
> +DEFAULT_PREFERENCE = "-1"
> +
>  inherit module
>  
>  PROVIDES = "virtual/gpudriver"
> @@ -22,7 +24,7 @@ SRC_URI = 
> "git://git.ti.com/git/graphics/ti-img-rogue-driver.git;protocol=https;
>  
>  S = "${WORKDIR}/git"
>  
> -SRCREV = "2f409b4dd2540e896b54bff02219d4fc51129b81"
> +SRCREV = "e2dfdfee991dadc18175f27fe9e8676e910a2f8d"
>  
>  TARGET_PRODUCT:j721e = "j721e_linux"
>  TARGET_PRODUCT:j721s2 = "j721s2_linux"
> diff --git 
> a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_23.3.6512818.bb
>  
> b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.1.6554834.bb
> similarity index 94%
> copy from 
> meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_23.3.6512818.bb
> copy to 
> meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.1.6554834.bb
> index a0a9a295..df426d1a 100644
> --- 
> a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_23.3.6512818.bb
> +++ 
> b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.1.6554834.bb
> @@ -3,6 +3,8 @@ HOMEPAGE = "http://git.ti.com/graphics/ti-img-rogue-umlibs";
>  LICENSE = "TI-TFL"
>  LIC_FILES_CHKSUM = 
> "file://${WORKDIR}/git/LICENSE;md5=7232b98c1c58f99e3baa03de5207e76f"
>  
> +DEFAULT_PREFERENCE = "-1"
> +
>  inherit bin_package
>  
>  INHIBIT_DEFAULT_DEPS = ""
> @@ -14,7 +16,7 @@ PR = "r3"
>  
>  BRANCH = "linuxws/scarthgap/k6.6/${PV}"
>  SRC_URI = 
> "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}"
> -SRCREV = "0b9e64254269be2fa95c4f3e1dd925d6e4d58199"
> +SRCREV = "e473234158c736248cf71a60080b7faf76fca561"
>  S = "${WORKDIR}/git/targetfs/${TARGET_PRODUCT}/${PVR_WS}/${PVR_BUILD}"
>  
>  TARGET_PRODUCT:j721e = "j721e_linux"
> @@ -109,7 +111,7 @@ python __anonymous() {
>          mlprefix = d.getVar("MLPREFIX")
>          pkgs = " " + " ".join(mlprefix + x + suffix for x in p[1:])
>          d.setVar("DEBIAN_NOAUTONAME:" + fullp, "1")
> -        d.setVar("INSANE_SKIP:" + fullp, "dev-so")
> +        d.setVar("INSANE_SKIP:" + fullp, "dev-so ldflags")
>          d.appendVar("RRECOMMENDS:" + fullp, " 
> ${MLPREFIX}ti-img-rogue-umlibs" + suffix)
>  }
>  
> @@ -133,6 +135,8 @@ DEBIAN_NOAUTONAME:libopencl-rogue-tools = "1"
>  # optional tools and tests
>  FILES:${PN}-tools = "${bindir}/"
>  RDEPENDS:${PN}-tools = "python3-core ${PN}"

^^^

> +INSANE_SKIP:${PN}-tools = "ldflags"
> +RDEPENDS:${PN}-tools = "libdrm"

This overrides/replaces earlier RDEPENDS


>  
>  # required firmware
>  FILES:${PN}-firmware = "${base_libdir}/firmware/*"
> @@ -142,4 +146,4 @@ RRECOMMENDS:${PN} += " \
>      ${PN}-tools \
>  "
>  
> -INSANE_SKIP:${PN} += "already-stripped dev-so"
> +INSANE_SKIP:${PN} += "already-stripped dev-so ldflags"

Why is ldflags QA check needs to be skipped now?
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#17627): 
https://lists.yoctoproject.org/g/meta-ti/message/17627
Mute This Topic: https://lists.yoctoproject.org/mt/105830256/21656
Group Owner: meta-ti+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to