summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/hplib
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/hplib')
-rw-r--r--recipes-bsp/hplib/hplib-mod_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-bsp/hplib/hplib-mod_git.bb b/recipes-bsp/hplib/hplib-mod_git.bb
index 6603a2eb..c7217d73 100644
--- a/recipes-bsp/hplib/hplib-mod_git.bb
+++ b/recipes-bsp/hplib/hplib-mod_git.bb
@@ -7,7 +7,7 @@ DEPENDS = "hplib"
7include hplib.inc 7include hplib.inc
8 8
9# This package builds a kernel module, use kernel PR as base and append a local 9# This package builds a kernel module, use kernel PR as base and append a local
10MACHINE_KERNEL_PR_append = "a" 10MACHINE_KERNEL_PR_append = "b"
11PR = "${MACHINE_KERNEL_PR}" 11PR = "${MACHINE_KERNEL_PR}"
12 12
13S ="${WORKDIR}/git/ti/runtime/hplib/module" 13S ="${WORKDIR}/git/ti/runtime/hplib/module"
@@ -18,3 +18,5 @@ inherit module
18do_install () { 18do_install () {
19 oe_runmake install INSTALL_MOD_PATH="${D}" 19 oe_runmake install INSTALL_MOD_PATH="${D}"
20} 20}
21
22KERNEL_MODULE_AUTOLOAD += "hplibmod"