mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-04 18:00:36 +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
989bd95a9a
commit
0fbe32c1eb
@@ -4,7 +4,7 @@ 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}"
|
||||
|
||||
module_auto_load_uio-module-drv = "uio-module-drv"
|
||||
@@ -15,3 +15,5 @@ do_install_append () {
|
||||
install -d ${D}${includedir}
|
||||
cp *.h ${D}${includedir}
|
||||
}
|
||||
|
||||
KERNEL_MODULE_AUTOLOAD += "uio_module_drv"
|
||||
|
||||
Reference in New Issue
Block a user