mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02: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:
parent
73e31e94e4
commit
6f8544ef12
7
recipes-core/images/rpi-hwup-image.bb
Normal file
7
recipes-core/images/rpi-hwup-image.bb
Normal file
|
@ -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 \
|
||||
"
|
Loading…
Reference in New Issue
Block a user