1HOMEPAGE = "https://github.com/AspeedTech-BMC/u-boot"
2SECTION = "bootloaders"
3DEPENDS += "flex-native bison-native xxd-native"
4
5LICENSE = "GPL-2.0-or-later"
6LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e"
7PE = "1"
8
9# We use the revision in order to avoid having to fetch it from the
10# repo during parse
11SRCREV = "b7a7d3ebb047121b09c085f6a59213a8674c6adf"
12SRC_URI = "git://git@github.com/openbmc/u-boot.git;nobranch=1;protocol=https"
13
14S = "${WORKDIR}/git"
15B = "${WORKDIR}/build"
16do_configure[cleandirs] = "${B}"
17
18# We don't have 'u-boot-initial-env' target in our u-boot version
19UBOOT_INITIAL_ENV=""
20
21PV = "v2019.04+git${SRCPV}"
22