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:
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 \
|
||||
"
|
Reference in New Issue
Block a user