diff options
author | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2016-12-01 12:41:03 -0800 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-12-02 19:40:55 +1000 |
commit | b9f9f5f56e80b5679540dcdadce2929e9833bcda (patch) | |
tree | 30f91617e8d5595933ad18c53f732ff8bd33444b | |
parent | 9a7c563cb6097ee011efe40210d813b3741259eb (diff) | |
download | meta-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.bb | 31 |
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 @@ | |||
1 | include u-boot-xlnx.inc | ||
2 | include u-boot-spl-zynq-init.inc | ||
3 | |||
4 | XILINX_RELEASE_VERSION = "v2016.2" | ||
5 | SRCREV = "0daf88c7f8c9085a81336a0ad2dd3bcc84c7a18a" | ||
6 | PV = "v2016.01-xilinx-${XILINX_RELEASE_VERSION}+git${SRCPV}" | ||
7 | |||
8 | FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:" | ||
9 | |||
10 | SRC_URI_append = " file://0001-compiler-gcc6.h-Fix-u-boot-issue-for-gcc6.patch" | ||
11 | |||
12 | SRC_URI_append_kc705-microblazeel = " file://microblaze-kc705-Convert-microblaze-generic-to-k.patch" | ||
13 | |||
14 | LICENSE = "GPLv2+" | ||
15 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c" | ||
16 | |||
17 | UBOOT_ENV_zc702-zynq7 = "uEnv" | ||
18 | UBOOT_ENV_zedboard-zynq7 = "uEnv" | ||
19 | |||
20 | SRC_URI_append_zc702-zynq7 = " file://uEnv.txt" | ||
21 | SRC_URI_append_zedboard-zynq7 = " file://uEnv.txt" | ||
22 | |||
23 | # u-boot 2016.01 has support for these | ||
24 | HAS_PS7INIT ?= " \ | ||
25 | zynq_microzed_config \ | ||
26 | zynq_zed_config \ | ||
27 | zynq_zc702_config \ | ||
28 | zynq_zc706_config \ | ||
29 | zynq_zybo_config \ | ||
30 | " | ||
31 | |||