mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
3eac848e87
- 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>
6 lines
78 B
Bash
Executable File
6 lines
78 B
Bash
Executable File
#!/bin/sh
|
|
|
|
support/scripts/genimage.sh -c $(dirname $0)/genimage.cfg
|
|
|
|
exit $?
|