mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-27 19:36:58 +00:00
rpi-hwup-image: Create image based on core-image-minimal
Include kernel modules in rootfs while generating a core-image-minimal. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
# Base this image on core-image-minimal
|
||||||
|
include recipes-core/images/core-image-minimal.bb
|
||||||
|
|
||||||
|
# Include modules in rootfs
|
||||||
|
IMAGE_INSTALL += " \
|
||||||
|
kernel-modules \
|
||||||
|
"
|
||||||
Reference in New Issue
Block a user