Skip to content

Commit

Permalink
build-env.sh: Bump dtschema to 2024.09
Browse files Browse the repository at this point in the history
Bump dtschema to 2024.09, while at it, bump up various other components
as well

Signed-off-by: Nishanth Menon <[email protected]>
  • Loading branch information
nmenon committed Sep 30, 2024
1 parent 3f14f65 commit dd702c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ shopt -s expand_aliases
NPROC=$(nproc)

# https://git.kernel.org/pub/scm/git/git.git/
export GIT_TAG=2.45.2
export GIT_TAG=2.46.2
# https://git.kernel.org/pub/scm/utils/dtc/dtc.git
export DTC_TAG=v1.7.0
export DTC_TAG=v1.7.1
# https://git.kernel.org/pub/scm/devel/sparse/sparse.git
export SPARSE_TAG=master
# https://repo.or.cz/smatch.git
export SMATCH_TAG=master
# https://github.com/coccinelle/coccinelle/tags
export COCCI_TAG=1.2
# https://github.com/devicetree-org/dt-schema/tags
export DTSCHEMA_REV=v2024.05
export DTSCHEMA_REV=v2024.09

ARIA_OPTS=( --summary-interval=5 --timeout=180 --retry-wait=10 -m 0 -x 10 -j 10 )

Expand Down

0 comments on commit dd702c1

Please sign in to comment.