From 0b97d86d11f3defc08e23bfb09a9651bd5f25f76 Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Mon, 15 Apr 2024 20:12:35 +0530 Subject: embeddedsw : Updated SRCREV for 2024.1_4703 update Embedded SW license 2024.1 release sw_services: xilfpga: Add doxygen fixes sysmonpsu: Add Xiltimer to CMakeLists scripts: pyesw: Enable user-driven customization of library options for xilpm trngpsv: Update trngpsv minor version trngpsx: Update trngpsx minor version sw_services: xilsecure: Update minor version number to 24.1 sw_services:xilocp: Fix DME failure sysmonpsv: Handle Secondary SLRs sw_services:xilsecure:Fix Branch Past initialization sw_services:xilsecure:Fix MISRA-C Rule 17.7 sw_services:xilsecure:Fix MISRA-C Rule 10.3 sw_services:xilsecure:Fix overrun issue sw_services: xilpm: Enable the capability to adjust bsp config flags in the Rigel flow freertos10_xilinx: Fix portPOINTER_SIZE_TYPE value for Cortex A78 scripts: pyesw: retarget_app: Add support for shared workspace use case xilpm: versal_common: server: Add a macro to exclude USB idle code bsp: Add macro to disable long values print support as needed dp12txss: examples: Fix IIC Baseaddress for new unified version dp12rxss: examples: Fix IIC Baseaddress for new unified version xilpm: versal: NoC ScanClear workaround for xcvm2152 --- meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-xilinx-standalone') diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass index 388855cc..9271bb5f 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass @@ -13,7 +13,7 @@ BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" ESW_REV[git] = "${AUTOREV}" ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" -ESW_REV[2024.1] = "21678feea6c535657988b9cede10270f8bdf3695" +ESW_REV[2024.1] = "86b2c5e38d51a98e6559799a2f25dc8c72535797" SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" @@ -23,7 +23,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM[master] = '9fceecdbcad88698f265578f3d4cb26c' LIC_FILES_CHKSUM[xlnx_rel_v2023.1_update] = '3c310a3ee2197a4c92c6a0e2937c207c' LIC_FILES_CHKSUM[xlnx_rel_v2023.2_update] = '9fceecdbcad88698f265578f3d4cb26c' -LIC_FILES_CHKSUM[xlnx_rel_v2024.1-next] = '9fceecdbcad88698f265578f3d4cb26c' +LIC_FILES_CHKSUM[xlnx_rel_v2024.1-next] = '443113d5aa8fd5facf31e9c5d25dc114' LIC_FILES_CHKSUM ??= "file://license.txt;md5=${@d.getVarFlag('LIC_FILES_CHKSUM', d.getVar('BRANCH')) or '0'}" SRC_URI = "${EMBEDDEDSW_SRCURI}" -- cgit v1.2.3-54-g00ecf