summaryrefslogtreecommitdiffstats
path: root/meta-raspberrypi/recipes-core/images/rpi-hwup-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-raspberrypi/recipes-core/images/rpi-hwup-image.bb')
-rw-r--r--meta-raspberrypi/recipes-core/images/rpi-hwup-image.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-raspberrypi/recipes-core/images/rpi-hwup-image.bb b/meta-raspberrypi/recipes-core/images/rpi-hwup-image.bb
new file mode 100644
index 000000000..d2371ad25
--- /dev/null
+++ b/meta-raspberrypi/recipes-core/images/rpi-hwup-image.bb
@@ -0,0 +1,11 @@
+# Base this image on core-image-minimal
+include recipes-core/images/core-image-minimal.bb
+
+# Include modules in rootfs
+IMAGE_INSTALL += " \
+ kernel-modules \
+ "
+
+do_image_prepend() {
+ bb.warn("The image 'rpi-hwup-image' is deprecated, please use 'core-image-minimal' instead")
+}
OpenPOWER on IntegriCloud