Mainline BSP in general is not compatible with NXP version of ATF
provided. It is required only for mx8m series, where a boot container
is built as a replacements of imx-boot target.
Change compatibility from use-mainline-bsp to imx-boot-container to
limit build only to those machines, which require the boot container.
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
addtask deploy after do_compile
PACKAGE_ARCH = "${MACHINE_SOCARCH}"
-COMPATIBLE_MACHINE = "(mx8|use-mainline-bsp)"
+COMPATIBLE_MACHINE = "(mx8|imx-boot-container)"