diff options
author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2015-08-28 18:36:47 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:16 -0300 |
commit | 754f52d45216e6349ba4511b9fc18c71be590591 (patch) | |
tree | 24848abf633a53dc563c10df972a0153cbe7c410 /recipes-kernel/skmm-host/skmm-host_git.bb | |
parent | 4fb89ee72a70646615714f340a56568331bc823a (diff) | |
download | meta-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/skmm-host_git.bb')
-rw-r--r-- | recipes-kernel/skmm-host/skmm-host_git.bb | 17 |
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 @@ | |||
1 | DESCRIPTION = "skmm host driver offload data to PCIe EP and push the data en-decrypted back to application" | ||
2 | SECTION = "c293-skmm-host" | ||
3 | LICENSE = "BSD & GPLv2+" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=99803d8e9a595c0bdb45ca710f353813" | ||
5 | |||
6 | inherit module qoriq_build_64bit_kernel | ||
7 | |||
8 | SRC_URI = "git://git.freescale.com/ppc/sdk/skmm-host.git;nobranch=1" | ||
9 | SRCREV = "a655c571a92f4a5d6ced09869c2f17609ee47361" | ||
10 | |||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' | ||
14 | |||
15 | FILES_${PN} += "/etc/skmm/ /usr/bin/" | ||
16 | |||
17 | COMPATIBLE_MACHINE = "(p4080ds|t4240qds)" | ||