blob: 8fc33608d089e2e56b60f052d44350def94816cf [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
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00009LICENSE = "GPL-2.0-or-later"
Andrew Geissler6ce62a22020-11-30 19:58:47 -060010LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
Brad Bishop19323692019-04-05 15:28:33 -040011PE = "1"
12
13# We use the revision in order to avoid having to fetch it from the
14# repo during parse
Andrew Geisslerd5838332022-05-27 11:33:10 -050015SRCREV = "e4b6ebd3de982ae7185dbf689a030e73fd06e0d2"
Brad Bishop19323692019-04-05 15:28:33 -040016
Patrick Williams03907ee2022-05-01 06:28:52 -050017SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master"
Brad Bishop19323692019-04-05 15:28:33 -040018
19S = "${WORKDIR}/git"
Andrew Geissler82c905d2020-04-13 13:39:40 -050020B = "${WORKDIR}/build"
Patrick Williams03907ee2022-05-01 06:28:52 -050021
22inherit pkgconfig
23
Andrew Geissler82c905d2020-04-13 13:39:40 -050024do_configure[cleandirs] = "${B}"