summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManjukumar Matha <manjukumar.harthikote-matha@xilinx.com>2016-12-01 12:41:03 -0800
committerNathan Rossi <nathan@nathanrossi.com>2016-12-02 19:40:55 +1000
commitb9f9f5f56e80b5679540dcdadce2929e9833bcda (patch)
tree30f91617e8d5595933ad18c53f732ff8bd33444b
parent9a7c563cb6097ee011efe40210d813b3741259eb (diff)
downloadmeta-xilinx-b9f9f5f56e80b5679540dcdadce2929e9833bcda.tar.gz
u-boot-xlnx_2016.01.bb: Remove older u-boot
Remove older u-boot version 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.01.bb31
1 files changed, 0 insertions, 31 deletions
diff --git a/recipes-bsp/u-boot/u-boot-xlnx_2016.01.bb b/recipes-bsp/u-boot/u-boot-xlnx_2016.01.bb
deleted file mode 100644
index a6b243d5..00000000
--- a/recipes-bsp/u-boot/u-boot-xlnx_2016.01.bb
+++ /dev/null
@@ -1,31 +0,0 @@
1include u-boot-xlnx.inc
2include u-boot-spl-zynq-init.inc
3
4XILINX_RELEASE_VERSION = "v2016.2"
5SRCREV = "0daf88c7f8c9085a81336a0ad2dd3bcc84c7a18a"
6PV = "v2016.01-xilinx-${XILINX_RELEASE_VERSION}+git${SRCPV}"
7
8FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:"
9
10SRC_URI_append = " file://0001-compiler-gcc6.h-Fix-u-boot-issue-for-gcc6.patch"
11
12SRC_URI_append_kc705-microblazeel = " file://microblaze-kc705-Convert-microblaze-generic-to-k.patch"
13
14LICENSE = "GPLv2+"
15LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c"
16
17UBOOT_ENV_zc702-zynq7 = "uEnv"
18UBOOT_ENV_zedboard-zynq7 = "uEnv"
19
20SRC_URI_append_zc702-zynq7 = " file://uEnv.txt"
21SRC_URI_append_zedboard-zynq7 = " file://uEnv.txt"
22
23# u-boot 2016.01 has support for these
24HAS_PS7INIT ?= " \
25 zynq_microzed_config \
26 zynq_zed_config \
27 zynq_zc702_config \
28 zynq_zc706_config \
29 zynq_zybo_config \
30 "
31