summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/skmm-host
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-08-28 18:36:47 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:16 -0300
commit754f52d45216e6349ba4511b9fc18c71be590591 (patch)
tree24848abf633a53dc563c10df972a0153cbe7c410 /recipes-kernel/skmm-host
parent4fb89ee72a70646615714f340a56568331bc823a (diff)
downloadmeta-freescale-754f52d45216e6349ba4511b9fc18c71be590591.tar.gz
rename skmm-host to kernel-module-skmm-host and move bb to kernel-modules subdir
* rename skmm-host to kernel-module-skmm-host * move bb file to the common kernel-modules subdirectory Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel/skmm-host')
-rw-r--r--recipes-kernel/skmm-host/skmm-host_git.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes-kernel/skmm-host/skmm-host_git.bb b/recipes-kernel/skmm-host/skmm-host_git.bb
deleted file mode 100644
index 02412631..00000000
--- a/recipes-kernel/skmm-host/skmm-host_git.bb
+++ /dev/null
@@ -1,17 +0,0 @@
1DESCRIPTION = "skmm host driver offload data to PCIe EP and push the data en-decrypted back to application"
2SECTION = "c293-skmm-host"
3LICENSE = "BSD & GPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=99803d8e9a595c0bdb45ca710f353813"
5
6inherit module qoriq_build_64bit_kernel
7
8SRC_URI = "git://git.freescale.com/ppc/sdk/skmm-host.git;nobranch=1"
9SRCREV = "a655c571a92f4a5d6ced09869c2f17609ee47361"
10
11S = "${WORKDIR}/git"
12
13EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"'
14
15FILES_${PN} += "/etc/skmm/ /usr/bin/"
16
17COMPATIBLE_MACHINE = "(p4080ds|t4240qds)"