summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-03-03 13:15:03 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-03-03 16:37:15 +0530
commitf0ee0fcc8629b05229b7584d00c19fd6bd39d0e3 (patch)
treed2710eb27380907ebb519e40b0786d318e1d9ac4 /meta-xilinx-standalone
parent23eeef48324a088e0cbdccaf51abe09ec35aca41 (diff)
downloadmeta-xilinx-f0ee0fcc8629b05229b7584d00c19fd6bd39d0e3.tar.gz
Updated SRCREV for 2023.1_7147
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone')
-rw-r--r--meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass2
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 bdccaa8c..fb37a1b4 100644
--- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
+++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
@@ -10,7 +10,7 @@ BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}"
10 10
11ESW_REV[2022.1] = "56d94a506fd9f80949f4cff08e13015928603f01" 11ESW_REV[2022.1] = "56d94a506fd9f80949f4cff08e13015928603f01"
12ESW_REV[2022.2] = "d820775d2492edb524ae8b25d2728c0ac2ee2c28" 12ESW_REV[2022.2] = "d820775d2492edb524ae8b25d2728c0ac2ee2c28"
13ESW_REV[2023.1] = "0ba06dbe70f148c458b1d26e3febac32caaa56e5" 13ESW_REV[2023.1] = "14809f266c6ec79b517d976f882ba496be3e1998"
14SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" 14SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}"
15 15
16EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 16EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"