This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
|
#!/bin/sh
|
|
|
|
# shellcheck disable=SC2154
|
|
cp -v "${BR2_EXTERNAL_jenkinsagent_PATH}"/cmdline.txt \
|
|
"${BINARIES_DIR}"/rpi-firmware/cmdline.txt
|