Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 1 | HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome" |
| 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." |
| 6 | SECTION = "bootloaders" |
| 7 | DEPENDS += "flex-native bison-native" |
| 8 | |
| 9 | LICENSE = "GPL-2.0-or-later" |
| 10 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025" |
| 11 | PE = "1" |
| 12 | |
| 13 | # We use the revision in order to avoid having to fetch it from the |
| 14 | # repo during parse |
| 15 | SRCREV = "e4b6ebd3de982ae7185dbf689a030e73fd06e0d2" |
| 16 | |
| 17 | SRC_URI = "git://git.denx.de/u-boot.git;branch=master \ |
| 18 | " |
| 19 | |
| 20 | S = "${WORKDIR}/git" |
| 21 | B = "${WORKDIR}/build" |
| 22 | do_configure[cleandirs] = "${B}" |
| 23 | |
| 24 | require recipes-bsp/u-boot/u-boot.inc |
| 25 | |
Patrick Williams | 8dd6848 | 2022-10-04 07:57:18 -0500 | [diff] [blame] | 26 | DEPENDS += "bc-native dtc-native gnutls-native" |