From 5b80bfd7bffd4c20d80b7c70a7130529e9a755dd Mon Sep 17 00:00:00 2001 From: ToshikazuOhiwa Date: Mon, 30 Mar 2020 09:24:26 +0900 Subject: agl-basesystem --- .../recipes-bsp/u-boot/u-boot-bbe_2019.04.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bsp/meta-sancloud/recipes-bsp/u-boot/u-boot-bbe_2019.04.bb (limited to 'bsp/meta-sancloud/recipes-bsp/u-boot/u-boot-bbe_2019.04.bb') 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" -- cgit 1.2.3-korg