summaryrefslogtreecommitdiffstats
path: root/meta-fsl-ppc/recipes-bsp
diff options
context:
space:
mode:
authorZongchun Yu <Zongchun.Yu@freescale.com>2014-01-24 10:17:27 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-02-13 11:24:52 +0800
commitc7d22e3bb820e9dedb42f0cd4f8054d65b651cc2 (patch)
treea227eacd13cfb29b61af22e3920c2078437534cc /meta-fsl-ppc/recipes-bsp
parent1f8628bde4df2f1b3a6f9cad0ebc27213f72e096 (diff)
downloadmeta-freescale-c7d22e3bb820e9dedb42f0cd4f8054d65b651cc2.tar.gz
u-boot: update license according the source code
Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com>
Diffstat (limited to 'meta-fsl-ppc/recipes-bsp')
-rw-r--r--meta-fsl-ppc/recipes-bsp/u-boot/u-boot_git.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-fsl-ppc/recipes-bsp/u-boot/u-boot_git.bb b/meta-fsl-ppc/recipes-bsp/u-boot/u-boot_git.bb
index 3939ef7e..068c6f41 100644
--- a/meta-fsl-ppc/recipes-bsp/u-boot/u-boot_git.bb
+++ b/meta-fsl-ppc/recipes-bsp/u-boot/u-boot_git.bb
@@ -4,6 +4,22 @@ SECTION = "bootloaders"
4PROVIDES = "virtual/bootloader" 4PROVIDES = "virtual/bootloader"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" 6LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
7LICENSE_t2080qds = "GPLv2 & BSD-3-Clause & BSD-2-Clause & LGPL-2.0 & LGPL-2.1"
8LIC_FILES_CHKSUM_t2080qds = " \
9 file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
10 file://Licenses/bsd-2-clause.txt;md5=6a31f076f5773aabd8ff86191ad6fdd5 \
11 file://Licenses/bsd-3-clause.txt;md5=4a1190eac56a9db675d58ebe86eaf50c \
12 file://Licenses/lgpl-2.0.txt;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
13 file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c \
14"
15LICENSE_t2080qds-64b = "GPLv2 & BSD-3-Clause & BSD-2-Clause & LGPL-2.0 & LGPL-2.1"
16LIC_FILES_CHKSUM_t2080qds-64b = " \
17 file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
18 file://Licenses/bsd-2-clause.txt;md5=6a31f076f5773aabd8ff86191ad6fdd5 \
19 file://Licenses/bsd-3-clause.txt;md5=4a1190eac56a9db675d58ebe86eaf50c \
20 file://Licenses/lgpl-2.0.txt;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
21 file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c \
22"
7 23
8PR = "r30" 24PR = "r30"
9INHIBIT_DEFAULT_DEPS = "1" 25INHIBIT_DEFAULT_DEPS = "1"