summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-04-26 12:07:04 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2022-04-26 12:08:59 +0200
commit1f938bda8b6a7d1db6468901297d07c72f764c22 (patch)
tree5e5598de42ee6309c4e0c2839212790bc4e76c02 /classes
parent3a4927effd8e6c17c2fae03125e86a61b23a9c6f (diff)
downloadmeta-freescale-1f938bda8b6a7d1db6468901297d07c72f764c22.tar.gz
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 <max.krummenacher@toradex.com>
Diffstat (limited to 'classes')
-rw-r--r--classes/imx-boot-container.bbclass1
1 files changed, 1 insertions, 0 deletions
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() {
87 # artifacts handled by oe-core's u-boot.inc are 87 # artifacts handled by oe-core's u-boot.inc are
88 # treated. 88 # treated.
89 ln -sf flash.bin-${MACHINE}-${type} flash.bin 89 ln -sf flash.bin-${MACHINE}-${type} flash.bin
90 ln -sf flash.bin-${MACHINE}-${type} imx-boot
90 fi 91 fi
91 done 92 done
92 unset j 93 unset j