From 6f8544ef12c47c0c28022b348321fb7f4eb0ebe4 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Fri, 18 May 2012 22:52:37 +0300 Subject: 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 --- recipes-core/images/rpi-hwup-image.bb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 recipes-core/images/rpi-hwup-image.bb diff --git a/recipes-core/images/rpi-hwup-image.bb b/recipes-core/images/rpi-hwup-image.bb new file mode 100644 index 0000000..486ea59 --- /dev/null +++ b/recipes-core/images/rpi-hwup-image.bb @@ -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 \ + " -- cgit v1.2.3-54-g00ecf