From 754f52d45216e6349ba4511b9fc18c71be590591 Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Fri, 28 Aug 2015 18:36:47 +0800 Subject: 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 Signed-off-by: Otavio Salvador --- .../kernel-modules/kernel-module-skmm-host_git.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 recipes-kernel/kernel-modules/kernel-module-skmm-host_git.bb (limited to 'recipes-kernel/kernel-modules') diff --git a/recipes-kernel/kernel-modules/kernel-module-skmm-host_git.bb b/recipes-kernel/kernel-modules/kernel-module-skmm-host_git.bb new file mode 100644 index 000000000..024126311 --- /dev/null +++ b/recipes-kernel/kernel-modules/kernel-module-skmm-host_git.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "skmm host driver offload data to PCIe EP and push the data en-decrypted back to application" +SECTION = "c293-skmm-host" +LICENSE = "BSD & GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=99803d8e9a595c0bdb45ca710f353813" + +inherit module qoriq_build_64bit_kernel + +SRC_URI = "git://git.freescale.com/ppc/sdk/skmm-host.git;nobranch=1" +SRCREV = "a655c571a92f4a5d6ced09869c2f17609ee47361" + +S = "${WORKDIR}/git" + +EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' + +FILES_${PN} += "/etc/skmm/ /usr/bin/" + +COMPATIBLE_MACHINE = "(p4080ds|t4240qds)" -- cgit v1.2.3-54-g00ecf