diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-02-15 16:23:33 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-02-15 18:17:11 +0530 |
commit | e953d1afc7d8c71a7ad04b809232deadbc94ec81 (patch) | |
tree | 9b9dafd6b1b3df76d32e7d302d5b0c217b98d18a /meta-xilinx-standalone | |
parent | e2695ca2050868aa412cc2b8c0a37e2c071bf67b (diff) | |
download | meta-xilinx-e953d1afc7d8c71a7ad04b809232deadbc94ec81.tar.gz |
embeddedsw : Updated SRCREV for 2024.1_8451
xilpm: Add additional secure lockdown support
lib: sw_apps: openamp: sdt: Update to use latest Lopper and OpenAMP Repo
xilloader : Update XLoader_ReadAndValidateHdrs prototype
freertos10_xilinx: Port FreeRTOS interrupt example to SDT flow
freertos10_xilinx: ARM_CA9: Add support for xiltimer and SDT
freertos10_xilinx: ARM_CR5: Update data type for ucInterruptID
sw_services: xilsecure: Update CMakeLists.txt for new files
scripts:library_utils: Add silent discard option while validating library against BSP
sw_services: updated return type for IsCryptoKatEn and IsFipsModeEn
xilplmi: optimized u8 variables
xilloader: optimized u8 variables
sysmonpsv: Added SSIT Support
dfeofdm: Support Baremetal SDT Yocto Flow
sysmon: Support Baremetal SDT Yocto Flow
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 98acc05b..30b65faf 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] = "9957d310871af8fbae69bfdc6982715bfc57ca87" | 15 | ESW_REV[2024.1] = "754a400b26b5f19f7f504a908a5724076548f92c" |
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') != '']}" |