Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome" |
Brad Bishop | a34c030 | 2019-09-23 22:34:48 -0400 | [diff] [blame] | 2 | DESCRIPTION = "U-Boot, a boot loader for Embedded boards based on PowerPC, \ |
| 3 | ARM, MIPS and several other processors, which can be installed in a boot \ |
| 4 | ROM and used to initialize and test the hardware or to download and run \ |
| 5 | application code." |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 6 | SECTION = "bootloaders" |
| 7 | DEPENDS += "flex-native bison-native" |
| 8 | |
| 9 | LICENSE = "GPLv2+" |
| 10 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e" |
| 11 | PE = "1" |
| 12 | |
| 13 | # We use the revision in order to avoid having to fetch it from the |
| 14 | # repo during parse |
Brad Bishop | 96ff198 | 2019-08-19 13:50:42 -0400 | [diff] [blame] | 15 | SRCREV = "e5aee22e4be75e75a854ab64503fc80598bc2004" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 16 | |
| 17 | SRC_URI = "git://git.denx.de/u-boot.git" |
| 18 | |
| 19 | S = "${WORKDIR}/git" |