blob: 111914827d60338f2a529cb44506e0ed35e67901 [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"
Andrew Geisslerc5535c92023-01-27 16:10:19 -06007DEPENDS += "flex-native bison-native python3-setuptools-native"
Brad Bishop19323692019-04-05 15:28:33 -04008
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00009LICENSE = "GPL-2.0-or-later"
Patrick Williamsdb4c27e2022-08-05 08:10:29 -050010LIC_FILES_CHKSUM = "file://Licenses/README;md5=2ca5f2c35c8cc335f0a19756634782f1"
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 Geissler8f840682023-07-21 09:09:43 -050015SRCREV = "83cdab8b2c6ea0fc0860f8444d083353b47f1d5c"
Brad Bishop19323692019-04-05 15:28:33 -040016
Andrew Geissler8f840682023-07-21 09:09:43 -050017SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=u-boot-2023.07.y"
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}"