From 6c554dd682116db237adc606ac17419325fcee15 Mon Sep 17 00:00:00 2001 From: Hector Bujanda Date: Wed, 28 Oct 2020 10:01:36 +0100 Subject: [PATCH] recipes-bsp: imx-vpu: Update recipes to new BSP release imx_5.4.47_2.2.0 Includes: imx-vpu: Fix selected version for 6Q and 6DL [LF-1816] An older version of imx-vpu, from upstream, is being selected for the image instead of the current one. The problem is the override imxvpucnm used for the COMPATIBLE_MACHINE is no longer being used. Update the recipe to use SOC overrides instead. Signed-off-by: Tom Hochstein Signed-off-by: Hector Bujanda --- meta-digi-arm/recipes-bsp/imx-vpu/imx-vpu_5.4.39.3.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-digi-arm/recipes-bsp/imx-vpu/imx-vpu_5.4.39.3.bb b/meta-digi-arm/recipes-bsp/imx-vpu/imx-vpu_5.4.39.3.bb index b7c288bd5..15147cede 100644 --- a/meta-digi-arm/recipes-bsp/imx-vpu/imx-vpu_5.4.39.3.bb +++ b/meta-digi-arm/recipes-bsp/imx-vpu/imx-vpu_5.4.39.3.bb @@ -28,6 +28,4 @@ do_install() { oe_runmake PLATFORM="${PLATFORM}" DEST_DIR="${D}" install } -# Compatible only for i.MX with Chips&Media VPU -COMPATIBLE_MACHINE = "(^$)" -COMPATIBLE_MACHINE_imxvpucnm = "${MACHINE}" +COMPATIBLE_MACHINE = "(mx6q|mx6dl)"