diff options
author | Ting Liu <ting.liu@freescale.com> | 2015-07-17 13:00:23 +0800 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2015-07-20 17:04:37 +0800 |
commit | 734ef19db2feeaf17bf5f25772bdef6c0b6f1f03 (patch) | |
tree | 395614deaf1f4f7a344e0005d93d31c576dde981 /recipes-kernel | |
parent | 069bf6f4b609d4606d480f0af693a9fc4b8773fa (diff) | |
download | meta-fsl-ppc-734ef19db2feeaf17bf5f25772bdef6c0b6f1f03.tar.gz |
skmm-host: correct license to BSP & GPLv2+
The right license is BSP & GPLv2+, fix it.
And the licensing information is separated to COPYING file, use it.
Signed-off-by: Ting Liu <ting.liu@freescale.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/skmm-host/skmm-host_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/skmm-host/skmm-host_git.bb b/recipes-kernel/skmm-host/skmm-host_git.bb index e35c220..e3d6dbe 100644 --- a/recipes-kernel/skmm-host/skmm-host_git.bb +++ b/recipes-kernel/skmm-host/skmm-host_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "skmm host driver offload data to PCIe EP and push the data en-decrypted back to application" | 1 | DESCRIPTION = "skmm host driver offload data to PCIe EP and push the data en-decrypted back to application" |
2 | SECTION = "c293-skmm-host" | 2 | SECTION = "c293-skmm-host" |
3 | LICENSE = "Freescale-EULA" | 3 | LICENSE = "BSD & GPLv2+" |
4 | LIC_FILES_CHKSUM = "file://Makefile;endline=7;md5=edffaac1da9e809ade0d2fcfcc18d8df" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=99803d8e9a595c0bdb45ca710f353813" |
5 | 5 | ||
6 | inherit module qoriq_build_64bit_kernel | 6 | inherit module qoriq_build_64bit_kernel |
7 | 7 | ||