summaryrefslogtreecommitdiffstats
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:39:07 -0400
commitffa9c6d7863836713df50e26dfea744e050c3753 (patch)
treeaa1c8785c139784eb4710719d833d4358371e47f
parent63a5ab8564e1e1bb6c069221fa2dc8e7bc4ffb2e (diff)
downloadmeta-ti-ffa9c6d7863836713df50e26dfea744e050c3753.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>
-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