diff options
| author | Nathan Rossi <nathan@nathanrossi.com> | 2015-11-26 21:08:44 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan@nathanrossi.com> | 2015-11-26 21:08:44 +1000 |
| commit | 5f97c5b14050b4429febcfa1d242462ba238a208 (patch) | |
| tree | 05b4b4dd58e493a33ce5e81594c90cc5fa8bb589 | |
| parent | e95274e56ff441c1f4cf45ba791ab16166f05bf8 (diff) | |
| download | meta-xilinx-5f97c5b14050b4429febcfa1d242462ba238a208.tar.gz | |
u-boot-xlnx_2015.07: Add recipe for 'xilinx-v2015.4'
Add the 'xilinx-v2015.4' release for u-boot-xlnx.
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-xlnx_2015.07.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-xlnx_2015.07.bb b/recipes-bsp/u-boot/u-boot-xlnx_2015.07.bb new file mode 100644 index 00000000..d22a806d --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-xlnx_2015.07.bb | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | include u-boot-xlnx.inc | ||
| 2 | include u-boot-extra.inc | ||
| 3 | include u-boot-spl-zynq-init.inc | ||
| 4 | |||
| 5 | # this matches u-boot-xlnx 'xilinx-v2015.4' release tag | ||
| 6 | SRCREV = "4942ae4d03ee4ef4b2dd750d441f730150ee9288" | ||
| 7 | PV = "v2015.07${XILINX_EXTENSION}+git${SRCPV}" | ||
| 8 | |||
| 9 | FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:" | ||
| 10 | SRC_URI += " \ | ||
| 11 | file://0001-microblaze-Fix-style-issues-in-header-files.patch \ | ||
| 12 | file://0002-microblaze-Fix-C99-gnu99-compatiblity-for-inline-fun.patch \ | ||
| 13 | " | ||
| 14 | |||
| 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 2015.07 has support for these | ||
| 24 | HAS_PS7INIT ?= " \ | ||
| 25 | zynq_microzed_config \ | ||
| 26 | zynq_zed_config \ | ||
| 27 | zynq_zc702_config \ | ||
| 28 | zynq_zc706_config \ | ||
| 29 | " | ||
| 30 | |||
