diff options
-rw-r--r-- | meta-oe/conf/layer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index a1f50879e8..aee1fa7860 100644 --- a/meta-oe/conf/layer.conf +++ b/meta-oe/conf/layer.conf | |||
@@ -50,6 +50,8 @@ PREFERRED_RPROVIDER_libdevmapper = "lvm2" | |||
50 | PREFERRED_PROVIDER_android-tools-conf ?= "android-tools-conf" | 50 | PREFERRED_PROVIDER_android-tools-conf ?= "android-tools-conf" |
51 | # Configures whether coreutils or uutils-coreutils is used. | 51 | # Configures whether coreutils or uutils-coreutils is used. |
52 | PREFERRED_PROVIDER_coreutils = "coreutils" | 52 | PREFERRED_PROVIDER_coreutils = "coreutils" |
53 | PREFERRED_PROVIDER_virtual/opencl-icd ?= "opencl-icd-loader" | ||
54 | PREFERRED_RPROVIDER_virtual/opencl-icd ?= "opencl-icd-loader" | ||
53 | 55 | ||
54 | SIGGEN_EXCLUDERECIPES_ABISAFE += " \ | 56 | SIGGEN_EXCLUDERECIPES_ABISAFE += " \ |
55 | fbset-modes \ | 57 | fbset-modes \ |