summaryrefslogtreecommitdiff
path: root/meta-raspberrypi/recipes-core/images/rpi-test-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-raspberrypi/recipes-core/images/rpi-test-image.bb')
-rw-r--r--meta-raspberrypi/recipes-core/images/rpi-test-image.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-raspberrypi/recipes-core/images/rpi-test-image.bb b/meta-raspberrypi/recipes-core/images/rpi-test-image.bb
new file mode 100644
index 000000000..c2f5f7320
--- /dev/null
+++ b/meta-raspberrypi/recipes-core/images/rpi-test-image.bb
@@ -0,0 +1,6 @@
+# Base this image on core-image-base
+include recipes-core/images/core-image-base.bb
+
+COMPATIBLE_MACHINE = "^rpi$"
+
+IMAGE_INSTALL_append = " packagegroup-rpi-test"