summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2017-06-12 01:53:27 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-06-11 18:40:02 -0400
commit2eeb548f2f62423de0288057a087201f253d8661 (patch)
tree44299840cd8ec2e934657b02963d345158d4f176 /recipes-bsp/u-boot
parent776bdb6097611949f7ba1e98ede3050b538a38c8 (diff)
downloadmeta-ti-2eeb548f2f62423de0288057a087201f253d8661.tar.gz
u-boot-ti.inc: restore license settings
In morty license is being set in main u-boot.inc, but in master that got moved to versioned include. Restore setting license in u-boot-ti.inc Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot-ti.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc
index c1385f49..79291e21 100644
--- a/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/recipes-bsp/u-boot/u-boot-ti.inc
@@ -18,6 +18,9 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:"
18 18
19SUMMARY = "u-boot bootloader for TI devices" 19SUMMARY = "u-boot bootloader for TI devices"
20 20
21LICENSE = "GPLv2+"
22LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
23
21BRANCH ?= "master" 24BRANCH ?= "master"
22SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}" 25SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}"
23 26