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 <tom.hochstein@nxp.com>

Signed-off-by: Hector Bujanda <Hector.Bujanda@digi.com>
This commit is contained in:
Hector Bujanda 2020-10-28 10:01:36 +01:00
parent dab847eee4
commit 6c554dd682
1 changed files with 1 additions and 3 deletions

View File

@ -28,6 +28,4 @@ do_install() {
oe_runmake PLATFORM="${PLATFORM}" DEST_DIR="${D}" install oe_runmake PLATFORM="${PLATFORM}" DEST_DIR="${D}" install
} }
# Compatible only for i.MX with Chips&Media VPU COMPATIBLE_MACHINE = "(mx6q|mx6dl)"
COMPATIBLE_MACHINE = "(^$)"
COMPATIBLE_MACHINE_imxvpucnm = "${MACHINE}"