diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2021-10-02 12:17:45 +0530 |
---|---|---|
committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-11-02 00:23:50 -0700 |
commit | d209f0932f9a14b230f63af10c242d776032b448 (patch) | |
tree | 639a930ec51159e92c2c3f9c1ef9920c797ae67d | |
parent | 9f37d425e60d819ffd58760b036f56f2928f7a9b (diff) | |
download | meta-xilinx-d209f0932f9a14b230f63af10c242d776032b448.tar.gz |
Updated SRCREV for 2021
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
-rw-r--r-- | meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2021.2.bb | 2 | ||||
-rw-r--r-- | meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2021.2.bb b/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2021.2.bb index 9d27c250..dd5a633f 100644 --- a/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2021.2.bb +++ b/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2021.2.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | LINUX_VERSION = "5.10" | 1 | LINUX_VERSION = "5.10" |
2 | KBRANCH="xlnx_rebase_v5.10" | 2 | KBRANCH="xlnx_rebase_v5.10" |
3 | SRCREV = "0a6e9d56f285540e5ca6c69c7fad2c3520b79c50" | 3 | SRCREV = "6f887a3e4f2e3a52b4591879f46a233a707b1ba3" |
4 | 4 | ||
5 | KCONF_AUDIT_LEVEL="0" | 5 | KCONF_AUDIT_LEVEL="0" |
6 | 6 | ||
diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass index 82c4a9ce..339ac083 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
@@ -17,7 +17,7 @@ ESW_REV[2019.2] = "e8db5fb118229fdc621e0ec7848641a23bf60998" | |||
17 | ESW_REV[2020.1] = "338150ab3628a1ea6b06e964b16e712b131882dd" | 17 | ESW_REV[2020.1] = "338150ab3628a1ea6b06e964b16e712b131882dd" |
18 | ESW_REV[2020.2] = "2516d5ed8161e16c2813b0e8e4ceac693f23de5c" | 18 | ESW_REV[2020.2] = "2516d5ed8161e16c2813b0e8e4ceac693f23de5c" |
19 | ESW_REV[2021.1] = "d37a0e8824182597abf31ac3f1087a5321b33ad7" | 19 | ESW_REV[2021.1] = "d37a0e8824182597abf31ac3f1087a5321b33ad7" |
20 | ESW_REV[2021.2] = "c8e5cdd1928ced3b2ccd7d961b36cd88f195e845" | 20 | ESW_REV[2021.2] = "40f87b1635ae7f85017ffcf07ae580b37644cefa" |
21 | ESW_REV[git] = "43d395a11e659409436d9faf13c6758c78871d3c" | 21 | ESW_REV[git] = "43d395a11e659409436d9faf13c6758c78871d3c" |
22 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" | 22 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" |
23 | 23 | ||