summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2024-04-18 11:36:00 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2024-04-18 13:17:10 +0530
commit7eedf5943b813658f1cdbe6efd56dec07ad362a0 (patch)
treef4371ab9239fe73b9b36075f63b7dc2642f04c4f /meta-xilinx-standalone
parentfc98a0b440c0a234b70936a1290470aff7796553 (diff)
downloadmeta-xilinx-7eedf5943b813658f1cdbe6efd56dec07ad362a0.tar.gz
embeddedsw : Updated SRCREV for 2024.1_2451
v_hdmitxss1: Exdes Independent mode Fix v_hdmirxss1: Exdes Independent mode fix csudma: Fix peripheral test failure for MB designs iicps: Add doxygen and editorial fixes mipicsiss: update CPHY support only for Rigel flow v_sdirx: Fix HD/SD/3G modes without st352 payload
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 41f0c311..90e78c52 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] = "a94e86f7645ea2946b4b33992385870f7befbb25" 16ESW_REV[2024.1] = "faf498ef6012b89134892af6644943bd3caa776d"
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') != '']}"