diff options
| author | Andrey Zhizhikin <andrey.z@gmail.com> | 2020-12-18 10:44:27 +0000 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-03-17 10:53:42 -0300 |
| commit | a1931c20955e478a0f43090e868b7d49cfe39477 (patch) | |
| tree | de4e52cbb0071d3ed4f8babe6e38b017571d49a0 | |
| parent | be6a39f2faf605330a0ae9a33430e1112ac4d3f5 (diff) | |
| download | meta-freescale-a1931c20955e478a0f43090e868b7d49cfe39477.tar.gz | |
imx-atf: add compatibility with imx-boot-container
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>
| -rw-r--r-- | recipes-bsp/imx-atf/imx-atf_2.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_2.2.bb b/recipes-bsp/imx-atf/imx-atf_2.2.bb index 81d884ada..6be81e59f 100644 --- a/recipes-bsp/imx-atf/imx-atf_2.2.bb +++ b/recipes-bsp/imx-atf/imx-atf_2.2.bb | |||
| @@ -48,4 +48,4 @@ do_deploy() { | |||
| 48 | addtask deploy after do_compile | 48 | addtask deploy after do_compile |
| 49 | 49 | ||
| 50 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | 50 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" |
| 51 | COMPATIBLE_MACHINE = "(mx8|use-mainline-bsp)" | 51 | COMPATIBLE_MACHINE = "(mx8|imx-boot-container)" |
