Skip to content

Commit c7a3288

Browse files
committed
build-env: Update to 2023.09 dtschema
While at it update git version to the latest as well. Signed-off-by: Nishanth Menon <nm@ti.com>
1 parent 569225c commit c7a3288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-env.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ shopt -s expand_aliases
66
NPROC=`nproc`
77

88
# https://git.kernel.org/pub/scm/git/git.git/
9-
export GIT_TAG=2.41.0
9+
export GIT_TAG=2.42.0
1010
# https://git.kernel.org/pub/scm/utils/dtc/dtc.git
1111
export DTC_TAG=v1.7.0
1212
# https://git.kernel.org/pub/scm/devel/sparse/sparse.git
@@ -16,7 +16,7 @@ export SMATCH_TAG=master
1616
# https://github.com/coccinelle/coccinelle/tags
1717
export COCCI_TAG=1.1.1
1818
# https://github.com/devicetree-org/dt-schema/tags
19-
export DTSCHEMA_REV=v2023.07
19+
export DTSCHEMA_REV=v2023.09
2020

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

0 commit comments

Comments
 (0)