ssf: autoload kernel modules

BugzID: 69520

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
This commit is contained in:
Lucien Mueller 2021-01-18 13:05:53 +01:00 committed by Gitea
parent 36546bdf67
commit 70bdcc3110
3 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,8 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425
inherit module
KERNEL_MODULE_AUTOLOAD += "broker"
PV = "1.0.0"
SRCREV ?= "${AUTOREV}"

View File

@ -10,6 +10,8 @@ RDEPENDS_${PN} = "ssc-broker-driver"
inherit module
KERNEL_MODULE_AUTOLOAD += "extmod"
PV = "1.0.0"
SRCREV ?= "${AUTOREV}"

View File

@ -10,6 +10,8 @@ RDEPENDS_${PN} = "ssc-broker-driver"
inherit module
KERNEL_MODULE_AUTOLOAD += "sysstate"
PV = "1.0.0"
SRCREV ?= "${AUTOREV}"