summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
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 8597328e..eaab7086 100644
--- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
+++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
@@ -15,8 +15,8 @@ ESW_REV[2019.1] = "26c14d9861010a0e3a55c73fb79efdb816eb42ca"
15ESW_REV[2019.2] = "e8db5fb118229fdc621e0ec7848641a23bf60998" 15ESW_REV[2019.2] = "e8db5fb118229fdc621e0ec7848641a23bf60998"
16ESW_REV[2020.1] = "338150ab3628a1ea6b06e964b16e712b131882dd" 16ESW_REV[2020.1] = "338150ab3628a1ea6b06e964b16e712b131882dd"
17ESW_REV[2020.2] = "2516d5ed8161e16c2813b0e8e4ceac693f23de5c" 17ESW_REV[2020.2] = "2516d5ed8161e16c2813b0e8e4ceac693f23de5c"
18ESW_REV[2021.1] = "c972e00834b90dbefcee6e3705b4e02e672f0139" 18ESW_REV[2021.1] = "7e49f233ff7aa13af993dc63d629d6e6595fb96d"
19ESW_REV[git] = "c972e00834b90dbefcee6e3705b4e02e672f0139" 19ESW_REV[git] = "7e49f233ff7aa13af993dc63d629d6e6595fb96d"
20SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" 20SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}"
21 21
22EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 22EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"