Skip to content

Commit

Permalink
fix beagle backup
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberb committed Jun 3, 2023
1 parent f4a4010 commit c48b730
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ local build(board, arch, mode, distro) = {
for board in [
#{ name: "cubieboard2", arch: "arm", type: "all" },
#{ name: "cubieboard", arch: "arm", type: "all" },
#{ name: "beagleboneblack", arch: "arm", type: "all" },
{ name: "beagleboneblack", arch: "arm", type: "all" },
#{ name: "bananapim3", arch: "arm", type: "all" },
#{ name: "rock64", arch: "arm", type: "all" },
#{ name: "helios4", arch: "arm", type: "all" },
Expand All @@ -147,7 +147,7 @@ local build(board, arch, mode, distro) = {
#{ name: "raspberrypi2", arch: "arm", type: "all" },
#{ name: "odroid-xu3and4", arch: "arm", type: "all" },
#{ name: "odroid-xu3and4", arch: "arm", type: "sd" },
{ name: "jetson-nano", arch: "arm64", type: "all" },
#{ name: "jetson-nano", arch: "arm64", type: "all" },
#{ name: "odroid-c2", arch: "arm", type: "all" },
#{ name: "odroid-u3", arch: "arm", type: "all" },
#{ name: "bananapim2", arch: "arm", type: "all" },
Expand Down
1 change: 1 addition & 0 deletions tools/extract.sh
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ function extract_root {
# beagle bone emmc migration dependency needed by:
# /opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh
if [[ -d ${from}/opt/backup ]]; then
mkdir -p ${to}/opt
cp -rp ${from}/opt/backup ${to}/opt
fi
fi
Expand Down

0 comments on commit c48b730

Please sign in to comment.