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