aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2010-04-19 09:58:41 +0100
committerPhil Blundell <philb@gnu.org>2010-06-04 13:57:46 +0100
commit04d50d5a04032319e8bdcbf8de59866846e3dc63 (patch)
tree772f5852ad71f2b5a6e181530825470a8f522cc6 /recipes/images
parent3db17146cb491d7d0f25ef7ecc24b31478b4b2ff (diff)
downloadopenembedded-04d50d5a04032319e8bdcbf8de59866846e3dc63.tar.gz
gtk-demo-image: new
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