From 1f938bda8b6a7d1db6468901297d07c72f764c22 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 26 Apr 2022 12:07:04 +0200 Subject: imx-boot-container: resurrect imx-boot symlink Having a symlink named 'imx-boot' allows to have the consumers of the boot container, e.g. wic to be oblivious on who created the bootcontainer. Signed-off-by: Max Krummenacher --- classes/imx-boot-container.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/imx-boot-container.bbclass b/classes/imx-boot-container.bbclass index a3496e8b..71c2809d 100644 --- a/classes/imx-boot-container.bbclass +++ b/classes/imx-boot-container.bbclass @@ -87,6 +87,7 @@ do_deploy:append() { # artifacts handled by oe-core's u-boot.inc are # treated. ln -sf flash.bin-${MACHINE}-${type} flash.bin + ln -sf flash.bin-${MACHINE}-${type} imx-boot fi done unset j -- cgit v1.2.3-54-g00ecf