hardknott: imx-vpu-hantro-vc: make package compatible with all i.MX8MP boards

This is a small oversight on NXP's part, because this package is pulled in as a
dependency of imx-vpuwrap, but it's only compatible with their EVK board,
making the build fail on any other i.MX8MP board.

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2021-12-27 14:54:57 +01:00
parent 2079aec5e0
commit d3ec43b3a1
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
# Copyright (C) 2021 Digi International.
# Make the package compatible with al platforms, not just with NXP's EVK
COMPATIBLE_MACHINE = "(mx8mp)"