1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00
Files
meta-ti/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
Sam Nelson 7656af805f uio-module-drv: Update to 2.0.0.0 GA version
Reformatted recipes to have one common PV between module and test
recipes

Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-05-13 14:57:16 -04:00

19 lines
429 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"