diff options
author | Saqib Khan <khansa@us.ibm.com> | 2017-11-06 13:01:23 -0600 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2017-11-13 05:17:18 +0000 |
commit | b697315a113c6fbf9762deaaadae5a4e4ef83930 (patch) | |
tree | f78fdc867c16fef36b591672c66b4072fde23ecd /meta-phosphor/common/recipes-bsp | |
parent | 6c3f667362b12f31a9a3566b2019a3701fdeda01 (diff) | |
download | talos-openbmc-b697315a113c6fbf9762deaaadae5a4e4ef83930.tar.gz talos-openbmc-b697315a113c6fbf9762deaaadae5a4e4ef83930.zip |
Add LICENSE to uboot bitbake file
- yocto-2.3 enforces the rule to have LICENSE field set for
all bitbake recipes.
Change-Id: I1cd1949099f765c0f10bc1bc637abc572eadd430
Signed-off-by: Saqib Khan <khansa@us.ibm.com>
Diffstat (limited to 'meta-phosphor/common/recipes-bsp')
-rw-r--r-- | meta-phosphor/common/recipes-bsp/u-boot/u-boot_2016.07.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-bsp/u-boot/u-boot_2016.07.bb b/meta-phosphor/common/recipes-bsp/u-boot/u-boot_2016.07.bb index 884758af8..2800623b1 100644 --- a/meta-phosphor/common/recipes-bsp/u-boot/u-boot_2016.07.bb +++ b/meta-phosphor/common/recipes-bsp/u-boot/u-boot_2016.07.bb @@ -1,3 +1,4 @@ +LICENSE = "GPLv2+" require recipes-bsp/u-boot/u-boot.inc require u-boot.inc |