scripts/mkits.sh: add support for adding DT overlay blobs to image
authorDaniel Golle <daniel@makrotopia.org>
Wed, 17 Mar 2021 17:27:55 +0000 (17:27 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 17 Mar 2021 17:41:24 +0000 (17:41 +0000)
commit4e6de4f0938de24f407b85b6328f5114103bd45a
tree97352de1021f1279e31299d5ac88ba79b38fe998
parent53a7d5d614050a38a4e78f5a9e153e7612d587f0
scripts/mkits.sh: add support for adding DT overlay blobs to image

Allow adding multiple device tree overlay blobs to an image and
generate configurations for each of them.
This is useful on boards with modern U-Boot which allow e.g. user-
configurable peripherals ("shields") in that way.
Note that currently, each generated configuration adds exactly one
overlay on top of the base image, ie. adding multiple overlays at the
same time is not yet supported.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
scripts/mkits.sh