cvw/linux/br2-external-tree/board/wally/post_image.sh
2025-01-21 20:17:23 -08:00

6 lines
197 B
Bash

#!/bin/sh
# Copy linux and busybox binaries (with symbol info) to images directory
cp "$BUILD_DIR"/linux-*/vmlinux "$BINARIES_DIR"/vmlinux
cp "$BUILD_DIR"busybox-*/busybox "$BINARIES_DIR"/busybox