mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 14:27:48 +00:00
uio-module-drv: Add to KERNEL_MODULE_AUTOLOAD
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
c0410cc238
commit
56eeb80d34
@@ -4,7 +4,7 @@ include uio-module-drv.inc
|
|||||||
PV = "2.0.0.0+git${SRCPV}"
|
PV = "2.0.0.0+git${SRCPV}"
|
||||||
|
|
||||||
# This package builds a kernel module, use kernel PR as base and append a local
|
# This package builds a kernel module, use kernel PR as base and append a local
|
||||||
MACHINE_KERNEL_PR_append = "c"
|
MACHINE_KERNEL_PR_append = "d"
|
||||||
PR = "${MACHINE_KERNEL_PR}"
|
PR = "${MACHINE_KERNEL_PR}"
|
||||||
|
|
||||||
do_configure[depends] += "virtual/kernel:do_compile_kernelmodules"
|
do_configure[depends] += "virtual/kernel:do_compile_kernelmodules"
|
||||||
@@ -17,3 +17,5 @@ do_install_append () {
|
|||||||
install -d ${D}${includedir}
|
install -d ${D}${includedir}
|
||||||
cp *.h ${D}${includedir}
|
cp *.h ${D}${includedir}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
KERNEL_MODULE_AUTOLOAD += "uio_module_drv"
|
||||||
|
|||||||
Reference in New Issue
Block a user