diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-02-06 15:51:18 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-02-06 17:27:25 +0530 |
commit | 4c56c54a700d166b86e2989f89d190d49305b8ed (patch) | |
tree | 509f406bc7b77bbb15a55dfc3d5a7538ecbac9be /meta-xilinx-standalone | |
parent | 7f2930eaaf420388a45bd87c65208ecbcf46fe38 (diff) | |
download | meta-xilinx-4c56c54a700d166b86e2989f89d190d49305b8ed.tar.gz |
embeddedsw : Updated SRCREV for 2024.1_5919
lib: sw_apps: OpenAMP Demos: sdt: Streamline app-create step
intc: Initialize IVAR register based on mtvec in case of Microblaze RISC-V
bsp: riscv: Initialize mtvec with _trap_handler at start of boot code
bsp: riscv: Add constructor to initailize mtvec with _trap_handler
lib: bsp: arm: Dont invoke XTime_StartTTCTimer() if xiltimer library is enabled
xxvethernet: Add support for compiling driver examples in yocto flow
sw_apps: img_rcvry: Clean up
sw_apps: img_rcvry: update the imgrcvry template app to support vitisng flow.
clk_wiz: Add support for compiling driver examples in Yocto flow
i3cpsx: Update the compatible
i3cpsx: Update the base address
i3cpsx: Add prints under debug
i3cpsx: Add support for compiling driver examples in Yocto flow
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 b10631ce..d1b7e7f6 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] = "5e9d990cb9690a53a21abb849db913df3734dd33" | 15 | ESW_REV[2024.1] = "aa46b74b5068c38be498fee20d1955d91843ab24" |
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') != '']}" |