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
Ryan Eatmon 1bfa882a58 uio-module-drv: Remove unneeded patch.
Now that we have moved to a newer version, this patch is no longer
needed.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-05-04 16:45:50 -05:00

21 lines
478 B
BlitzBasic

DESCRIPTION = "User space IO (UIO) driver for on-chip modules"
include uio-module-drv.inc
FILESEXTRAPATHS_prepend:= "${THISDIR}/${PN}:"
# 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"