From d4e854bd33dd97a7d23eabbbdeca89b0791c4d73 Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Wed, 8 Nov 2023 15:47:08 +0530 Subject: embeddedsw : Updated SRCREV for 2024.1_8467 xilsecure: Add input validations in all ipihandlers xilpuf: Add input validations in all ipihandlers xilnvm: Add input validations in all ipihandlers sw_services: xilsecure: Fix compilation warning sw_services: xilnvm: Fix compilation warning --- 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 5e1442cd..d0b20418 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass @@ -12,7 +12,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] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847" -ESW_REV[2024.1] = "397712f04d7f6a7dd5a2abb033f3a5ec4840cdbf" +ESW_REV[2024.1] = "bd8b5a0e3ae9c1f895c17b1f641b5733486f4501" 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