diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-01-28 20:46:48 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-01-28 13:38:36 -0500 |
commit | 989bd95a9aefb484dcc725e00ee1b5b9824d4bfe (patch) | |
tree | 3921395ae5ae7d56559d6c22eec0f5c6e36a3495 /recipes-bsp | |
parent | 36b78cc4fad01b0a94762c804a2d3982f0a49787 (diff) | |
download | meta-ti-989bd95a9aefb484dcc725e00ee1b5b9824d4bfe.tar.gz |
hplib-mod: 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/hplib/hplib-mod_git.bb | 4 |
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" | |||
7 | include hplib.inc | 7 | include 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 |
10 | MACHINE_KERNEL_PR_append = "a" | 10 | MACHINE_KERNEL_PR_append = "b" |
11 | PR = "${MACHINE_KERNEL_PR}" | 11 | PR = "${MACHINE_KERNEL_PR}" |
12 | 12 | ||
13 | S ="${WORKDIR}/git/ti/runtime/hplib/module" | 13 | S ="${WORKDIR}/git/ti/runtime/hplib/module" |
@@ -18,3 +18,5 @@ inherit module | |||
18 | do_install () { | 18 | do_install () { |
19 | oe_runmake install INSTALL_MOD_PATH="${D}" | 19 | oe_runmake install INSTALL_MOD_PATH="${D}" |
20 | } | 20 | } |
21 | |||
22 | KERNEL_MODULE_AUTOLOAD += "hplibmod" | ||