summaryrefslogtreecommitdiff
path: root/meta-arm/meta-atp/recipes-kernel/atp/atp-module_3.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-arm/meta-atp/recipes-kernel/atp/atp-module_3.1.bb')
-rw-r--r--meta-arm/meta-atp/recipes-kernel/atp/atp-module_3.1.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-arm/meta-atp/recipes-kernel/atp/atp-module_3.1.bb b/meta-arm/meta-atp/recipes-kernel/atp/atp-module_3.1.bb
deleted file mode 100644
index 0bf4949b6f..0000000000
--- a/meta-arm/meta-atp/recipes-kernel/atp/atp-module_3.1.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-require recipes-devtools/atp/atp-source_3.1.inc
-inherit module
-
-SUMMARY = "Kernel modules for interacting wih ATP Engine and devices"
-SECTION = "kernel/modules"
-
-S = "${WORKDIR}/git"
-SRC_URI = "${ATP_SRC}"
-
-ATP_MOD_DIR = "linux"
-
-EXTRA_OEMAKE += "-C ${ATP_MOD_DIR}"
-
-PROVIDES = "kernel-module-atp"
-RPROVIDES:${PN} = "kernel-module-atp"
-KERNEL_MODULE_AUTOLOAD += "atp_buffer_manager atp_device"
-MODULES_MODULE_SYMVERS_LOCATION = "${ATP_MOD_DIR}"
-
-do_install:append() {
- install -d ${D}${includedir}/linux
- install -m 644 ${ATP_MOD_DIR}/atp_buffer_manager_user.h \
- ${ATP_MOD_DIR}/atp_device_user.h \
- ${D}${includedir}/linux
-}