summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2024-01-24 12:55:23 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2024-01-24 14:57:10 +0530
commit7bec633200c97b61acffb412cfd427241a2ab377 (patch)
treeae890fa843d0ef4f34f7611620c7e6e9f79d8e97 /meta-xilinx-standalone
parent64c4329de9c78853e6aa2213a4709cbd189bc14d (diff)
downloadmeta-xilinx-7bec633200c97b61acffb412cfd427241a2ab377.tar.gz
embeddedsw : Updated SRCREV for 2024.1_1203
rfclk: Correct linux gpio ID v_hdmitx1: Declare XV_HdmiTx1_LookupVic function in header file resetps: Add support for compiling examples in Yocto flow bsp: standalone: Fixed source code-format issue bsp: standalone: Fix Doxygen warnings wdttb: Add support for compiling examples in Yocto flow sw_services: xilnvm: Validate the decrypt only puf helper data qspipsu: example: Update examples to set QSPI clock based on baud rate divisor qspipsu: Add support to set QSPI clock based on baud rate divisor VideoHLS Drivers: Import examples option is added to all examples fs-boot.c: fixing compilation issues in sdt flow
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 456be0c6..4cbf586d 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] = "2a07bc9c764e5aecea4cfb54068f5715176e2dad" 15ESW_REV[2024.1] = "3bf967a067ca608fd7cf1093116e5845cf315c63"
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') != '']}"