Skip to content

Commit

Permalink
build-env.sh: Update to v2022.12 release
Browse files Browse the repository at this point in the history
Update to sync with dt-schema

Signed-off-by: Nishanth Menon <nm@ti.com>
  • Loading branch information
nmenon committed Dec 30, 2022
1 parent 3197efd commit c523cb3
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.38.1
export GIT_TAG=2.39.0
# https://git.kernel.org/pub/scm/utils/dtc/dtc.git
export DTC_TAG=v1.6.1
# 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=v2022.11
export DTSCHEMA_REV=v2022.12

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

Expand Down

0 comments on commit c523cb3

Please sign in to comment.