summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-02-20 16:22:38 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-02-20 17:47:10 +0530
commit3915d667b03b282d474cc7b90c80374c8c602ff2 (patch)
tree6fcd3592d57eb0ef478fe8387da8db9d6e4b648c /meta-xilinx-standalone
parente7ef83c4789ed6956804ed24511de0c6183ccdc0 (diff)
downloadmeta-xilinx-3915d667b03b282d474cc7b90c80374c8c602ff2.tar.gz
Updated SRCREV for 2023.1_6955
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 78a84e59..7eec2ac6 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] = "fd385bc6baed2e94c96f3a84a283056b534b5b11" 13ESW_REV[2023.1] = "eee545e1c50e286fea4f67f143ce7aca9cbfba6c"
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') != '']}"