rpi: make update.sh and canupdate.sh part of project or device files

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard 2019-05-06 09:02:25 +00:00 committed by MilhouseVH
parent 08565fa0e3
commit 5b5284cd6a
2 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ makeinstall_target() {
find_file_path config/dt-blob.bin && cp -PRv $FOUND_PATH $INSTALL/usr/share/bootloader
cp -PRv $PKG_DIR/scripts/update.sh $INSTALL/usr/share/bootloader
find_file_path bootloader/update.sh && cp -PRv $FOUND_PATH $INSTALL/usr/share/bootloader
find_file_path bootloader/canupdate.sh && cp -PRv $FOUND_PATH $INSTALL/usr/share/bootloader
find_file_path config/distroconfig.txt $PKG_DIR/files/3rdparty/bootloader/distroconfig.txt && cp -PRv ${FOUND_PATH} $INSTALL/usr/share/bootloader
find_file_path config/config.txt $PKG_DIR/files/3rdparty/bootloader/config.txt && cp -PRv ${FOUND_PATH} $INSTALL/usr/share/bootloader