aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2017-09-15 10:25:23 +0200
committerRonan Le Martret <ronan.lemartret@iot.bzh>2018-02-16 13:52:19 +0100
commit2cb1fcfab93ada2470e89f6e03c537c485cc6034 (patch)
tree7e41d6a85681ab388ab6ca4bb19558d7b88889bf
parent0ff7fd736653a8243a25810ea313683ede597b9c (diff)
[COMMUNITY] Add LICENSE to u-boot recipes
Change-Id: I2c63ea54b69d5851fe4206fde6e967c74415f36c Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
-rw-r--r--meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb b/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb
index b8ed7c3..cdeadb4 100644
--- a/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb
+++ b/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb
@@ -6,6 +6,9 @@ DEPENDS += "dtc-native"
UBOOT_URL = "git://github.com/renesas-rcar/u-boot.git"
BRANCH = "v2015.04/rcar-3.6.0"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919"
+
SRC_URI = "${UBOOT_URL};branch=${BRANCH}"
SRCREV = "eaf09736bb2f1458e19ae0c3176b97ec3aa00219"