diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-01-11 12:54:50 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-01-11 14:17:12 +0530 |
commit | b0c4b621659b68f12f64e9cd057030e2c9c42cdc (patch) | |
tree | 8067fbd1f78185232fb9729783b6178494c8727b /meta-xilinx-standalone | |
parent | 9d1baaf488496ab540dc227e1b4204285960e1e2 (diff) | |
download | meta-xilinx-b0c4b621659b68f12f64e9cd057030e2c9c42cdc.tar.gz |
embeddedsw : Updated SRCREV for 2024.1_3303
sw_apps:zynqmp_fsbl:XFsbl_PollTimeout function-behaviour correction
sw_apps :zynqmp_fsbl: Versionless build failure fix
sw_apps :zynq_fsbl: Versionless build failure fix
sw_apps:versal_plm: versionless warning fix
sw_apps:imgsel: versionless warning fix
sw_apps:img_rcvry: versionless build failure fix
ospipsv: Add support for is25lx512m issi flash part
ospipsv: Update AMD Copyright year from 2023 to 2024
axipmon: Add support for compiling driver examples in Yocto flow
axipmon: Increment driver version
Diffstat (limited to 'meta-xilinx-standalone')
-rw-r--r-- | meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 2 |
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 130fd30d..122261f6 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}'}" | |||
12 | ESW_REV[git] = "${AUTOREV}" | 12 | ESW_REV[git] = "${AUTOREV}" |
13 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" | 13 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" |
14 | ESW_REV[2023.2] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847" | 14 | ESW_REV[2023.2] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847" |
15 | ESW_REV[2024.1] = "20ab6e9698b504be178057b76a527b0125b5729a" | 15 | ESW_REV[2024.1] = "a5d03dbd5a02d6bfca2e22adefbdb34742f6e55a" |
16 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" | 16 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" |
17 | 17 | ||
18 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" | 18 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" |