blob: f4790532b4a4a3ac1f57fb1ac9a15ac88a8f8c26 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome"
Brad Bishopa34c0302019-09-23 22:34:48 -04002DESCRIPTION = "U-Boot, a boot loader for Embedded boards based on PowerPC, \
3ARM, MIPS and several other processors, which can be installed in a boot \
4ROM and used to initialize and test the hardware or to download and run \
5application code."
Brad Bishop19323692019-04-05 15:28:33 -04006SECTION = "bootloaders"
7DEPENDS += "flex-native bison-native"
8
9LICENSE = "GPLv2+"
10LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e"
11PE = "1"
12
13# We use the revision in order to avoid having to fetch it from the
14# repo during parse
Andrew Geissler82c905d2020-04-13 13:39:40 -050015SRCREV = "1079ec0a77c3fda510f07860b2549c47f3a46c21"
Brad Bishop19323692019-04-05 15:28:33 -040016
Brad Bishop00e122a2019-10-05 11:10:57 -040017SRC_URI = "git://git.denx.de/u-boot.git \
Brad Bishop64c979e2019-11-04 13:55:29 -050018 "
Brad Bishop19323692019-04-05 15:28:33 -040019
20S = "${WORKDIR}/git"
Andrew Geissler82c905d2020-04-13 13:39:40 -050021B = "${WORKDIR}/build"
22do_configure[cleandirs] = "${B}"