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> | 2017-09-15 10:41:45 +0200 |
commit | 4636a4f61c9027f728154ee6326183d9f497dde2 (patch) | |
tree | b267b3bb950b3757ac1323381de44d95b969d95f /meta-rcar-gen3 | |
parent | 7717e9caa41250c30f3a4d9bf768fcb84aeaf4d4 (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')
-rw-r--r-- | meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb | 1 |
1 files changed, 1 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 69c6b04..c1e10d5 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,7 @@ DEPENDS += "dtc-native" UBOOT_URL = "git://github.com/renesas-rcar/u-boot.git" BRANCH = "v2015.04/rcar-3.5.6" +LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919" SRC_URI = "${UBOOT_URL};branch=${BRANCH}" |