diff options
| author | Ryan Eatmon <reatmon@ti.com> | 2025-06-24 15:51:58 -0500 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-06-25 13:16:57 -0500 |
| commit | d02032fa40131f56e0f94e6226cf8f315ba72fb4 (patch) | |
| tree | 195ef4e0089b86ba7cb9f1f61f574009c15b6dbf /meta-ti-bsp/recipes-graphics | |
| parent | a87dce507460de6c29a809d0345df6c79a47d595 (diff) | |
| download | meta-ti-d02032fa40131f56e0f94e6226cf8f315ba72fb4.tar.gz | |
meta-ti/all: remove S in recipes that fetch from git via setting BB_GIT_DEFAULT_DESTSUFFIX
Removing all the S = ${WORKDIR}/git assignments works because BB_GIT_DEFAULT_DESTSUFFIX
is set to match S from bitbake.conf (which itself is set to match typical tarball
releases).
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-graphics')
5 files changed, 1 insertions, 10 deletions
diff --git a/meta-ti-bsp/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb b/meta-ti-bsp/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb index 636ed359..bd7cf015 100644 --- a/meta-ti-bsp/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb +++ b/meta-ti-bsp/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb | |||
| @@ -34,8 +34,6 @@ TARGET_PRODUCT = "jacinto6evm" | |||
| 34 | 34 | ||
| 35 | PR = "r3" | 35 | PR = "r3" |
| 36 | 36 | ||
| 37 | S = "${WORKDIR}/git" | ||
| 38 | |||
| 39 | EXTRA_OEMAKE += "DESTDIR=${D} TARGET_PRODUCT=${TARGET_PRODUCT} LIBDIR=${libdir}" | 37 | EXTRA_OEMAKE += "DESTDIR=${D} TARGET_PRODUCT=${TARGET_PRODUCT} LIBDIR=${libdir}" |
| 40 | 38 | ||
| 41 | do_install() { | 39 | do_install() { |
diff --git a/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_22.3.5.bb b/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_22.3.5.bb index cdf3cd83..2f160141 100644 --- a/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_22.3.5.bb +++ b/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_22.3.5.bb | |||
| @@ -23,8 +23,6 @@ SRC_URI = " \ | |||
| 23 | file://0001-gallium-Fix-build-with-llvm-18-and-19.patch \ | 23 | file://0001-gallium-Fix-build-with-llvm-18-and-19.patch \ |
| 24 | " | 24 | " |
| 25 | 25 | ||
| 26 | S = "${WORKDIR}/git" | ||
| 27 | |||
| 28 | PACKAGECONFIG:append = " \ | 26 | PACKAGECONFIG:append = " \ |
| 29 | ${@bb.utils.contains('PREFERRED_PROVIDER_virtual/gpudriver', 'ti-img-rogue-driver', 'pvr', '', d)} \ | 27 | ${@bb.utils.contains('PREFERRED_PROVIDER_virtual/gpudriver', 'ti-img-rogue-driver', 'pvr', '', d)} \ |
| 30 | ${@bb.utils.contains('PREFERRED_PROVIDER_virtual/gpudriver', 'ti-sgx-ddk-km', 'sgx', '', d)} \ | 28 | ${@bb.utils.contains('PREFERRED_PROVIDER_virtual/gpudriver', 'ti-sgx-ddk-km', 'sgx', '', d)} \ |
diff --git a/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_24.0.1.bb b/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_24.0.1.bb index 1697dc80..e4f99d36 100644 --- a/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_24.0.1.bb +++ b/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_24.0.1.bb | |||
| @@ -21,8 +21,6 @@ SRC_URI = " \ | |||
| 21 | file://0001-Update-lp_bld_misc.cpp-to-support-llvm-19.patch \ | 21 | file://0001-Update-lp_bld_misc.cpp-to-support-llvm-19.patch \ |
| 22 | " | 22 | " |
| 23 | 23 | ||
| 24 | S = "${WORKDIR}/git" | ||
| 25 | |||
| 26 | PACKAGECONFIG:append = " \ | 24 | PACKAGECONFIG:append = " \ |
| 27 | ${@bb.utils.contains('PREFERRED_PROVIDER_virtual/gpudriver', 'ti-img-rogue-driver', 'pvr', '', d)} \ | 25 | ${@bb.utils.contains('PREFERRED_PROVIDER_virtual/gpudriver', 'ti-img-rogue-driver', 'pvr', '', d)} \ |
| 28 | ${@bb.utils.contains('PREFERRED_PROVIDER_virtual/gpudriver', 'ti-sgx-ddk-km', 'sgx', '', d)} \ | 26 | ${@bb.utils.contains('PREFERRED_PROVIDER_virtual/gpudriver', 'ti-sgx-ddk-km', 'sgx', '', d)} \ |
diff --git a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.2.6643903.bb b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.2.6643903.bb index 57f48fec..949c2d5d 100644 --- a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.2.6643903.bb +++ b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.2.6643903.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | SUMMARY = "Userspace libraries for PowerVR Rogue GPU on TI SoCs" | 1 | SUMMARY = "Userspace libraries for PowerVR Rogue GPU on TI SoCs" |
| 2 | HOMEPAGE = "http://git.ti.com/graphics/ti-img-rogue-umlibs" | 2 | HOMEPAGE = "http://git.ti.com/graphics/ti-img-rogue-umlibs" |
| 3 | LICENSE = "TI-TFL" | 3 | LICENSE = "TI-TFL" |
| 4 | LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENSE;md5=7232b98c1c58f99e3baa03de5207e76f" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7232b98c1c58f99e3baa03de5207e76f" |
| 5 | 5 | ||
| 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 7 | COMPATIBLE_MACHINE = "j721e|j721s2|j784s4|j742s2|am62xx|am62pxx|j722s" | 7 | COMPATIBLE_MACHINE = "j721e|j721s2|j784s4|j742s2|am62xx|am62pxx|j722s" |
| @@ -11,7 +11,6 @@ PR = "r4" | |||
| 11 | BRANCH = "linuxws/scarthgap/k6.12/${PV}" | 11 | BRANCH = "linuxws/scarthgap/k6.12/${PV}" |
| 12 | SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}" | 12 | SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}" |
| 13 | SRCREV = "1ed9ee185cd876200e6747192854015b8e94a7b0" | 13 | SRCREV = "1ed9ee185cd876200e6747192854015b8e94a7b0" |
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | TARGET_PRODUCT:j721e = "j721e_linux" | 15 | TARGET_PRODUCT:j721e = "j721e_linux" |
| 17 | TARGET_PRODUCT:j721s2 = "j721s2_linux" | 16 | TARGET_PRODUCT:j721s2 = "j721s2_linux" |
diff --git a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-sgx-ddk-um_1.17.4948957.bb b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-sgx-ddk-um_1.17.4948957.bb index b260abdf..84a9afcf 100644 --- a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-sgx-ddk-um_1.17.4948957.bb +++ b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-sgx-ddk-um_1.17.4948957.bb | |||
| @@ -44,8 +44,6 @@ RDEPENDS:${PN} += "libdrm" | |||
| 44 | 44 | ||
| 45 | RRECOMMENDS:${PN} += "ti-sgx-ddk-km" | 45 | RRECOMMENDS:${PN} += "ti-sgx-ddk-km" |
| 46 | 46 | ||
| 47 | S = "${WORKDIR}/git" | ||
| 48 | |||
| 49 | EXTRA_OEMAKE += "DESTDIR=${D} TARGET_PRODUCT=${TARGET_PRODUCT} ${PACKAGECONFIG_CONFARGS}" | 47 | EXTRA_OEMAKE += "DESTDIR=${D} TARGET_PRODUCT=${TARGET_PRODUCT} ${PACKAGECONFIG_CONFARGS}" |
| 50 | 48 | ||
| 51 | do_configure[noexec] = "1" | 49 | do_configure[noexec] = "1" |
