Skip to content

Commit

Permalink
build-env.sh: Bump dtschema to v2023.11
Browse files Browse the repository at this point in the history
Update dt-schema to v2023.11

See https://github.com/devicetree-org/dt-schema/releases/tag/v2023.11
for more details

Signed-off-by: Nishanth Menon <nm@ti.com>
  • Loading branch information
nmenon committed Dec 1, 2023
1 parent c7a3288 commit 5df9db2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ shopt -s expand_aliases
NPROC=`nproc`

# https://git.kernel.org/pub/scm/git/git.git/
export GIT_TAG=2.42.0
export GIT_TAG=2.43.0
# https://git.kernel.org/pub/scm/utils/dtc/dtc.git
export DTC_TAG=v1.7.0
# https://git.kernel.org/pub/scm/devel/sparse/sparse.git
Expand All @@ -16,7 +16,7 @@ export SMATCH_TAG=master
# https://github.com/coccinelle/coccinelle/tags
export COCCI_TAG=1.1.1
# https://github.com/devicetree-org/dt-schema/tags
export DTSCHEMA_REV=v2023.09
export DTSCHEMA_REV=v2023.11

ARIA_OPTS="--timeout=180 --retry-wait=10 -m 0 -x 10 -j 10"

Expand Down

0 comments on commit 5df9db2

Please sign in to comment.