From 2eeb548f2f62423de0288057a087201f253d8661 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 12 Jun 2017 01:53:27 +0000 Subject: [PATCH] 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 --- recipes-bsp/u-boot/u-boot-ti.inc | 3 +++ 1 file changed, 3 insertions(+) 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:" SUMMARY = "u-boot bootloader for TI devices" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" + BRANCH ?= "master" SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}"