diff options
-rw-r--r-- | recipes-core/images/rpi-hwup-image.bb | 7 |
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 | ||
2 | include recipes-core/images/core-image-minimal.bb | ||
3 | |||
4 | # Include modules in rootfs | ||
5 | IMAGE_INSTALL += " \ | ||
6 | kernel-modules \ | ||
7 | " | ||