Skip to content

Commit

Permalink
rkbin-tools: allow using custom rkbin RKBIN_GIT_BRANCH as well as `…
Browse files Browse the repository at this point in the history
…RKBIN_GIT_URL`

- notice: the rkbin repo or the bins themselves are not hashed or included in the u-boot version (yet)
- make sure to avoid caching when building with those custom git/branch (`ARTIFACT_IGNORE_CACHE=yes CLEAN_LEVEL=make-uboot`)
  • Loading branch information
rpardini authored and igorpecovnik committed Jul 1, 2023
1 parent 5f2abfb commit a878f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/rkbin-tools.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
function fetch_sources_tools__rkbin_tools() {
fetch_from_repo "${RKBIN_GIT_URL:-"https://github.com/armbian/rkbin"}" "rkbin-tools" "branch:master"
fetch_from_repo "${RKBIN_GIT_URL:-"https://github.com/armbian/rkbin"}" "rkbin-tools" "branch:${RKBIN_GIT_BRANCH:-"master"}"
}

function build_host_tools__install_rkbin_tools() {
Expand Down

0 comments on commit a878f3c

Please sign in to comment.