post-build.sh 204 B

12345678
  1. #!/bin/sh
  2. BOARD_DIR="$(dirname $0)"
  3. install -d -m 755 $TARGET_DIR/boot
  4. $HOST_DIR/bin/mkimage -A arm -O linux -T script -C none \
  5. -n "boot script" -d $BOARD_DIR/boot.scr.txt $TARGET_DIR/boot/boot.scr