aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-v1000/conf/local.conf.append.v10004
-rw-r--r--meta-v1000/conf/machine/v1000.conf2
2 files changed, 5 insertions, 1 deletions
diff --git a/meta-v1000/conf/local.conf.append.v1000 b/meta-v1000/conf/local.conf.append.v1000
index 984f9d6d..92433f25 100644
--- a/meta-v1000/conf/local.conf.append.v1000
+++ b/meta-v1000/conf/local.conf.append.v1000
@@ -51,3 +51,7 @@ INCLUDE_VULKAN ??= "no"
# MEL supports OpenCL - The Open Computing Language. In order to
# include it into your image, set the following to "yes"
INCLUDE_OPENCL ??= "no"
+
+# MEL supports OpenCV - The Open Computer Vision Library. In order to
+# include it into your image, set the following to "yes"
+INCLUDE_OPENCV ??= "no"
diff --git a/meta-v1000/conf/machine/v1000.conf b/meta-v1000/conf/machine/v1000.conf
index 9afd90e9..88460aef 100644
--- a/meta-v1000/conf/machine/v1000.conf
+++ b/meta-v1000/conf/machine/v1000.conf
@@ -17,7 +17,7 @@ require conf/machine/include/tune-v1000.inc
VULKAN_PKGS_v1000 = "amdvlk glslang spirv-tools vulkan-loader-layers rgp"
AMD_PLATFORM_SPECIFIC_PKGS_v1000 += " \
${@bb.utils.contains('INCLUDE_OPENCL', 'yes', 'opencl', '', d)} \
- opencv \
+ ${@bb.utils.contains('INCLUDE_OPENCV', 'yes', 'opencv', '', d)} \
"
include conf/machine/include/amd-common-configurations.inc