summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-11-21 19:11:36 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-11-25 19:46:41 +0000
commitd0bd76df6c13f735433f202ec107ca42529f13b0 (patch)
tree15af260703fe7b884ee3ea7fe4b83e950a80805f /conf
parent6b7b000f2f7cec69fc77ea7518da5940ceebc515 (diff)
downloadmeta-freescale-d0bd76df6c13f735433f202ec107ca42529f13b0.tar.gz
opencv: imx: update the i.mx fork to 4.6.0
- Pull in the 4.6.0 meta-openembedded copy plus https://lore.kernel.org/all/20221121180529.3358952-1-max.oss.09@gmail.com/ - OpenCV_DNN_examples.patch taken from meta-imx - Adapt the PREFERRED_VERSION Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 5554647fa199375fb8e1aef657d5ff74ac115022)
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/imx-base.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index b32267ce..1a3a83d4 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -495,7 +495,7 @@ PREFERRED_VERSION_optee-client:mx8-nxp-bsp ??= "3.17.0.imx"
495PREFERRED_VERSION_optee-test:mx8-nxp-bsp ??= "3.17.0.imx" 495PREFERRED_VERSION_optee-test:mx8-nxp-bsp ??= "3.17.0.imx"
496 496
497#Use i.MX opencv Version for mx8 497#Use i.MX opencv Version for mx8
498PREFERRED_VERSION_opencv:mx8-nxp-bsp ??= "4.5.2.imx" 498PREFERRED_VERSION_opencv:mx8-nxp-bsp ??= "4.6.0.imx"
499 499
500# Handle default kernel 500# Handle default kernel
501IMX_DEFAULT_KERNEL:imx-mainline-bsp = "linux-fslc" 501IMX_DEFAULT_KERNEL:imx-mainline-bsp = "linux-fslc"