
Include kernel modules in rootfs while generating a core-image-minimal. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
8 lines
161 B
BlitzBasic
8 lines
161 B
BlitzBasic
# Base this image on core-image-minimal
|
|
include recipes-core/images/core-image-minimal.bb
|
|
|
|
# Include modules in rootfs
|
|
IMAGE_INSTALL += " \
|
|
kernel-modules \
|
|
"
|