summaryrefslogtreecommitdiffstats
path: root/meta-oe/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-01-16 15:48:39 -0800
committerKhem Raj <raj.khem@gmail.com>2024-01-18 18:09:53 -0800
commit4dbbef7a39ad18206ca6cebf7a1e08aebe5b5a65 (patch)
treeda90a9ab261faee06120b62237c29dc6dc087bac /meta-oe/conf
parent1647e20b2edda3320b8ec601d78572251a288eeb (diff)
downloadmeta-openembedded-4dbbef7a39ad18206ca6cebf7a1e08aebe5b5a65.tar.gz
opencl-icd: Rename rdepends to virtual-opencl-icd
This helps in fending off the build time QA error WARNING: /mnt/b/yoe/master/sources/meta-openembedded/meta-oe/recipes-core/opencl/opencl-icd-loader_2023.12.14.bb: RPROVIDES is set to v irtual/opencl-icd, the substring 'virtual/' holds no meaning in this context. It is suggested to use the 'virtual-' instead. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Zoltán Böszörményi <zboszor@gmail.com>
Diffstat (limited to 'meta-oe/conf')
-rw-r--r--meta-oe/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
index 83a9f7d56..6b64328c8 100644
--- a/meta-oe/conf/layer.conf
+++ b/meta-oe/conf/layer.conf
@@ -54,7 +54,7 @@ PREFERRED_PROVIDER_android-tools-conf ?= "android-tools-conf"
54# Configures whether coreutils or uutils-coreutils is used. 54# Configures whether coreutils or uutils-coreutils is used.
55PREFERRED_PROVIDER_coreutils = "coreutils" 55PREFERRED_PROVIDER_coreutils = "coreutils"
56PREFERRED_PROVIDER_virtual/opencl-icd ?= "opencl-icd-loader" 56PREFERRED_PROVIDER_virtual/opencl-icd ?= "opencl-icd-loader"
57PREFERRED_RPROVIDER_virtual/opencl-icd ?= "opencl-icd-loader" 57PREFERRED_RPROVIDER_virtual-opencl-icd ?= "opencl-icd-loader"
58 58
59SIGGEN_EXCLUDERECIPES_ABISAFE += " \ 59SIGGEN_EXCLUDERECIPES_ABISAFE += " \
60 fbset-modes \ 60 fbset-modes \