summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
blob: b6d912d72066602ae010c31ffdb12a54224951b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"