3 GENIMAGE_CFG
="$(dirname $0)/genimage.cfg"
4 GENIMAGE_TMP
="${BUILD_DIR}/genimage.tmp"
6 # copy the uEnv.txt to the output/images directory
7 cp board
/toradex
/apalis-imx
6/uEnv.txt
$BINARIES_DIR/uEnv.txt
9 rm -rf "${GENIMAGE_TMP}"
13 --rootpath "${TARGET_DIR}" \
14 --tmppath "${GENIMAGE_TMP}" \
15 --inputpath "${BINARIES_DIR}" \
16 --outputpath "${BINARIES_DIR}" \
17 --config "${GENIMAGE_CFG}"