1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-30 15:30:28 +00:00
Files
Denys Dmytriyenko ec040812cc recipes-bsp: whitespace cleanup
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-04-24 16:00:40 -04:00

19 lines
431 B
BlitzBasic

DESCRIPTION = "User space IO (UIO) driver for on-chip modules"
include uio-module-drv.inc
# This package builds a kernel module, use kernel PR as base and append a local
MACHINE_KERNEL_PR_append = "d"
PR = "${MACHINE_KERNEL_PR}"
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"