diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2025-06-20 16:06:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-06-25 06:44:52 -0700 |
| commit | fc78d37ff0ce9e0d60455465851dbe4e86d7a8b3 (patch) | |
| tree | 4219bd472a29fcaca1f076c1e39ecb7078932bea /meta-oe/recipes-core/opencl | |
| parent | 188491dd2b349d2dc7c0d40b9ee8d870228704f3 (diff) | |
| download | meta-openembedded-fc78d37ff0ce9e0d60455465851dbe4e86d7a8b3.tar.gz | |
meta-openembedded/all: adapt to UNPACKDIR changes
Please see
https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265
for what changes are needed, and sed commands that can be used to make them en masse.
I've verified that bitbake -c patch world works with these, but did not run a world
build; the majority of recipes shouldn't need further fixups, but if there are
some that still fall out, they can be fixed in followups.
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core/opencl')
6 files changed, 0 insertions, 6 deletions
diff --git a/meta-oe/recipes-core/opencl/clpeak_1.1.4.bb b/meta-oe/recipes-core/opencl/clpeak_1.1.4.bb index 8c05ad6d02..59f807b7ae 100644 --- a/meta-oe/recipes-core/opencl/clpeak_1.1.4.bb +++ b/meta-oe/recipes-core/opencl/clpeak_1.1.4.bb | |||
| @@ -8,7 +8,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | |||
| 8 | 8 | ||
| 9 | SRCREV = "527695de8393a3144863a0a07f9b92f1c734d1c4" | 9 | SRCREV = "527695de8393a3144863a0a07f9b92f1c734d1c4" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | 11 | ||
| 13 | inherit cmake | 12 | inherit cmake |
| 14 | 13 | ||
diff --git a/meta-oe/recipes-core/opencl/ocl-icd_2.3.2.bb b/meta-oe/recipes-core/opencl/ocl-icd_2.3.2.bb index d43ea281ae..9e32242e31 100644 --- a/meta-oe/recipes-core/opencl/ocl-icd_2.3.2.bb +++ b/meta-oe/recipes-core/opencl/ocl-icd_2.3.2.bb | |||
| @@ -9,7 +9,6 @@ SRC_URI = "git://github.com/OCL-dev/ocl-icd.git;protocol=https;branch=master" | |||
| 9 | 9 | ||
| 10 | SRCREV = "fdde6677b21329432db8b481e2637cd10f7d3cb2" | 10 | SRCREV = "fdde6677b21329432db8b481e2637cd10f7d3cb2" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | inherit autotools | 13 | inherit autotools |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-core/opencl/opencl-clhpp_2024.10.24.bb b/meta-oe/recipes-core/opencl/opencl-clhpp_2024.10.24.bb index b815c22eec..7335712d6f 100644 --- a/meta-oe/recipes-core/opencl/opencl-clhpp_2024.10.24.bb +++ b/meta-oe/recipes-core/opencl/opencl-clhpp_2024.10.24.bb | |||
| @@ -10,7 +10,6 @@ SRCREV = "c7b4aded1cab9560b226041dd962f63375a9a384" | |||
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https;branch=main" | 11 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https;branch=main" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | inherit cmake | 14 | inherit cmake |
| 16 | 15 | ||
diff --git a/meta-oe/recipes-core/opencl/opencl-cts_2025.01.22.bb b/meta-oe/recipes-core/opencl/opencl-cts_2025.01.22.bb index e374ef1863..c766a66640 100644 --- a/meta-oe/recipes-core/opencl/opencl-cts_2025.01.22.bb +++ b/meta-oe/recipes-core/opencl/opencl-cts_2025.01.22.bb | |||
| @@ -8,7 +8,6 @@ inherit pkgconfig cmake | |||
| 8 | DEPENDS += "opencl-headers opencl-icd-loader" | 8 | DEPENDS += "opencl-headers opencl-icd-loader" |
| 9 | RDEPENDS:${PN} += "python3-core python3-io" | 9 | RDEPENDS:${PN} += "python3-core python3-io" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | 11 | ||
| 13 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-CTS.git;protocol=https;branch=main;lfs=0 \ | 12 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-CTS.git;protocol=https;branch=main;lfs=0 \ |
| 14 | file://0001-Ignore-Compiler-Warnings.patch" | 13 | file://0001-Ignore-Compiler-Warnings.patch" |
diff --git a/meta-oe/recipes-core/opencl/opencl-headers_2024.10.24.bb b/meta-oe/recipes-core/opencl/opencl-headers_2024.10.24.bb index 412b573cb4..0ec2fe5f33 100644 --- a/meta-oe/recipes-core/opencl/opencl-headers_2024.10.24.bb +++ b/meta-oe/recipes-core/opencl/opencl-headers_2024.10.24.bb | |||
| @@ -4,7 +4,6 @@ LICENSE = "Apache-2.0" | |||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 5 | SECTION = "base" | 5 | SECTION = "base" |
| 6 | 6 | ||
| 7 | S = "${WORKDIR}/git" | ||
| 8 | SRCREV = "4ea6df132107e3b4b9407f903204b5522fdffcd6" | 7 | SRCREV = "4ea6df132107e3b4b9407f903204b5522fdffcd6" |
| 9 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-Headers.git;branch=main;protocol=https \ | 8 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-Headers.git;branch=main;protocol=https \ |
| 10 | file://0001-Command-buffer-supported-queue-properties-265.patch \ | 9 | file://0001-Command-buffer-supported-queue-properties-265.patch \ |
diff --git a/meta-oe/recipes-core/opencl/opencl-icd-loader_2024.05.08.bb b/meta-oe/recipes-core/opencl/opencl-icd-loader_2024.05.08.bb index 38db7a2453..7cfc75f5ed 100644 --- a/meta-oe/recipes-core/opencl/opencl-icd-loader_2024.05.08.bb +++ b/meta-oe/recipes-core/opencl/opencl-icd-loader_2024.05.08.bb | |||
| @@ -11,7 +11,6 @@ DEPENDS += "opencl-headers" | |||
| 11 | PROVIDES = "virtual/opencl-icd" | 11 | PROVIDES = "virtual/opencl-icd" |
| 12 | RPROVIDES:${PN} = "virtual-opencl-icd" | 12 | RPROVIDES:${PN} = "virtual-opencl-icd" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | SRCREV = "861b68b290e76d08e7241608479c16431f529945" | 15 | SRCREV = "861b68b290e76d08e7241608479c16431f529945" |
| 17 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-ICD-Loader.git;branch=main;protocol=https" | 16 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-ICD-Loader.git;branch=main;protocol=https" |
