summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/classes
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-11-07 17:06:49 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-11-07 18:57:11 +0530
commita14e61f3e69439066ac6ab1d5fe7eba60446de2b (patch)
tree4f71bc99fad8ddf4a4176143ea58b37272091bf9 /meta-xilinx-standalone/classes
parent3ed79232a51286abb24e0a9dcbb8a4fd03039781 (diff)
downloadmeta-xilinx-a14e61f3e69439066ac6ab1d5fe7eba60446de2b.tar.gz
embeddedsw : Updated SRCREV for 2024.1_9623
v_hdmirxss1: example: Fix application compilation error in SDT flow v_hdmiphy1: Fix yaml file to pull the hdmiphy1 driver for ZU+ devices freertos10_xilinx: Move extern variable declarations from macro
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 33977687..5e1442cd 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] = "e02c4b788494ed376e3a4aa3d23da02f50dcbf28" 15ESW_REV[2024.1] = "397712f04d7f6a7dd5a2abb033f3a5ec4840cdbf"
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') != '']}"