From 3a1ab31b38995e7d77dfa8fe2715b2e7ee84ea80 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 15 Jun 2017 15:53:04 +0200 Subject: [PATCH] sysmobts2100: add RDEPENDS to required kernel modules We need to makes sure that the dsp/fpga related kernel modules are included in any image we generate. Use MACHINE_ESSENTIAL_EXTRA_RDEPENDS just like in sysmobts.inc Closes: SYS#3687 --- conf/machine/sysmobts2100.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/conf/machine/sysmobts2100.conf b/conf/machine/sysmobts2100.conf index 35ec313..66d3efc 100644 --- a/conf/machine/sysmobts2100.conf +++ b/conf/machine/sysmobts2100.conf @@ -1,6 +1,16 @@ # sysmoBTS 2100 machine type, based on LC15 require conf/machine/litecell15.conf +MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "\ + ${@['watchdog', ''][d.getVar('VIRTUAL-RUNTIME_init_manager', True) == 'systemd']} \ + kernel-module-rpmsg-proto \ + kernel-module-rpmsg-rpc \ + kernel-module-nrw-clkerr \ + kernel-module-nrw-vswr \ + kernel-module-omap-remoteproc \ + kernel-module-fpgadl \ + " + MACHINE_EXTRA_RDEPENDS = "\ task-sysmocom-bts \ ${@['watchdog', ''][d.getVar('VIRTUAL-RUNTIME_init_manager', True) == 'systemd']} \