summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-01-28 20:47:10 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-01-28 13:43:28 -0500
commit0fbe32c1ebd09cb02adcede25b754c669311a9ff (patch)
tree3741b5ab7fdbe9785b4932db44bc08745785a2a7
parent989bd95a9aefb484dcc725e00ee1b5b9824d4bfe (diff)
downloadmeta-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>
-rw-r--r--recipes-bsp/uio-module-drv/uio-module-drv_git.bb4
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
4PV = "2.0.0.0+git${SRCPV}" 4PV = "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
7MACHINE_KERNEL_PR_append = "b" 7MACHINE_KERNEL_PR_append = "c"
8PR = "${MACHINE_KERNEL_PR}" 8PR = "${MACHINE_KERNEL_PR}"
9 9
10module_auto_load_uio-module-drv = "uio-module-drv" 10module_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
19KERNEL_MODULE_AUTOLOAD += "uio_module_drv"