blob: 094b34e8bf082e4e24fded23a9547c252c78053a [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
Andrew Jeffery895a4382024-03-25 15:45:47 +103013SRCREV = "e728f4e380fbbad0c96299ab32ed5c2b69544a7f"
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
Zev Weiss06be6402022-06-28 03:30:42 -070016SRC_URI:append:uboot-flash-32768 = " file://u-boot_flash_32M.cfg"
17SRC_URI:append:uboot-flash-65536 = " file://u-boot_flash_64M.cfg"
18
Brad Bishop6c2fd812019-07-21 18:08:31 -040019S = "${WORKDIR}/git"
Andrei Kartashevc5b413f2021-10-08 00:14:45 +030020B = "${WORKDIR}/build"
21do_configure[cleandirs] = "${B}"
22
23# We don't have 'u-boot-initial-env' target in our u-boot version
24UBOOT_INITIAL_ENV=""
Brad Bishop6c2fd812019-07-21 18:08:31 -040025
26PV = "v2019.04+git${SRCPV}"