diff --git a/CHANGELOG.md b/CHANGELOG.md index 18c6d90d..f629880b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,6 @@ All notable changes to the DTS project will be documented in this file. ## v2.0.0-rc2 - 2024-07-09 * Add support for MTL -* Remove separate EC update * Updated Linux kernel to version 6.6.23 * Update most of system libraries and applications to newer version * Don't use ICMP for network connection verification diff --git a/meta-dts-distro/recipes-dts/dts-scripts/dts-scripts_git.bb b/meta-dts-distro/recipes-dts/dts-scripts/dts-scripts_git.bb index 60f454fb..298d4ab6 100644 --- a/meta-dts-distro/recipes-dts/dts-scripts/dts-scripts_git.bb +++ b/meta-dts-distro/recipes-dts/dts-scripts/dts-scripts_git.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSES/Apache-2.0.txt;md5=c846ebb396f8b174b10ded477 PV = "0.1+git${SRCPV}" SRC_URI = "git://github.com/Dasharo/dts-scripts;protocol=https;branch=main" -SRCREV = "ce1c0e9038f142169339c4f2efeb4b7f8a0a86c1" +SRCREV = "3477ab69b7658a383f32e5dc3520416a409243dd" S = "${WORKDIR}/git"