diff options
author | Andrey Zhizhikin <andrey.z@gmail.com> | 2021-03-10 14:36:45 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-03-17 10:53:42 -0300 |
commit | e999a65d5554a2178e76e1cd33a209d98cd1df66 (patch) | |
tree | 11cba3da84f3871fe0a000953ef805a16d51cfd4 /recipes-bsp/imx-mkimage/imx-boot_1.0.bb | |
parent | f21c53af3f4efe7bbddab49ada381b449cd94b70 (diff) | |
download | meta-freescale-e999a65d5554a2178e76e1cd33a209d98cd1df66.tar.gz |
imx-boot: drop compatibility with mainline bsp
Mainline BSP switches from using imx-boot package, which provides the
boot container for mx8 derivatives, to the boot container provided as a
part of u-boot package and usage of imx-boot-container class.
Drop the compatibility with mainline BSP from the recipe, and let
derivatives that are built with it to integrate support of new boot
container mechanism.
Fixes: 6fc0971c ("imx-mkimage: allow to be used with mainline bsp for mx8m)"
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Diffstat (limited to 'recipes-bsp/imx-mkimage/imx-boot_1.0.bb')
-rw-r--r-- | recipes-bsp/imx-mkimage/imx-boot_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb index f1592991..ba1507eb 100644 --- a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb +++ b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb | |||
@@ -199,4 +199,4 @@ addtask deploy before do_build after do_compile | |||
199 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 199 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
200 | FILES_${PN} = "/boot" | 200 | FILES_${PN} = "/boot" |
201 | 201 | ||
202 | COMPATIBLE_MACHINE = "(mx8|use-mainline-bsp)" | 202 | COMPATIBLE_MACHINE = "(mx8)" |