mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-27 19:36:58 +00:00
6f8544ef12
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 \
|
|
"
|