diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-06-21 12:51:10 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-06-21 14:27:12 +0530 |
commit | bf745fd482cac2d4149a6bad52c0d6e77857a36b (patch) | |
tree | 9dd7207c732a4138068d437c5dee35170451853b /meta-xilinx-standalone | |
parent | e5561430e60f2a132a6f7056d72e45bae4542b2c (diff) | |
download | meta-xilinx-bf745fd482cac2d4149a6bad52c0d6e77857a36b.tar.gz |
Updated SRCREV of embeddedsw for 2023.2_6063
qspipsu: Fix code format issues
qspipsu: Fix interrupt transfer fail issue
dfeccf: Function comment update
lib: sw_services: xilfpga: Add example meta-data
cortexa9_toolchain: Add toolchain file for cortexa9 processor
esw: Remove hardcoded linker script for cortexr5 processor
xilplmi: initialised IsKatRan state to false
dfemix: Correct comment about gain
dfeofdm: State and status upgrades
avbuf: Print reference clock frequency being used
dfeprach: Configure all trigger parameters in examples
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
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 304111ef..871f521a 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] = "master-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] = "24d280717af8875360f9bf903bd3d7a74274ada4" | 11 | ESW_REV[2023.2] = "440943de8aec7658fddb1d44e2211df6cf0c928f" |
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') != '']}" |