blob: 02e51242cb6407f97c5903c5d39f5b1ba8171f8b [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome"
2SECTION = "bootloaders"
3
4LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
6PE = "1"
7
8# We use the revision in order to avoid having to fetch it from the
9# repo during parse
10SRCREV = "c98ac3487e413c71e5d36322ef3324b21c6f60f9"
11
12SRC_URI = "git://git.denx.de/u-boot.git \
13 file://MPC8315ERDB-enable-DHCP.patch \
14 file://10m50-update-device-tree.patch \
15"
16
17S = "${WORKDIR}/git"