summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2024-03-19 16:53:34 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2024-03-19 18:47:09 +0530
commit525bc764ee57e10e46c219e8b755e956b7f3c5e6 (patch)
tree2df924ff61b63b3f705cdb302018a2fbf9d912aa /meta-xilinx-standalone
parent2152429d77c0f006aeb4adca0672fb441b7d4c92 (diff)
downloadmeta-xilinx-525bc764ee57e10e46c219e8b755e956b7f3c5e6.tar.gz
embeddedsw : Updated SRCREV for 2024.1_7775
lib: bsp: standalone: Add symbol VERSAL for versal platform in SDT flow v_hdmitxss: Fix interrupt ID argument in interrupt setup function v_hdmirxss: Fix interrupt ID argument in interrupt setup gpiops: Add multi-core interrupt support
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 f355f5fd..7284f21d 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] = "73f0904e41cc109f18bb19a5329d0e5a66af2434" 14ESW_REV[2023.2] = "73f0904e41cc109f18bb19a5329d0e5a66af2434"
15ESW_REV[2024.1] = "594958ff1630ffd0488b9e0bac9cb9473c05098b" 15ESW_REV[2024.1] = "e367a6b8df2a30b12e5c88157afd98322a06c8a6"
16SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" 16SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}"
17 17
18EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 18EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"