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:
parent
2079aec5e0
commit
d3ec43b3a1
|
|
@ -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)"
|
||||
Loading…
Reference in New Issue