From 5f20197d370a5445423a49b4c8a1e39b44cf8fe9 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Thu, 22 Oct 2020 13:09:16 -0700 Subject: [PATCH] imx-base.inc: Fix incorrect opencv packaging When building for 6Q in a common build folder, the sysroots used for opencv were actually for a previous 6SL build, causing a build break. Fix the build break by setting the opencv packaging properly as SoC-specific. Signed-off-by: Tom Hochstein --- conf/machine/include/imx-base.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 93eaa368..c5d811ff 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc @@ -174,6 +174,7 @@ MACHINE_SOCARCH_FILTER_append_imxgpu = " \ libdrm \ cairo \ libgal-imx \ + opencv \ pango \ " MACHINE_SOCARCH_FILTER_append_imxgpu2d = " \ -- 2.40.1