Skip to content

Commit

Permalink
Update kernel branding to HypriotOS
Browse files Browse the repository at this point in the history
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
  • Loading branch information
DieterReuter committed Nov 28, 2017
1 parent 0999ca5 commit fac2a8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions builder/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ if [ ! -f "$FILENAME" ]; then
fetch --repo="https://github.com/DieterReuter/rpi-bootloader" --tag="v$BOOTLOADER_BUILD" --release-asset="rpi-bootloader.tar.gz" /workspace
fi
tar -xf "$FILENAME" -C "${BUILD_PATH}"
FILENAME=/workspace/$KERNEL_VERSION-bee42-v8.tar.gz
FILENAME=/workspace/$KERNEL_VERSION-hypriotos-v8.tar.gz
if [ ! -f "$FILENAME" ]; then
fetch --repo="https://github.com/DieterReuter/rpi64-kernel" --tag="v$KERNEL_BUILD" --release-asset="$KERNEL_VERSION-bee42-v8.tar.gz.sha256" /workspace
fetch --repo="https://github.com/DieterReuter/rpi64-kernel" --tag="v$KERNEL_BUILD" --release-asset="$KERNEL_VERSION-bee42-v8.tar.gz" /workspace
fetch --repo="https://github.com/DieterReuter/rpi64-kernel" --tag="v$KERNEL_BUILD" --release-asset="$KERNEL_VERSION-hypriotos-v8.tar.gz.sha256" /workspace
fetch --repo="https://github.com/DieterReuter/rpi64-kernel" --tag="v$KERNEL_BUILD" --release-asset="$KERNEL_VERSION-hypriotos-v8.tar.gz" /workspace
fi
tar -xf "$FILENAME" -C "${BUILD_PATH}"

Expand Down

0 comments on commit fac2a8a

Please sign in to comment.