summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2024-04-28 15:09:00 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2024-04-28 16:47:10 +0530
commitedba71bbcf910119881f9a4fcbc201489ca21f93 (patch)
tree39e8c7e598ddd55ccce9234b63b9d641759d8af8 /meta-xilinx-standalone
parent7ff2940d82d3e15eecd6f69c298700afa345c47a (diff)
downloadmeta-xilinx-edba71bbcf910119881f9a4fcbc201489ca21f93.tar.gz
embeddedsw : Updated SRCREV for 2024.1_2855
scugic: Fix declaration for routines declared in scugic_header.h Embedded SW license update 2024.1 release Added xiltimer and cpu cortexr5 Added openamp_v1_10 and libmetal_v2_7 sw_services: xiltimer: Update default sleep and tick timers in SDT flow cmake: Findcommon.cmake: Remove the unused legacy code to avoid the wrong DDR value in linker Updated rigel to SDT Revert "OpenAMP: Remove hard-coding cmake paths and dependencies" BSP: riscv: Add hooks for open and close syscalls scugic: xscugic_example: Use interrupt wrapper APIs to trigger SGI BSP: intr: Add software interrupt support scripts: pyesw: reconfig_bsp: Fix cmake configure errors on windows sw_services:xilsecure:Use correct KAT mask for RSA operation xilpm: server: Release DDRMCs linked to root PLDx during PldInitStart BSP: Display all legacy BSP setting options in SDT flow Added new components and line spaces in ChangeLog Changelog: update for OpenAMP and Libmetal Changelog: update for dfe drivers lwip220 : add dhcp and acd debug flags lwip220 : fix lwip debug options in cmake Updated changelog for 2024.1 components-5 sw_services:xilrsa:Added additional files missing property to clean the target VPROCSS: Subcore array definition fix for VPSS dfeprach: Configure si570 in Linux examples dfeofdm: Configure si570 in Linux examples dfemix: Configure si570 in Linux examples dfeequ: Configure si570 in Linux examples dfeccf: Configure si570 in Linux examples Updated changelog for 2024.1 components-4 Updated changelog for 2024.1 components-2 Updated changelog for 2024.1 components-3 OpenAMP: Remove hard-coding cmake paths and dependencies
Diffstat (limited to 'meta-xilinx-standalone')
-rw-r--r--meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
index 169728b8..0a9fb92e 100644
--- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
+++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
@@ -13,7 +13,7 @@ BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}"
13ESW_REV[git] = "${AUTOREV}" 13ESW_REV[git] = "${AUTOREV}"
14ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" 14ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a"
15ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" 15ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c"
16ESW_REV[2024.1] = "54539e1accb6c616a1b67ef07b7d83d4097194b6" 16ESW_REV[2024.1] = "f9813dcf080fd596e38133ee26eb4b35ae401b1d"
17SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" 17SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}"
18 18
19EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 19EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"
@@ -23,7 +23,7 @@ LICENSE = "MIT"
23LIC_FILES_CHKSUM[master] = '9fceecdbcad88698f265578f3d4cb26c' 23LIC_FILES_CHKSUM[master] = '9fceecdbcad88698f265578f3d4cb26c'
24LIC_FILES_CHKSUM[xlnx_rel_v2023.1_update] = '3c310a3ee2197a4c92c6a0e2937c207c' 24LIC_FILES_CHKSUM[xlnx_rel_v2023.1_update] = '3c310a3ee2197a4c92c6a0e2937c207c'
25LIC_FILES_CHKSUM[xlnx_rel_v2023.2_update] = '9fceecdbcad88698f265578f3d4cb26c' 25LIC_FILES_CHKSUM[xlnx_rel_v2023.2_update] = '9fceecdbcad88698f265578f3d4cb26c'
26LIC_FILES_CHKSUM[xlnx_rel_v2024.1-next] = '443113d5aa8fd5facf31e9c5d25dc114' 26LIC_FILES_CHKSUM[xlnx_rel_v2024.1-next] = '0dcabd3719e5ac33f7c03f0d77d473f2'
27LIC_FILES_CHKSUM ??= "file://license.txt;md5=${@d.getVarFlag('LIC_FILES_CHKSUM', d.getVar('BRANCH')) or '0'}" 27LIC_FILES_CHKSUM ??= "file://license.txt;md5=${@d.getVarFlag('LIC_FILES_CHKSUM', d.getVar('BRANCH')) or '0'}"
28 28
29SRC_URI = "${EMBEDDEDSW_SRCURI}" 29SRC_URI = "${EMBEDDEDSW_SRCURI}"