summaryrefslogtreecommitdiffstats
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
parent73f8eb8025e254f73080dfe068a6a0e050809156 (diff)
downloadmeta-xilinx-3560b31db50cbb4b22e4017f836b30d69f6a8e4d.tar.gz
Update commit id for 2021 release
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
-rw-r--r--meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2021.1.bb2
-rw-r--r--meta-xilinx-bsp/recipes-multimedia/vcu/vcu-firmware.bb2
-rw-r--r--meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass4
3 files changed, 4 insertions, 4 deletions
diff --git a/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2021.1.bb b/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2021.1.bb
index a4100058..8478ca8b 100644
--- a/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2021.1.bb
+++ b/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2021.1.bb
@@ -1,6 +1,6 @@
1LINUX_VERSION = "5.10" 1LINUX_VERSION = "5.10"
2KBRANCH="master" 2KBRANCH="master"
3SRCREV = "5db91ec53100477ab552583e5629f91ac02f998e" 3SRCREV = "85077014c1d2f88d7ab1c10ec7643c73c4da66ac"
4 4
5KCONF_AUDIT_LEVEL="0" 5KCONF_AUDIT_LEVEL="0"
6 6
diff --git a/meta-xilinx-bsp/recipes-multimedia/vcu/vcu-firmware.bb b/meta-xilinx-bsp/recipes-multimedia/vcu/vcu-firmware.bb
index 87159ebd..10f8e89e 100644
--- a/meta-xilinx-bsp/recipes-multimedia/vcu/vcu-firmware.bb
+++ b/meta-xilinx-bsp/recipes-multimedia/vcu/vcu-firmware.bb
@@ -10,7 +10,7 @@ S = "${WORKDIR}/git"
10 10
11BRANCH ?= "master" 11BRANCH ?= "master"
12REPO ?= "git://github.com/Xilinx/vcu-firmware.git;protocol=https" 12REPO ?= "git://github.com/Xilinx/vcu-firmware.git;protocol=https"
13SRCREV = "503fa0e601cd8274955073e44c8011591662d9df" 13SRCREV = "73780a2f55a4e9c10de525cdb0335fbb62364217"
14 14
15BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" 15BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
16SRC_URI = "${REPO};${BRANCHARG}" 16SRC_URI = "${REPO};${BRANCHARG}"
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') != '']}"