diff options
author | Addepalli, Siva <siva.addepalli@amd.com> | 2023-08-11 18:38:13 +0530 |
---|---|---|
committer | Siva Addepalli <siva.addepalli@amd.com> | 2023-08-11 20:17:24 +0530 |
commit | 2d426bb8afc46b1a0913c610464be06fc20ea1c6 (patch) | |
tree | 81afb1ddf1015e2a0532bb27b1ddc0211ae2817f | |
parent | ce7e774333a18f3f833fb39988797143733a7030 (diff) | |
download | meta-xilinx-2d426bb8afc46b1a0913c610464be06fc20ea1c6.tar.gz |
embeddedsw : Updated SRCREV for 2023.2_3315
lib: sw_apps: Update lwip BM apps to have additional SDT checks
lib: sw_apps: lwip_echo_server: Remove PPC platform file
Video drivers: Removed version number and added Overview.
spips: Fix data corruption issue at lower clock speed
lib: sw_apps: freert lwip*: Add custom heap size for freertos
scripts: pyesw: build_app: Update link libraries based on the available libraries in the bsp
xilpm: versal_net: add tcm device into prealloc list
mipicsiss : Updated XV_HdmiTxSs1_ReadEdid API
Updated changelog for axicdma and other componets
v_hdmitxss1: updated the API call for XV_HdmiTxSs1_ReadEdid
v_hdmirxss1: updated API call for XV_HdmiTxSs1_ReadEdid
sw_services:xilsem:Corrected XSEM_SSIT_MAX_SLR_CNT macro definition
ddrcpsu: Fix code formatting issues with checkpatch
ddrcpsu: Add support for system device-tree flow
Signed-off-by: Siva Addepalli <siva.addepalli@amd.com>
-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 58760c54..1bb8ed37 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
@@ -8,7 +8,7 @@ ESW_BRANCH[2023.2] = "xlnx_rel_v2023.2-next" | |||
8 | BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" | 8 | BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" |
9 | 9 | ||
10 | ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab" | 10 | ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab" |
11 | ESW_REV[2023.2] = "b9a66f8cdbbbc7a2c5944baa73b342910e41f094" | 11 | ESW_REV[2023.2] = "1bcf2265e0431eb26a28f4ddd9ff76afc495c4ea" |
12 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" | 12 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" |
13 | 13 | ||
14 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" | 14 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" |