All of lore.kernel.org
 help / color / mirror / Atom feed
* Denys Dmytriyenko : cmem-mod: workaround the new Module.symvers requirement
@ 2016-11-23 18:09 Arago Project git
  0 siblings, 0 replies; only message in thread
From: Arago Project git @ 2016-11-23 18:09 UTC (permalink / raw)
  To: meta-ti

Module: meta-ti
Branch: master
Commit: 9acb9cde60b50ca39f5d27cfa4b6e47909763142
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=9acb9cde60b50ca39f5d27cfa4b6e47909763142

Author: Denys Dmytriyenko <denys@ti.com>
Date:   Sat Nov 19 03:48:18 2016 +0000

cmem-mod: workaround the new Module.symvers requirement

Signed-off-by: Denys Dmytriyenko <denys@ti.com>

---

 recipes-bsp/cmem/cmem-mod_git.bb |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/recipes-bsp/cmem/cmem-mod_git.bb b/recipes-bsp/cmem/cmem-mod_git.bb
index d36816b..bf6a477 100644
--- a/recipes-bsp/cmem/cmem-mod_git.bb
+++ b/recipes-bsp/cmem/cmem-mod_git.bb
@@ -3,7 +3,7 @@ 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 = "b"
+MACHINE_KERNEL_PR_append = "c"
 PR = "${MACHINE_KERNEL_PR}"
 
 inherit module
@@ -12,3 +12,7 @@ EXTRA_OEMAKE += '-f lu.mak KERNEL_INSTALL_DIR="${STAGING_KERNEL_DIR}" TOOLCHAIN_
 MAKE_TARGETS = "module"
 
 KERNEL_MODULE_AUTOLOAD += "cmemk"
+
+do_install_prepend() {
+    cp ${B}/src/cmem/module/Module.symvers ${B}/ || true
+}



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-11-23 18:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-23 18:09 Denys Dmytriyenko : cmem-mod: workaround the new Module.symvers requirement Arago Project git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.