blob: 8efeaed564a95289b01673c77ab7481afa5db5a8 [file] [log] [blame]
Brad Bishop6c2fd812019-07-21 18:08:31 -04001HOMEPAGE = "https://github.com/AspeedTech-BMC/u-boot"
2SECTION = "bootloaders"
Joel Stanley5c3273b2021-06-21 16:14:32 +09303DEPENDS += "flex-native bison-native xxd-native"
Brad Bishop6c2fd812019-07-21 18:08:31 -04004
Patrick Williams15587222022-04-20 21:41:15 -05005LICENSE = "GPL-2.0-or-later"
Brad Bishop6c2fd812019-07-21 18:08:31 -04006LIC_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
Joel Stanley0ac3f962022-04-18 18:24:44 +093011SRCREV = "21fa3f3380749b5bfda4d95230d2911671cf3fcf"
Joel Stanley1a04b622020-01-28 17:12:44 +103012SRC_URI = "git://git@github.com/openbmc/u-boot.git;nobranch=1;protocol=https"
Brad Bishop61cecdc2019-09-26 19:26:40 -040013
Brad Bishop6c2fd812019-07-21 18:08:31 -040014S = "${WORKDIR}/git"
Andrei Kartashevc5b413f2021-10-08 00:14:45 +030015B = "${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=""
Brad Bishop6c2fd812019-07-21 18:08:31 -040020
21PV = "v2019.04+git${SRCPV}"