Skip to content

Commit

Permalink
chore: Update HyperHDR repository reference to ai_calibration branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Turbin committed Sep 23, 2024
1 parent 4bd64d1 commit 9e72593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3
with:
repository: awawa-dev/HyperHDR
ref: flatbuffers_nv12_support
ref: ai_calibration
path: hyperhdr-repo
submodules: recursive
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion build_hyperhdr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# TOOLCHAIN_DIR=<path_to_webos_buildroot_toolchain> ./build_hyperhdr.sh

HYPERHDR_REPO="${HYPERHDR_REPO:-https://github.com/awawa-dev/HyperHDR}"
HYPERHDR_BRANCH="${HYPERHDR_BRANCH:-flatbuffers_nv12_support}"
HYPERHDR_BRANCH="${HYPERHDR_BRANCH:-ai_calibration}"

# Toolchain params - No changes needed below this line
TOOLCHAIN_DIR=${TOOLCHAIN_DIR:-$HOME/arm-webos-linux-gnueabi_sdk-buildroot}
Expand Down

0 comments on commit 9e72593

Please sign in to comment.