diff options
| author | Ola Redell <ola.redell@retotech.se> | 2017-11-16 11:51:52 +0100 |
|---|---|---|
| committer | Ola Redell <ola.redell@retotech.se> | 2017-11-16 11:51:52 +0100 |
| commit | dee3ee44ae32ffe92d1628b2ad52402bf491a692 (patch) | |
| tree | 3a753088d378e73eaaebf3e5c9e516884079add8 | |
| parent | 3af813eaa50cc3bf5192c0218cf7e779f9f5af01 (diff) | |
| download | meta-jailhouse-dee3ee44ae32ffe92d1628b2ad52402bf491a692.tar.gz | |
Make sure jailhouse kernel module is loaded by default
| -rw-r--r-- | recipes-jailhouse/jailhouse/jailhouse.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-jailhouse/jailhouse/jailhouse.inc b/recipes-jailhouse/jailhouse/jailhouse.inc index 2b13832..e2d7ed1 100644 --- a/recipes-jailhouse/jailhouse/jailhouse.inc +++ b/recipes-jailhouse/jailhouse/jailhouse.inc | |||
| @@ -69,6 +69,8 @@ do_install() { | |||
| 69 | PACKAGE_BEFORE_PN = "kernel-module-jailhouse" | 69 | PACKAGE_BEFORE_PN = "kernel-module-jailhouse" |
| 70 | FILES_${PN} = "${base_libdir}/firmware ${libexecdir} ${sbindir} ${JH_DATADIR}" | 70 | FILES_${PN} = "${base_libdir}/firmware ${libexecdir} ${sbindir} ${JH_DATADIR}" |
| 71 | 71 | ||
| 72 | KERNEL_MODULE_AUTOLOAD += "jailhouse" | ||
| 73 | |||
| 72 | python __anonymous () { | 74 | python __anonymous () { |
| 73 | # Setup DEPENDS and RDEPENDS to included cells" | 75 | # Setup DEPENDS and RDEPENDS to included cells" |
| 74 | cells = d.getVar('CELLS', True) or "" | 76 | cells = d.getVar('CELLS', True) or "" |
