mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 22:38:04 +00:00
090b02a104
- Also add test code recipe for uio-module-drv - Common part of recipe moved to uio-module-drv.inc Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
13 lines
324 B
BlitzBasic
13 lines
324 B
BlitzBasic
DESCRIPTION="User space IO (UIO) driver for on-chip modules"
|
|
|
|
include uio-module-drv.inc
|
|
PV = "1.0.2.3+git${SRCPV}"
|
|
|
|
# This package builds a kernel module, use kernel PR as base and append a local
|
|
MACHINE_KERNEL_PR_append = "b"
|
|
PR = "${MACHINE_KERNEL_PR}"
|
|
|
|
module_auto_load_uio-module-drv = "uio-module-drv"
|
|
|
|
inherit module
|