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-04-19 10:52:30 +0200 |
commit | ac41c4e19cffa421a770da3226d205adbf4203ff (patch) | |
tree | b37d4ba3c16dad0c21799bf58dd0f8453c28860a /meta-rcar-gen3/recipes-bsp | |
parent | 8f7aa9b5f21004b017412c7564f967ee81e91f5b (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')
-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 1594982..bf043e2 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.1" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919" + SRC_URI = "${UBOOT_URL};branch=${BRANCH}" SRCREV = "9d718378c4e48d043832f2c2067eb08478c19c53" |