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:
Andrei Gherzan 2012-05-18 22:52:37 +03:00
parent 73e31e94e4
commit 6f8544ef12

View 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 \
"