summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2021-05-26 21:41:46 -0700
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2021-07-14 15:01:47 -0700
commit3560b31db50cbb4b22e4017f836b30d69f6a8e4d (patch)
tree0203c448c4dfb0112f7505044c975dc61ebe5023 /meta-xilinx-standalone
parent73f8eb8025e254f73080dfe068a6a0e050809156 (diff)
downloadmeta-xilinx-3560b31db50cbb4b22e4017f836b30d69f6a8e4d.tar.gz
Update commit id for 2021 release
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
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 199b4017..c1a2ebaf 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] = "bdfab49dab58b06bbb681e9d77bc8c814a7e313c" 18ESW_REV[2021.1] = "c97df912de4f1e574a3b17f9796fa8ab016c9221"
19ESW_REV[git] = "bdfab49dab58b06bbb681e9d77bc8c814a7e313c" 19ESW_REV[git] = "c97df912de4f1e574a3b17f9796fa8ab016c9221"
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') != '']}"