Skip to content

Commit dd702c1

Browse files
committed
build-env.sh: Bump dtschema to 2024.09
Bump dtschema to 2024.09, while at it, bump up various other components as well Signed-off-by: Nishanth Menon <nm@ti.com>
1 parent 3f14f65 commit dd702c1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build-env.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ shopt -s expand_aliases
66
NPROC=$(nproc)
77

88
# https://git.kernel.org/pub/scm/git/git.git/
9-
export GIT_TAG=2.45.2
9+
export GIT_TAG=2.46.2
1010
# https://git.kernel.org/pub/scm/utils/dtc/dtc.git
11-
export DTC_TAG=v1.7.0
11+
export DTC_TAG=v1.7.1
1212
# https://git.kernel.org/pub/scm/devel/sparse/sparse.git
1313
export SPARSE_TAG=master
1414
# https://repo.or.cz/smatch.git
1515
export SMATCH_TAG=master
1616
# https://github.com/coccinelle/coccinelle/tags
1717
export COCCI_TAG=1.2
1818
# https://github.com/devicetree-org/dt-schema/tags
19-
export DTSCHEMA_REV=v2024.05
19+
export DTSCHEMA_REV=v2024.09
2020

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

0 commit comments

Comments
 (0)