summaryrefslogtreecommitdiffstats
path: root/bsp/meta-sancloud/recipes-bsp/u-boot/u-boot-bbe_2019.04.bb
blob: 19d0c77d289ca3621df00a7bf556e69b229e9f51 (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=30503fd321432fc713238f582193b78e"

DEPENDS += "flex-native bison-native"

require recipes-bsp/u-boot/u-boot.inc

SRC_URI = "git://github.com/SanCloudLtd/u-boot.git;protocol=https;branch=uboot-bbe-2019.04"
SRCREV = "38b97ce10fdb2061f5f6e7bd7b0bd9d24bc367e2"
PV = "2019.04+git${SRCPV}"

S = "${WORKDIR}/git"

PROVIDES += "u-boot"