aboutsummaryrefslogtreecommitdiffstats
path: root/meta-v1000
diff options
context:
space:
mode:
Diffstat (limited to 'meta-v1000')
-rw-r--r--meta-v1000/conf/local.conf.append.v10005
-rw-r--r--meta-v1000/conf/machine/v1000.conf1
-rw-r--r--meta-v1000/recipes-support/opencv/opencv_%.bbappend2
3 files changed, 0 insertions, 8 deletions
diff --git a/meta-v1000/conf/local.conf.append.v1000 b/meta-v1000/conf/local.conf.append.v1000
index 7593cdf9..10833b39 100644
--- a/meta-v1000/conf/local.conf.append.v1000
+++ b/meta-v1000/conf/local.conf.append.v1000
@@ -56,10 +56,5 @@ CORE_IMAGE_EXTRA_INSTALL_append = "${@' packagegroup-multimedia-risky' if bb.uti
# Framework for writing programs that execute across heterogeneous platforms consisting
# of CPUs, GPUs, DSPs, FPGAs and other processors or hardware accelerators.
#
-# - OPENCV - The Open Computer Vision Library.
-# Library of programming functions mainly aimed at real-time computer vision. Used for
-# image-processing on input from image/video files and camera etc.
-#
INCLUDE_VULKAN ??= "no"
INCLUDE_OPENCL ??= "no"
-INCLUDE_OPENCV ??= "no"
diff --git a/meta-v1000/conf/machine/v1000.conf b/meta-v1000/conf/machine/v1000.conf
index 798e3351..5e3c6516 100644
--- a/meta-v1000/conf/machine/v1000.conf
+++ b/meta-v1000/conf/machine/v1000.conf
@@ -12,7 +12,6 @@ require conf/machine/include/tune-v1000.inc
VULKAN_PKGS_v1000 = "amdvlk vulkan vulkan-tools rgp"
AMD_PLATFORM_SPECIFIC_PKGS_v1000 += " \
${@bb.utils.contains('INCLUDE_OPENCL', 'yes', 'opencl', '', d)} \
- ${@bb.utils.contains('INCLUDE_OPENCV', 'yes', 'opencv', '', d)} \
"
include conf/machine/include/amd-common-configurations.inc
diff --git a/meta-v1000/recipes-support/opencv/opencv_%.bbappend b/meta-v1000/recipes-support/opencv/opencv_%.bbappend
deleted file mode 100644
index 926175c4..00000000
--- a/meta-v1000/recipes-support/opencv/opencv_%.bbappend
+++ /dev/null
@@ -1,2 +0,0 @@
-# We do not support Video4Linux
-PACKAGECONFIG_remove_v1000 = " v4l libv4l"