aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/cmem/cmem-mod_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/cmem/cmem-mod_git.bb')
-rw-r--r--recipes-bsp/cmem/cmem-mod_git.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/recipes-bsp/cmem/cmem-mod_git.bb b/recipes-bsp/cmem/cmem-mod_git.bb
deleted file mode 100644
index 1031e859..00000000
--- a/recipes-bsp/cmem/cmem-mod_git.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "Kernel module for contiguous memory allocation from userspace"
-
-include cmem.inc
-
-# This package builds a kernel module, use kernel PR as base and append a local
-MACHINE_KERNEL_PR_append = "a"
-PR = "${MACHINE_KERNEL_PR}"
-
-inherit module
-
-EXTRA_OEMAKE += '-f lu.mak KERNEL_INSTALL_DIR="${STAGING_KERNEL_DIR}" TOOLCHAIN_PREFIX="${TOOLCHAIN_PREFIX}" EXEC_DIR="${D}/lib/modules/${KERNEL_VERSION}/extra"'
-MAKE_TARGETS = "module"
-
-KERNEL_MODULE_AUTOLOAD += "cmemk"
-
-do_install_prepend() {
- cp ${B}/src/cmem/module/Module.symvers ${B}/ || true
-}