mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 22:38:04 +00:00
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@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
4f542c3fe4
commit
fc246f3f8f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user