From 5cd24821a9e9458992accee74a197b1f71f003dd Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Fri, 25 Aug 2023 14:09:12 +0530 Subject: embeddedsw : Updated SRCREV for 2023.2_2927 Xilsecure: Fix XSecure_TrngGenerateRandNum() buffer overflow sw_services: Return XST_SUCCESS if KAT for SHA3 Engine 1 has already run sw_services: xilpm: Add STL callback after INIT_FINISH Signed-off-by: Siva Addepalli --- meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass index 1aab7ecd..9e974f2a 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass @@ -8,7 +8,7 @@ ESW_BRANCH[2023.2] = "xlnx_rel_v2023.2-next" BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab" -ESW_REV[2023.2] = "ae08eb195a9cfe0c2797f1dce5d80832429b845b" +ESW_REV[2023.2] = "dff6f52ab5d761bad06e0abc8db6fb39d57089f4" SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" -- cgit v1.2.3-54-g00ecf