aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/images')
-rw-r--r--recipes/images/gtk-demo-image.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/images/gtk-demo-image.bb b/recipes/images/gtk-demo-image.bb
new file mode 100644
index 0000000000..ac8c89cd33
--- /dev/null
+++ b/recipes/images/gtk-demo-image.bb
@@ -0,0 +1,12 @@
+export IMAGE_BASENAME = "gtk-demo-image"
+
+DEPENDS = "task-boot"
+IMAGE_INSTALL = "\
+ task-boot \
+ dropbear \
+ xauth \
+ gtk+ \
+ gtk+-demo \
+ "
+
+inherit image