summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2021-05-13 14:10:16 -0700
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2021-07-14 14:59:26 -0700
commitecc901e7c3b90d21132e2407f0e390e2a9c206fc (patch)
treef921aeb148c38e3fdf01dddb4c70e9d15e304419 /meta-xilinx-standalone
parent36a2fc1c74a98202dad0bfce6a8256103c18d665 (diff)
downloadmeta-xilinx-ecc901e7c3b90d21132e2407f0e390e2a9c206fc.tar.gz
Update commit ids for 2021 release
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> cherry-pick: 6635446 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 a4d62b8d..846786c3 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] = "a7bbd50bf1b02154076ebd348d217480b040a256" 18ESW_REV[2021.1] = "20671b59b3a91070c2f9563a0d7148315e49ffbb"
19ESW_REV[git] = "a7bbd50bf1b02154076ebd348d217480b040a256" 19ESW_REV[git] = "20671b59b3a91070c2f9563a0d7148315e49ffbb"
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') != '']}"