1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-16 22:38:04 +00:00
Files
Jacob Stiffler 56eeb80d34 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>
2016-01-28 13:41:32 -05:00

22 lines
524 B
BlitzBasic

DESCRIPTION="User space IO (UIO) driver for on-chip modules"
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 = "d"
PR = "${MACHINE_KERNEL_PR}"
do_configure[depends] += "virtual/kernel:do_compile_kernelmodules"
module_auto_load_uio-module-drv = "uio-module-drv"
inherit module
do_install_append () {
install -d ${D}${includedir}
cp *.h ${D}${includedir}
}
KERNEL_MODULE_AUTOLOAD += "uio_module_drv"