summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-05-18 22:52:37 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2012-07-02 02:00:38 +0300
commit6f8544ef12c47c0c28022b348321fb7f4eb0ebe4 (patch)
tree2b036bf37d4711a8e58b34136ffc3b485c31dd1e /recipes-core
parent73e31e94e4102aa404ab49e8fc4e92c6a43e6db9 (diff)
downloadmeta-raspberrypi-6f8544ef12c47c0c28022b348321fb7f4eb0ebe4.tar.gz
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>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/images/rpi-hwup-image.bb7
1 files changed, 7 insertions, 0 deletions
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 @@
1# Base this image on core-image-minimal
2include recipes-core/images/core-image-minimal.bb
3
4# Include modules in rootfs
5IMAGE_INSTALL += " \
6 kernel-modules \
7 "