aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-xlnx_2015.01.bb
blob: 81499125b7a5ff698debd18f96c8f6903e53a470 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include u-boot-xlnx.inc
include u-boot-xlnx-2015.01.inc
include u-boot-extra.inc

UBOOT_ENV_zc702-zynq7 = "uEnv"
UBOOT_ENV_zedboard-zynq7 = "uEnv"

SRC_URI_append_zc702-zynq7 += "file://uEnv.txt"
SRC_URI_append_zedboard-zynq7 += "file://uEnv.txt"

do_compile_append() {
    # link u-boot-dtb.img to u-boot.img.
    if [ ! -e ${B}/u-boot-dtb.img ]; then
        ln -sf u-boot.img ${B}/u-boot-dtb.img
    fi
}