From c523cb3ceb84b9156a45f740c8a21556264c0878 Mon Sep 17 00:00:00 2001 From: Nishanth Menon Date: Fri, 30 Dec 2022 07:46:49 -0600 Subject: [PATCH] build-env.sh: Update to v2022.12 release Update to sync with dt-schema Signed-off-by: Nishanth Menon --- build-env.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-env.sh b/build-env.sh index 46d5eb8..2cba084 100755 --- a/build-env.sh +++ b/build-env.sh @@ -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 @@ -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"