From 2384364064570d2ff5ad3beeefae5c7b326b856b Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Fri, 13 Oct 2023 20:57:13 +0530 Subject: embeddedsw : Updated SRCREV for 2024.1_8803 sdps: Fix code format issues sdps: Fix compilation error on Microblaze RISC-V sdps: Increment driver version versal_psmfw: versal_net: remove p-channel request from APU req power down 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 f96ecc50..84f21d23 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass @@ -10,7 +10,7 @@ BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" ESW_REV[2023.2] = "19ade382dd3b8a89aa737d9a67ceb2d28c6ab1bc" -ESW_REV[2024.1] = "753e4c3ebf3b6365fadf6771e244a6e08979b92b" +ESW_REV[2024.1] = "237028b8a409a1f45c5b2f9841d8a040664bb948" 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