diff options
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-xlnx_2015.04.bb')
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-xlnx_2015.04.bb | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/recipes-bsp/u-boot/u-boot-xlnx_2015.04.bb b/recipes-bsp/u-boot/u-boot-xlnx_2015.04.bb index 6bf9ba9a..0bcbffd8 100644 --- a/recipes-bsp/u-boot/u-boot-xlnx_2015.04.bb +++ b/recipes-bsp/u-boot/u-boot-xlnx_2015.04.bb | |||
| @@ -2,11 +2,13 @@ include u-boot-xlnx.inc | |||
| 2 | include u-boot-extra.inc | 2 | include u-boot-extra.inc |
| 3 | include u-boot-spl-zynq-init.inc | 3 | include u-boot-spl-zynq-init.inc |
| 4 | 4 | ||
| 5 | # this matches u-boot-xlnx 'xilinx-v2015.2' release tag | ||
| 5 | SRCREV = "1160fbcc619f23bf87cde01ed651566474e17eb9" | 6 | SRCREV = "1160fbcc619f23bf87cde01ed651566474e17eb9" |
| 6 | PV = "v2015.04${XILINX_EXTENSION}+git${SRCPV}" | 7 | PV = "v2015.04${XILINX_EXTENSION}+git${SRCPV}" |
| 7 | 8 | ||
| 8 | FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:" | 9 | FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:" |
| 9 | SRC_URI += " \ | 10 | SRC_URI += " \ |
| 11 | file://ARM-zynq-Fix-up-the-target-file-name-for-u-boot.patch \ | ||
| 10 | file://zynq-Add-Zynq-PicoZed-board-support.patch \ | 12 | file://zynq-Add-Zynq-PicoZed-board-support.patch \ |
| 11 | file://microblaze-Fix-EMAC-Lite-initialization.patch \ | 13 | file://microblaze-Fix-EMAC-Lite-initialization.patch \ |
| 12 | file://microblaze-generic_defconfig-Disable-configs.patch \ | 14 | file://microblaze-generic_defconfig-Disable-configs.patch \ |
| @@ -26,10 +28,3 @@ SRC_URI_append_zedboard-zynq7 = " file://uEnv.txt" | |||
| 26 | UBOOT_MACHINE_zc702-zynq7 = "zynq_zc70x_config" | 28 | UBOOT_MACHINE_zc702-zynq7 = "zynq_zc70x_config" |
| 27 | UBOOT_MACHINE_zc706-zynq7 = "zynq_zc70x_config" | 29 | UBOOT_MACHINE_zc706-zynq7 = "zynq_zc70x_config" |
| 28 | 30 | ||
| 29 | do_compile_append() { | ||
| 30 | # link u-boot-dtb.img to u-boot.img. | ||
| 31 | if [ ! -e ${B}/u-boot-dtb.img ]; then | ||
| 32 | ln -sf u-boot.img ${B}/u-boot-dtb.img | ||
| 33 | fi | ||
| 34 | } | ||
| 35 | |||
