summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-10-30 16:17:38 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-10-30 17:57:15 +0530
commitdc0e4a9f29f13d615f8511f05c68838d58666f13 (patch)
tree74d7c0c03e3df3da81013986b83c52c1d73c63fd /meta-xilinx-standalone
parent3cac7c64e27fd83685af68a9aa5264b9bd03c30d (diff)
downloadmeta-xilinx-dc0e4a9f29f13d615f8511f05c68838d58666f13.tar.gz
embeddedsw : Updated SRCREV for 2024.1_8163
sw_services:xilnvm:Deprecated server mode for versalnet sw_services:xilpuf:Deprecated server mode for versalnet
Diffstat (limited to 'meta-xilinx-standalone')
-rw-r--r--meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
index 42bce870..cafa9e25 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}'}"
10 10
11ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" 11ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a"
12ESW_REV[2023.2] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847" 12ESW_REV[2023.2] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847"
13ESW_REV[2024.1] = "567486d3dd44a9c79f6200cbaf636ac6b5764033" 13ESW_REV[2024.1] = "2722dd4fcefd7949b9f11bf9aa7bafa9e4894e8a"
14SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" 14SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}"
15 15
16EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 16EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"