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+" |
Andrew Geissler | 6ce62a2 | 2020-11-30 19:58:47 -0600 | [diff] [blame] | 10 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 11 | PE = "1" |
| 12 | |
| 13 | # We use the revision in order to avoid having to fetch it from the |
| 14 | # repo during parse |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 15 | SRCREV = "d637294e264adfeb29f390dfc393106fd4d41b17" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 16 | |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 17 | SRC_URI = "git://git.denx.de/u-boot.git;branch=master \ |
Brad Bishop | 64c979e | 2019-11-04 13:55:29 -0500 | [diff] [blame] | 18 | " |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 19 | |
| 20 | S = "${WORKDIR}/git" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 21 | B = "${WORKDIR}/build" |
| 22 | do_configure[cleandirs] = "${B}" |