diff options
| author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-01-06 12:51:20 +0530 |
|---|---|---|
| committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-01-06 14:27:10 +0530 |
| commit | 4bee16df8dba1ad23a2b7851fa39aca774175d12 (patch) | |
| tree | a9450a68131144ebda41aacbee8ad7bc718cf1cd /meta-xilinx-standalone/classes | |
| parent | c48ed6889876da240d743ed2db70343466ce59c5 (diff) | |
| download | meta-xilinx-4bee16df8dba1ad23a2b7851fa39aca774175d12.tar.gz | |
embeddedsw : Updated SRCREV for 2024.1_2463
usb: usbpsu: examples: Update the freertos examples to support SDT flow
usb: usbpsu: data: add dependency_files in yaml FreeRTOS examples
Application fixes for decoupling flow
VPROCSS: Driver TCL fix for customer issue
xilpm: versal_common: server: use healthy boot monitor timer
sw_services:xilplmi:Save PSM & PMC Buffers for IPU
scripts: pyesw: library_utils: Add _XLNX_PLATFORM for libmetal platforms
Revert "shmem: Add shared memory struct properties comments"
ThirdParty: openamp: 2024.1 version for v2023.10.0
open-amp: apps: update to upstream v2023.10.0
open-amp: lib: update to upstream v2023.10.0
libmetal: lib: update to upstream v2023.10.0
Diffstat (limited to 'meta-xilinx-standalone/classes')
| -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 15a53188..6ab7d79c 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] = "ac2f49206697f893ad93f25251601632b1eea879" | 15 | ESW_REV[2024.1] = "c560223123ddaf8b953b72b9b162510fb7d24310" |
| 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') != '']}" |
