diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-04-23 15:54:01 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-04-23 17:47:12 +0530 |
commit | 0236f98cea1ed6af8a12e2f2a42ae3c5b47612a7 (patch) | |
tree | 6670c7d400b85b7bf5a86c77a1b9076c8c0a73c7 /meta-xilinx-standalone | |
parent | 475d4ed56e6ded13791d22fd2615fa1a07562f2b (diff) | |
download | meta-xilinx-0236f98cea1ed6af8a12e2f2a42ae3c5b47612a7.tar.gz |
embeddedsw : Updated SRCREV for 2024.1_6307
Updated changelog for 2024.1 components_1
dsirxss: Update dsirxss to dsi2rxss.
dsi2rx: Add new subcore driver for DSI RX.
ThirdParty: openamp: Add Compiler flag -Os for applications by default
BSP: cortexr5: Support lockstep_mode_debug in SDT flow
iomodule: Ensure that xio.h is included only for MB and MB-V
scripts:pyesw:create_bsp: Update the Findcommon.cmake file to maintain backward compatibility for NON_YOCTO variable
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 257a9b7f..169728b8 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}'}" | |||
13 | ESW_REV[git] = "${AUTOREV}" | 13 | ESW_REV[git] = "${AUTOREV}" |
14 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" | 14 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" |
15 | ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" | 15 | ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" |
16 | ESW_REV[2024.1] = "c16018a7950afd274397fd06950d9446de9f1779" | 16 | ESW_REV[2024.1] = "54539e1accb6c616a1b67ef07b7d83d4097194b6" |
17 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" | 17 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" |
18 | 18 | ||
19 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" | 19 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" |