summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOla Redell <ola.redell@retotech.se>2017-11-16 11:51:52 +0100
committerOla Redell <ola.redell@retotech.se>2017-11-16 11:51:52 +0100
commitdee3ee44ae32ffe92d1628b2ad52402bf491a692 (patch)
tree3a753088d378e73eaaebf3e5c9e516884079add8
parent3af813eaa50cc3bf5192c0218cf7e779f9f5af01 (diff)
downloadmeta-jailhouse-dee3ee44ae32ffe92d1628b2ad52402bf491a692.tar.gz
Make sure jailhouse kernel module is loaded by default
-rw-r--r--recipes-jailhouse/jailhouse/jailhouse.inc2
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() {
69PACKAGE_BEFORE_PN = "kernel-module-jailhouse" 69PACKAGE_BEFORE_PN = "kernel-module-jailhouse"
70FILES_${PN} = "${base_libdir}/firmware ${libexecdir} ${sbindir} ${JH_DATADIR}" 70FILES_${PN} = "${base_libdir}/firmware ${libexecdir} ${sbindir} ${JH_DATADIR}"
71 71
72KERNEL_MODULE_AUTOLOAD += "jailhouse"
73
72python __anonymous () { 74python __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 ""