diff options
Diffstat (limited to 'recipes-kernel/kernel-modules')
-rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-skmm-host_git.bb | 17 |
1 files changed, 17 insertions, 0 deletions
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 00000000..02412631 --- /dev/null +++ b/recipes-kernel/kernel-modules/kernel-module-skmm-host_git.bb | |||
@@ -0,0 +1,17 @@ | |||
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)" | ||