From 18fa381c4d126ee66e4efc96efb94a6979d4a38c Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Mon, 19 Feb 2024 17:40:28 +0530 Subject: embeddedsw : Updated SRCREV for 2024.1_1483 Updated commit ID to latest HEAD --- 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 5e5c5415..f6279658 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] = "73f0904e41cc109f18bb19a5329d0e5a66af2434" -ESW_REV[2024.1] = "754a400b26b5f19f7f504a908a5724076548f92c" +ESW_REV[2024.1] = "4a567e7c2085c8c117077556cd57ced406b9fa77" 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