summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-11-09 15:13:04 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-11-09 16:37:11 +0530
commit30f70eeb647f261b35b7e316e61b2cae534805a4 (patch)
treec76c8bf4e993666175bfff3e12595f1a9a2183e7
parent1612faf328c608ac4faaa7c74de7239cc4094b9e (diff)
downloadmeta-xilinx-30f70eeb647f261b35b7e316e61b2cae534805a4.tar.gz
embeddedsw : Updated SRCREV for 2024.1_5107
ipipsu: Fix compilation warning ipipsu: Update the driver version mbox: Add microblaze-v platform check mbox: Update the driver version clk_wiz: Add microblaze-v platform check clk_wiz: Update the driver version xilmailbox: Add microblaze-v platform check qspipsu: Add microblaze-v platform check sdps: Add microblaze-v platform check lib: bsp: standalone: Deprecate IOCTL_SET_SGMII_MODE ID sw_services: xilpm: versal: Remove IOCTL_SET_SGMII_MODE ID bsp:standalone: Modify translation_table for versal net in SDT Flow sw_services:xilsecure:zynqmp:Fixed INIT_TO_NULL coverity warning VersalNet: Add support to run KAT for xilocp and xilcert
-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 d0b20418..0ba08e7c 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}'}"
12ESW_REV[git] = "${AUTOREV}" 12ESW_REV[git] = "${AUTOREV}"
13ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" 13ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a"
14ESW_REV[2023.2] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847" 14ESW_REV[2023.2] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847"
15ESW_REV[2024.1] = "bd8b5a0e3ae9c1f895c17b1f641b5733486f4501" 15ESW_REV[2024.1] = "74010c0dc7d0b6b624da1546253da26297e1f5ce"
16SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" 16SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}"
17 17
18EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 18EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"