summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-07-17 13:00:23 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2015-07-28 23:26:57 -0300
commit15a508b45e029839911b62a6ed4bf53beedf4025 (patch)
tree43a08d73d2cc80baf452d2fab510bfea5a3f8091
parentdf457b9c936a5fdde28afff3cf8fc0244c117e4d (diff)
downloadmeta-freescale-15a508b45e029839911b62a6ed4bf53beedf4025.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> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--meta-fsl-ppc/recipes-kernel/skmm-host/skmm-host_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-fsl-ppc/recipes-kernel/skmm-host/skmm-host_git.bb b/meta-fsl-ppc/recipes-kernel/skmm-host/skmm-host_git.bb
index e35c2203..e3d6dbee 100644
--- a/meta-fsl-ppc/recipes-kernel/skmm-host/skmm-host_git.bb
+++ b/meta-fsl-ppc/recipes-kernel/skmm-host/skmm-host_git.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "skmm host driver offload data to PCIe EP and push the data en-decrypted back to application" 1DESCRIPTION = "skmm host driver offload data to PCIe EP and push the data en-decrypted back to application"
2SECTION = "c293-skmm-host" 2SECTION = "c293-skmm-host"
3LICENSE = "Freescale-EULA" 3LICENSE = "BSD & GPLv2+"
4LIC_FILES_CHKSUM = "file://Makefile;endline=7;md5=edffaac1da9e809ade0d2fcfcc18d8df" 4LIC_FILES_CHKSUM = "file://COPYING;md5=99803d8e9a595c0bdb45ca710f353813"
5 5
6inherit module qoriq_build_64bit_kernel 6inherit module qoriq_build_64bit_kernel
7 7