From fbc3e54ceb834d19893a3e876ee92bb9e461c82c Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Tue, 27 Jan 2026 17:46:29 +0100 Subject: [PATCH] imx-digi-base: update libvpx preferred version Version 1.14.0 is no longer available, as meta-openembedded updated it to version 1.14.1. Update our preferred version using a wildcard. Signed-off-by: Javier Viguera --- meta-digi-arm/conf/machine/include/imx-digi-base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-arm/conf/machine/include/imx-digi-base.inc b/meta-digi-arm/conf/machine/include/imx-digi-base.inc index b58cc248c..f75747ef5 100644 --- a/meta-digi-arm/conf/machine/include/imx-digi-base.inc +++ b/meta-digi-arm/conf/machine/include/imx-digi-base.inc @@ -289,7 +289,7 @@ PREFERRED_VERSION_gstreamer1.0-vaapi:imx-nxp-bsp ??= "1.24.0.imx" PREFERRED_VERSION_ffmpeg:imx-nxp-bsp ??= "4.4.1" # Use newer libvpx from 'meta-oe' (otherwise uses older from 'meta-webkit) -PREFERRED_VERSION_libvpx:imx-nxp-bsp ??= "1.14.0" +PREFERRED_VERSION_libvpx:imx-nxp-bsp ??= "1.14.%" # Determines if the SoC has support for Vivante kernel driver SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT = "0"