blob: 993478a73bacd5b019481ca74ec356eba57d2986 [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+"
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 Geisslerd1e89492021-02-12 15:35:20 -060015SRCREV = "c4fddedc48f336eabc4ce3f74940e6aa372de18c"
Brad Bishop19323692019-04-05 15:28:33 -040016
Brad Bishop00e122a2019-10-05 11:10:57 -040017SRC_URI = "git://git.denx.de/u-boot.git \
Andrew Geissler95ac1b82021-03-31 14:34:31 -050018 file://0001-add-valid-fdt-check.patch \
19 file://CVE-2021-27097-1.patch \
20 file://CVE-2021-27097-2.patch \
21 file://CVE-2021-27097-3.patch \
22 file://CVE-2021-27097-4.patch \
23 file://CVE-2021-27138-1.patch \
24 file://CVE-2021-27138-2.patch \
Brad Bishop64c979e2019-11-04 13:55:29 -050025 "
Brad Bishop19323692019-04-05 15:28:33 -040026
27S = "${WORKDIR}/git"
Andrew Geissler82c905d2020-04-13 13:39:40 -050028B = "${WORKDIR}/build"
29do_configure[cleandirs] = "${B}"