summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2021-05-03 16:54:46 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2021-05-04 14:22:03 -0300
commit744a8197e640f5657b0adae49ca7987b8f6590ae (patch)
tree25d71f1b17045cc60c6694894085a60336e8a2d7 /conf/machine/include
parent5f85152688b1cd8bf340a41ffd5e46dbb01c55ec (diff)
downloadmeta-freescale-744a8197e640f5657b0adae49ca7987b8f6590ae.tar.gz
imx-base.inc: Fix opencv preferred version
The i.MX fork of opencv is upgraded to 4.5.2.imx. Fix the preferred version. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 0eebdde9e551e0e82684b347416d598c317e5d0a)
Diffstat (limited to 'conf/machine/include')
-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 8a2a5dfd..17c7bc17 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -383,7 +383,7 @@ PREFERRED_VERSION_optee-client_mx8 ?= "3.10.0.imx"
383PREFERRED_VERSION_optee-test_mx8 ?= "3.10.0.imx" 383PREFERRED_VERSION_optee-test_mx8 ?= "3.10.0.imx"
384 384
385#Use i.MX opencv Version for mx8 385#Use i.MX opencv Version for mx8
386PREFERRED_VERSION_opencv_mx8 ?= "4.4.0.imx" 386PREFERRED_VERSION_opencv_mx8 ?= "4.5.2.imx"
387 387
388# Handle default kernel 388# Handle default kernel
389IMX_DEFAULT_KERNEL = "linux-fslc-imx" 389IMX_DEFAULT_KERNEL = "linux-fslc-imx"