summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-10-27 16:58:49 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-10-27 18:27:13 +0530
commit3cac7c64e27fd83685af68a9aa5264b9bd03c30d (patch)
treec1f98f0422bbf2ed36623647dcb8a3bcb7239409
parentf03cf783e2e67063f44ae2593cee22069d94825c (diff)
downloadmeta-xilinx-3cac7c64e27fd83685af68a9aa5264b9bd03c30d.tar.gz
embeddedsw : Updated SRCREV for 2024.1_8439
xilpm: versal_net: server: Add auto generated pin control files xilpm: versal_common: server: move common pinctrl functions
-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 43a6adb0..42bce870 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] = "0ec730944067d154a851afe83e840377a2b4a93a" 13ESW_REV[2024.1] = "567486d3dd44a9c79f6200cbaf636ac6b5764033"
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') != '']}"