mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 02:05:21 +00:00
6 lines
198 B
Bash
Executable File
6 lines
198 B
Bash
Executable File
#!/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
|