diff options
| author | Jacob Stiffler <j-stiffler@ti.com> | 2016-01-28 20:47:10 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2016-01-28 13:43:28 -0500 |
| commit | 0fbe32c1ebd09cb02adcede25b754c669311a9ff (patch) | |
| tree | 3741b5ab7fdbe9785b4932db44bc08745785a2a7 /recipes-bsp | |
| parent | 989bd95a9aefb484dcc725e00ee1b5b9824d4bfe (diff) | |
| download | meta-ti-0fbe32c1ebd09cb02adcede25b754c669311a9ff.tar.gz | |
uio-module-drv: Add to KERNEL_MODULE_AUTOLOAD
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
| -rw-r--r-- | recipes-bsp/uio-module-drv/uio-module-drv_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-bsp/uio-module-drv/uio-module-drv_git.bb b/recipes-bsp/uio-module-drv/uio-module-drv_git.bb index 445dc1c6..401fdbe0 100644 --- a/recipes-bsp/uio-module-drv/uio-module-drv_git.bb +++ b/recipes-bsp/uio-module-drv/uio-module-drv_git.bb | |||
| @@ -4,7 +4,7 @@ include uio-module-drv.inc | |||
| 4 | PV = "2.0.0.0+git${SRCPV}" | 4 | PV = "2.0.0.0+git${SRCPV}" |
| 5 | 5 | ||
| 6 | # This package builds a kernel module, use kernel PR as base and append a local | 6 | # This package builds a kernel module, use kernel PR as base and append a local |
| 7 | MACHINE_KERNEL_PR_append = "b" | 7 | MACHINE_KERNEL_PR_append = "c" |
| 8 | PR = "${MACHINE_KERNEL_PR}" | 8 | PR = "${MACHINE_KERNEL_PR}" |
| 9 | 9 | ||
| 10 | module_auto_load_uio-module-drv = "uio-module-drv" | 10 | module_auto_load_uio-module-drv = "uio-module-drv" |
| @@ -15,3 +15,5 @@ do_install_append () { | |||
| 15 | install -d ${D}${includedir} | 15 | install -d ${D}${includedir} |
| 16 | cp *.h ${D}${includedir} | 16 | cp *.h ${D}${includedir} |
| 17 | } | 17 | } |
| 18 | |||
| 19 | KERNEL_MODULE_AUTOLOAD += "uio_module_drv" | ||
