diff options
author | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2016-12-01 12:44:26 -0800 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-12-04 20:50:39 +1000 |
commit | 85cfaf4feb6c5cb85baeaa7ca58f3201016a9153 (patch) | |
tree | 5262efbac9af948b56d2314b607478c10f6f82d5 | |
parent | 8f68051ce43c6adcb916e8809564e6aa09c38f79 (diff) | |
download | meta-xilinx-85cfaf4feb6c5cb85baeaa7ca58f3201016a9153.tar.gz |
u-boot-xlnx_2016.07.bb: Add kc705 patch
Add kc705-microblazeel patch for u-boot
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-xlnx_2016.07.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-xlnx_2016.07.bb b/recipes-bsp/u-boot/u-boot-xlnx_2016.07.bb index f91ad765..61f1cb79 100644 --- a/recipes-bsp/u-boot/u-boot-xlnx_2016.07.bb +++ b/recipes-bsp/u-boot/u-boot-xlnx_2016.07.bb | |||
@@ -8,6 +8,8 @@ PV = "v2016.07-xilinx-${XILINX_RELEASE_VERSION}+git${SRCPV}" | |||
8 | 8 | ||
9 | FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:" | 9 | FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:" |
10 | 10 | ||
11 | SRC_URI_append_kc705-microblazeel = " file://microblaze-kc705-Convert-microblaze-generic-to-k.patch" | ||
12 | |||
11 | LICENSE = "GPLv2+" | 13 | LICENSE = "GPLv2+" |
12 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c" | 14 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c" |
13 | 15 | ||