summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/classes
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-11-03 14:26:52 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-11-03 20:17:28 +0530
commit24677437696fc115502ab23ac7c0d17f6aa313ac (patch)
treececb37a5903450e5d02bd53d1e337946c10ebe6a /meta-xilinx-standalone/classes
parent2ca09044d0af80fed2a377443cee57dadb8ecd1c (diff)
downloadmeta-xilinx-24677437696fc115502ab23ac7c0d17f6aa313ac.tar.gz
embeddedsw : Updated SRCREV for 2024.1_3703
xilplmi: Added code to Trigger Error Out freertos: Add support for stdin and stdout config parameter selection sw_services:xilloader:Redundancy Fixes dp14rxss: Add support for system device-tree flow dp14rxss: Add support for system device-tree flow scripts: pyesw: Fix nul file is showing up in the exported platform
Diffstat (limited to 'meta-xilinx-standalone/classes')
-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 68e15be4..1f4aedd7 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] = "08ab18e1221e768b754f5dc96dd2d25e632632c7" 15ESW_REV[2024.1] = "765913e38b2fd313666abc76775ee21822b6e1e5"
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') != '']}"