summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2021-01-29 14:49:43 -0800
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2021-07-14 14:21:54 -0700
commitd3a419e524851da03ac5a0e8e2a15f0277c1ae21 (patch)
treeb5d95f146f17948576ad7ddc5fe9b2060e0a1271 /meta-xilinx-bsp
parent280f9bcb57210be29ccdc7fe61d977e2e5181899 (diff)
downloadmeta-xilinx-d3a419e524851da03ac5a0e8e2a15f0277c1ae21.tar.gz
Rename u-boot-xlnx and linux-xlnx to 2021.1 version
Both components now have in-development changes that are incompatible with gatesgarth 2020.2 version. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp')
-rw-r--r--meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2021.1.bb (renamed from meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2020.2.bb)4
-rw-r--r--meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2021.1.bb (renamed from meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2020.2.bb)1
2 files changed, 0 insertions, 5 deletions
diff --git a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2020.2.bb b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2021.1.bb
index 95c7254c..9e289a08 100644
--- a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2020.2.bb
+++ b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2021.1.bb
@@ -7,10 +7,6 @@ SRCREV ?= "bb4660c33aa7ea64f78b2682bf0efd56765197d6"
7include u-boot-xlnx.inc 7include u-boot-xlnx.inc
8include u-boot-spl-zynq-init.inc 8include u-boot-spl-zynq-init.inc
9 9
10# Patch required for latest gcc and 2020.2 version of u-boot-xlnx
11# This will be removed once the SRCREV above has been updated to include this change
12SRC_URI += " file://0001-Remove-redundant-YYLOC-global-declaration.patch"
13
14LICENSE = "GPLv2+" 10LICENSE = "GPLv2+"
15LIC_FILES_CHKSUM = "file://README;beginline=1;endline=4;md5=744e7e3bb0c94b4b9f6b3db3bf893897" 11LIC_FILES_CHKSUM = "file://README;beginline=1;endline=4;md5=744e7e3bb0c94b4b9f6b3db3bf893897"
16 12
diff --git a/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2020.2.bb b/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2021.1.bb
index 44fa42de..314b293a 100644
--- a/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2020.2.bb
+++ b/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2021.1.bb
@@ -10,6 +10,5 @@ SRC_URI_append = " \
10 file://0001-perf-tests-bp_account-Make-global-variable-static.patch \ 10 file://0001-perf-tests-bp_account-Make-global-variable-static.patch \
11 file://0001-perf-cs-etm-Move-definition-of-traceid_list-global-v.patch \ 11 file://0001-perf-cs-etm-Move-definition-of-traceid_list-global-v.patch \
12 file://0001-libtraceevent-Fix-build-with-binutils-2.35.patch \ 12 file://0001-libtraceevent-Fix-build-with-binutils-2.35.patch \
13 file://0001-scripts-dtc-Remove-redundant-YYLOC-global-declaratio.patch \
14" 13"
15 14