diff options
-rw-r--r-- | meta-oe/conf/layer.conf | 1 | ||||
-rw-r--r-- | meta-oe/recipes-core/opencl/ocl-icd_2.3.2.bb | 1 | ||||
-rw-r--r-- | meta-oe/recipes-core/opencl/opencl-icd-loader_2024.05.08.bb | 2 |
3 files changed, 0 insertions, 4 deletions
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index bddfabc219..2f3da6170e 100644 --- a/meta-oe/conf/layer.conf +++ b/meta-oe/conf/layer.conf | |||
@@ -59,7 +59,6 @@ PREFERRED_PROVIDER_android-tools-conf ?= "android-tools-conf" | |||
59 | # Configures whether coreutils or uutils-coreutils is used. | 59 | # Configures whether coreutils or uutils-coreutils is used. |
60 | PREFERRED_PROVIDER_coreutils = "coreutils" | 60 | PREFERRED_PROVIDER_coreutils = "coreutils" |
61 | PREFERRED_PROVIDER_virtual/opencl-icd ?= "opencl-icd-loader" | 61 | PREFERRED_PROVIDER_virtual/opencl-icd ?= "opencl-icd-loader" |
62 | PREFERRED_RPROVIDER_virtual-opencl-icd ?= "opencl-icd-loader" | ||
63 | PREFERRED_RPROVIDER_virtual-redis ?= "redis" | 62 | PREFERRED_RPROVIDER_virtual-redis ?= "redis" |
64 | 63 | ||
65 | SIGGEN_EXCLUDERECIPES_ABISAFE += " \ | 64 | SIGGEN_EXCLUDERECIPES_ABISAFE += " \ |
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 9e32242e31..b266d6af6d 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 | |||
@@ -14,6 +14,5 @@ inherit autotools | |||
14 | 14 | ||
15 | DEPENDS = "ruby-native" | 15 | DEPENDS = "ruby-native" |
16 | PROVIDES = "virtual/opencl-icd" | 16 | PROVIDES = "virtual/opencl-icd" |
17 | RPROVIDES:${PN} = "virtual-opencl-icd" | ||
18 | 17 | ||
19 | BBCLASSEXTEND = "native nativesdk" | 18 | BBCLASSEXTEND = "native nativesdk" |
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 2ff9a6ae7e..d5337af8e5 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 | |||
@@ -9,8 +9,6 @@ inherit pkgconfig cmake | |||
9 | DEPENDS += "opencl-headers" | 9 | DEPENDS += "opencl-headers" |
10 | 10 | ||
11 | PROVIDES = "virtual/opencl-icd" | 11 | PROVIDES = "virtual/opencl-icd" |
12 | RPROVIDES:${PN} = "virtual-opencl-icd" | ||
13 | |||
14 | 12 | ||
15 | SRCREV = "861b68b290e76d08e7241608479c16431f529945" | 13 | SRCREV = "861b68b290e76d08e7241608479c16431f529945" |
16 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-ICD-Loader.git;branch=main;protocol=https" | 14 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-ICD-Loader.git;branch=main;protocol=https" |