summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2024-03-22 12:42:31 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2024-03-22 14:27:18 +0530
commitd16ea3c8de96b5e77b7cacc435223069502b0b37 (patch)
treea3b5b508090a73b98998e9bb702260068ce55af5 /meta-xilinx-standalone
parent8b67275c559e493a07787252f7a6c9cecee92393 (diff)
downloadmeta-xilinx-d16ea3c8de96b5e77b7cacc435223069502b0b37.tar.gz
embeddedsw : Updated SRCREV for 2024.1_4739
gpiops: Fix compilation warning of XGpioPs_SelfTest sw_services:versalnet:xilpuf: Updated PUF client example sw_services:xilloader:Added support for Spansion Die Config xilpm: versal_net: server: Request UART_0 and UART_1 from PMC subsystem v_sditxss: Add SDI substems to peripheral test dfeofdm: Fix SDT flow number of instances dfemix: Fix SDT flow number of instances dfeequ: Fix SDT flow number of instances dfeccf: Fix SDT flow number of instances
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 10fb549f..31ceb018 100644
--- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
+++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
@@ -13,7 +13,7 @@ BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}"
13ESW_REV[git] = "${AUTOREV}" 13ESW_REV[git] = "${AUTOREV}"
14ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" 14ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a"
15ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" 15ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c"
16ESW_REV[2024.1] = "1fbdaf4d1b22e735c39fce588eea55214c38255a" 16ESW_REV[2024.1] = "e09e622affce82f87c5ee3204e066eddc93814bd"
17SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" 17SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}"
18 18
19EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 19EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"