summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-common_2016.05.inc
blob: 985e22190d590e34307e69be29d31c169e6ad30a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome"
SECTION = "bootloaders"

LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"

# This revision corresponds to the tag "v2016.05"
# We use the revision in order to avoid having to fetch it from the
# repo during parse
SRCREV = "aeaec0e682f45b9e0c62c522fafea353931f73ed"

PV = "v2016.05+git${SRCPV}"

SRC_URI = "git://git.denx.de/u-boot.git;branch=master"

S = "${WORKDIR}/git"