diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-01-11 15:20:48 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-01-11 18:57:11 +0530 |
commit | ee7b37dc8b763019eb2757bde0cd856645d7af97 (patch) | |
tree | 42caee74b025cff25533af8b34c19bec53bcd951 /meta-xilinx-standalone | |
parent | 40d2d8067b2c2e69ae939aea3f5046597016027a (diff) | |
download | meta-xilinx-ee7b37dc8b763019eb2757bde0cd856645d7af97.tar.gz |
embeddedsw : Updated SRCREV for 2024.1_8539
xilpm: versal_net: server: increase the ByteBuffer size
v_hdmitxss: Add support for SDT flow
v_hdmitx: Add support for SDT flow
v_hdmiphy1: Fix speedgrade member in XHdmiphy1_Config structure
can: Add support for compiling driver examples in Yocto flow
nandps: src: Move stack based BBT array to global instance to avoid stack overflow
nandps: Update AMD Copyright year from 2023 to 2024
nandps: data: Update the driver version
VPSS App issue: Fixed application for rigel flow on all boards
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 122261f6..00fba5ed 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] = "a5d03dbd5a02d6bfca2e22adefbdb34742f6e55a" | 15 | ESW_REV[2024.1] = "a542390a52dfd4a3c9ae13a39ae8711428dfdea5" |
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') != '']}" |