[meta-ti] Sam Nelson : uio-module-drv: Update dependency on kernel modules
Arago Project git
git at arago-project.org
Thu Dec 17 17:07:23 PST 2015
Module: meta-ti
Branch: fido
Commit: fc246f3f8f7f7318a374cfa159e569639de888dc
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=fc246f3f8f7f7318a374cfa159e569639de888dc
Author: Sam Nelson <sam.nelson at ti.com>
Date: Thu Dec 17 00:41:03 2015 +0000
uio-module-drv: Update dependency on kernel modules
- This is to make this module depend on compilation of kernelmodules.
This will make sure uio.ko is built in the kernel before compilation of
this module.
Signed-off-by: Sam Nelson <sam.nelson at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
recipes-bsp/uio-module-drv/uio-module-drv_git.bb | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/recipes-bsp/uio-module-drv/uio-module-drv_git.bb b/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
index 445dc1c..e10fdeb 100644
--- a/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
+++ b/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
@@ -4,9 +4,11 @@ include uio-module-drv.inc
PV = "2.0.0.0+git${SRCPV}"
# 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}"
+do_configure[depends] += "virtual/kernel:do_compile_kernelmodules"
+
module_auto_load_uio-module-drv = "uio-module-drv"
inherit module
More information about the meta-ti
mailing list