Andrew Geissler | ea144b0 | 2023-01-27 16:03:57 -0600 | [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=2ca5f2c35c8cc335f0a19756634782f1" |
| 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 = "4debc57a3da6c3f4d3f89a637e99206f4cea0a96" |
| 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 | |
| 26 | DEPENDS += "bc-native dtc-native gnutls-native" |