summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVaralaxmi Bingi <varalaxmi.bingi@xilinx.com>2020-04-04 06:22:24 -0600
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2020-04-04 11:40:03 -0700
commitedba014c20f0b7f0aa0107908202fac67e51d283 (patch)
tree4b588a2aaa2dfa1d8b752d4e5a5f97033a38a70c
parentafc0eba5b84e5f89fcce1b7791da2d5a6b72dc78 (diff)
downloadmeta-xilinx-edba014c20f0b7f0aa0107908202fac67e51d283.tar.gz
u-boot-xlnx.inc:u-boot-xlnx_2020.1.bb: kc705 patch
This patch will remove the functionality which is adding kc705-trd patch. Signed-off-by: Varalaxmi Bingi <varalaxmi.bingi@xilinx.com> Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
-rw-r--r--meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx.inc2
-rw-r--r--meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2020.1.bb2
2 files changed, 0 insertions, 4 deletions
diff --git a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx.inc b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx.inc
index 61ed1804..40ca73ef 100644
--- a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx.inc
+++ b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx.inc
@@ -15,7 +15,5 @@ SRC_URI = "${UBOOTURI};${UBRANCHARG}"
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:" 17FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:"
18FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:"
19FILESEXTRAPATHS_prepend := "${@'${THISDIR}/u-boot-xlnx/${XILINX_RELEASE_VERSION}:' if d.getVar('XILINX_RELEASE_VERSION') else ''}"
20 18
21SYSROOT_DIRS += "/boot" 19SYSROOT_DIRS += "/boot"
diff --git a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2020.1.bb b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2020.1.bb
index ebe6da0f..03ab6fb5 100644
--- a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2020.1.bb
+++ b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2020.1.bb
@@ -7,8 +7,6 @@ SRCREV ?= "dc61275b1d505f6a236de1c5b0f35485914d2bcc"
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
10SRC_URI_append_kc705-microblazeel = " file://microblaze-kc705-Convert-microblaze-generic-to-k.patch"
11
12LICENSE = "GPLv2+" 10LICENSE = "GPLv2+"
13LIC_FILES_CHKSUM = "file://README;beginline=1;endline=4;md5=744e7e3bb0c94b4b9f6b3db3bf893897" 11LIC_FILES_CHKSUM = "file://README;beginline=1;endline=4;md5=744e7e3bb0c94b4b9f6b3db3bf893897"
14 12