image-minimal: Remove kernel modules
The modules are not required in minimal image and are leading to the ignition switch to be enabled which is not an expected behavior. BugzID: 69394
This commit is contained in:
parent
56de22f32f
commit
0c2414ffe9
|
|
@ -24,7 +24,6 @@ IMAGE_INSTALL = " \
|
|||
less \
|
||||
ncurses-terminfo-base \
|
||||
kernel-devicetree \
|
||||
${KERNEL}-modules \
|
||||
haveged \
|
||||
${@bb.utils.contains("MACHINE_FEATURES", "wwan", "wwan-config", "", d)} \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue