summaryrefslogtreecommitdiffstats
path: root/bsp/meta-sancloud/recipes-bsp/u-boot/u-boot-bbe_2019.04.bb
diff options
context:
space:
mode:
authorToshikazuOhiwa <toshikazu_ohiwa@mail.toyota.co.jp>2020-03-30 09:24:26 +0900
committerToshikazuOhiwa <toshikazu_ohiwa@mail.toyota.co.jp>2020-03-30 09:24:26 +0900
commit5b80bfd7bffd4c20d80b7c70a7130529e9a755dd (patch)
treeb4bb18dcd1487dbf1ea8127e5671b7bb2eded033 /bsp/meta-sancloud/recipes-bsp/u-boot/u-boot-bbe_2019.04.bb
parent706ad73eb02caf8532deaf5d38995bd258725cb8 (diff)
agl-basesystem
Diffstat (limited to 'bsp/meta-sancloud/recipes-bsp/u-boot/u-boot-bbe_2019.04.bb')
-rw-r--r--bsp/meta-sancloud/recipes-bsp/u-boot/u-boot-bbe_2019.04.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/bsp/meta-sancloud/recipes-bsp/u-boot/u-boot-bbe_2019.04.bb b/bsp/meta-sancloud/recipes-bsp/u-boot/u-boot-bbe_2019.04.bb
new file mode 100644
index 00000000..19d0c77d
--- /dev/null
+++ b/bsp/meta-sancloud/recipes-bsp/u-boot/u-boot-bbe_2019.04.bb
@@ -0,0 +1,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"