diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-08-24 17:09:25 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-08-24 18:57:25 +0530 |
commit | 869cf54c5533dbfa12c44749d61cbd9f28756ae8 (patch) | |
tree | c63ff1786b9655c118ad6aa887a342a1ad3330e7 | |
parent | 3fc691d7072e42197e94d7168db9fdf37d45c328 (diff) | |
download | meta-xilinx-869cf54c5533dbfa12c44749d61cbd9f28756ae8.tar.gz |
embeddedsw : Updated SRCREV for 2023.2_2991
lib: sw_apps: Add missing xiltimer library in the link libraries
scripts: pyesw: library_utils: Fix bsp creation issues with rfdc drivers
scripts: pyesw: library_utils: Add __BAREMETAL__ compiler definition for libmetal drivers
scripts: pyesw: In link libraries add speical handling for libmetal
sw_services:xilloader: Place ECDSA in reset when PLM_ECDSA_EXCLUDE is not defined
uartns550: Add support for peripheral test for uartns550 in SDT flow
uartpsv: Add support for peripheral test for uartpsv in SDT flow
iicps: Add support for peripheral test for iicps in SDT flow
iic: Add support for peripheral test for iic in SDT flow
uartlite: Add support for peripheral test for uartlite in SDT flow
uartps: Add support for peripheral tests in SDT flow
gpio: Disable peripheral test for gpio in SDT flow
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.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 5eb01d8c..1aab7ecd 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] = "badc4e42bbed4af31edf506b47dae664b68e8bd1" | 11 | ESW_REV[2023.2] = "ae08eb195a9cfe0c2797f1dce5d80832429b845b" |
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') != '']}" |