blob: f63dfa3b7340c8ef14cdbf19f56fbd47031cbb00 [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
Brad Bishop96ff1982019-08-19 13:50:42 -040015SRCREV = "e5aee22e4be75e75a854ab64503fc80598bc2004"
Brad Bishop19323692019-04-05 15:28:33 -040016
Brad Bishop00e122a2019-10-05 11:10:57 -040017SRC_URI = "git://git.denx.de/u-boot.git \
18 file://0001-CVE-2019-13103.patch \
19 file://0002-CVE-2019-13104.patch \
20 file://0003-CVE-2019-13105.patch \
21 file://0004-CVE-2019-13106.patch \
22 file://0005-CVE-2019-14192-14193-14199.patch \
23 file://0006-CVE-2019-14197-14200-14201-14202-14203-14204.patch \
24 file://0007-CVE-2019-14194-14198.patch \
25 file://0008-CVE-2019-14195.patch \
26 file://0009-CVE-2019-14196.patch \
27"
Brad Bishop19323692019-04-05 15:28:33 -040028
29S = "${WORKDIR}/git"