diff options
| author | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2016-07-11 14:05:09 -0700 |
|---|---|---|
| committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-07-16 23:14:20 +1000 |
| commit | 37895574d49ea6d8f589921e32566d307dc4e9fb (patch) | |
| tree | 61493db9c6e51cc8d7f9a86301aada6fbabef7e3 /recipes-bsp/u-boot | |
| parent | 9c4f29c71ef9aea45488394ee3f7a3ddd3029743 (diff) | |
| download | meta-xilinx-37895574d49ea6d8f589921e32566d307dc4e9fb.tar.gz | |
u-boot-xlnx_2016.01.bb: Add patch for GCC 6
Include the patch to fix compilation error due to missing header file
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'recipes-bsp/u-boot')
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-xlnx_2016.01.bb | 2 |
1 files changed, 2 insertions, 0 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 index a4348442..11a348d0 100644 --- a/recipes-bsp/u-boot/u-boot-xlnx_2016.01.bb +++ b/recipes-bsp/u-boot/u-boot-xlnx_2016.01.bb | |||
| @@ -7,6 +7,8 @@ PV = "v2016.01${XILINX_EXTENSION}+git${SRCPV}" | |||
| 7 | 7 | ||
| 8 | FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:" | 8 | FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:" |
| 9 | 9 | ||
| 10 | SRC_URI_append = " file://0001-compiler-gcc6.h-Fix-u-boot-issue-for-gcc6.patch" | ||
| 11 | |||
| 10 | SRC_URI_append_kc705-microblazeel = " file://microblaze-kc705-Convert-microblaze-generic-to-k.patch" | 12 | SRC_URI_append_kc705-microblazeel = " file://microblaze-kc705-Convert-microblaze-generic-to-k.patch" |
| 11 | 13 | ||
| 12 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c" | 14 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c" |
