blob: 75539c2302f24e93e06c01a287c40829fe7d95b0 [file] [log] [blame]
Zev Weiss0fbbae02022-06-28 03:38:37 -07001require conf/machine/distro/include/uboot-distrovars.inc
2
Brad Bishop6c2fd812019-07-21 18:08:31 -04003HOMEPAGE = "https://github.com/AspeedTech-BMC/u-boot"
4SECTION = "bootloaders"
Joel Stanley5c3273b2021-06-21 16:14:32 +09305DEPENDS += "flex-native bison-native xxd-native"
Brad Bishop6c2fd812019-07-21 18:08:31 -04006
Patrick Williams15587222022-04-20 21:41:15 -05007LICENSE = "GPL-2.0-or-later"
Brad Bishop6c2fd812019-07-21 18:08:31 -04008LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e"
9PE = "1"
10
11# We use the revision in order to avoid having to fetch it from the
12# repo during parse
Joel Stanleye616f1f2022-06-16 22:13:23 +093013SRCREV = "6ca27db3f97b270e063b552e2c5e554d70f2fd66"
Joel Stanley1a04b622020-01-28 17:12:44 +103014SRC_URI = "git://git@github.com/openbmc/u-boot.git;nobranch=1;protocol=https"
Brad Bishop61cecdc2019-09-26 19:26:40 -040015
Brad Bishop6c2fd812019-07-21 18:08:31 -040016S = "${WORKDIR}/git"
Andrei Kartashevc5b413f2021-10-08 00:14:45 +030017B = "${WORKDIR}/build"
18do_configure[cleandirs] = "${B}"
19
20# We don't have 'u-boot-initial-env' target in our u-boot version
21UBOOT_INITIAL_ENV=""
Brad Bishop6c2fd812019-07-21 18:08:31 -040022
23PV = "v2019.04+git${SRCPV}"