diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-09-15 10:25:23 +0200 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-05-16 09:34:37 +0200 |
commit | 4e2196f91769f930ff87e96e0dcd5c8039ec9f96 (patch) | |
tree | a6be13975128abe9c5002bc285da5ed24ec98776 /meta-rcar-gen3/recipes-bsp/u-boot | |
parent | bbc6491577f98389c23193a11bd8fafb8ffa5bbf (diff) |
[COMMUNITY] Add LICENSE to u-boot recipes
Change-Id: I2c63ea54b69d5851fe4206fde6e967c74415f36c
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'meta-rcar-gen3/recipes-bsp/u-boot')
-rw-r--r-- | meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb | 3 |
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 c6f9703..b627149 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 @@ -7,6 +7,9 @@ DEPENDS += "dtc-native" UBOOT_URL = "git://github.com/renesas-rcar/u-boot.git" BRANCH = "v2015.04/rcar-3.6.2" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919" + SRC_URI = "${UBOOT_URL};branch=${BRANCH}" SRCREV = "fb858758470b6ca8e829c9ad455ecac3dbb9774c" |