buildroot/board/boundarydevices/common/post-image.sh
Gary Bisson 3eac848e87 board/boundarydevices/common/post-image.sh: use genimage.sh
- To avoid code duplication and to benefit from support script
improvements like empty target dir.
- Note that currently genimage.sh can't be set in defconfig directly for
i.MX8 targets as the POST_SCRIPT_ARGS is used by
imx8-bootloader-prepare.sh

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-03-29 16:29:27 +02:00

6 lines
78 B
Bash
Executable file

#!/bin/sh
support/scripts/genimage.sh -c $(dirname $0)/genimage.cfg
exit $?