aboutsummaryrefslogtreecommitdiffstats
path: root/packages/images
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2008-01-21 15:25:54 +0000
committerHolger Freyther <zecke@selfish.org>2008-01-21 15:25:54 +0000
commited863b9fbb77461e29c5d9edaf861ab820bd8eaa (patch)
treed759e4f7e726e83d95ffe9e707dab0b7b460f1f9 /packages/images
parent5ace4e7d41c36f4ef2d02629a521ce3db371fade (diff)
downloadopenembedded-ed863b9fbb77461e29c5d9edaf861ab820bd8eaa.tar.gz
Add a task for QtopiaCore GUI libraries and related libraries and install this task to a image
Provide a minimal image with QtopiaCore GUI available.
Diffstat (limited to 'packages/images')
-rw-r--r--packages/images/qtopia-core-gui-image.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/images/qtopia-core-gui-image.bb b/packages/images/qtopia-core-gui-image.bb
new file mode 100644
index 0000000000..6f3e594e62
--- /dev/null
+++ b/packages/images/qtopia-core-gui-image.bb
@@ -0,0 +1,20 @@
+#QtopiaCore 'console' image
+#gives you a small images with ssh access
+
+ANGSTROM_EXTRA_INSTALL ?= ""
+DISTRO_SSH_DAEMON ?= "dropbear"
+DEPENDS = "task-boot task-qtopia-core-gui task-qtopia-core-gui"
+
+IMAGE_INSTALL = "task-boot \
+ util-linux-mount util-linux-umount \
+ ${DISTRO_SSH_DAEMON} \
+ angstrom-version \
+ task-qtopia-core-console \
+ task-qtopia-core-gui \
+ "
+
+export IMAGE_BASENAME = "trolltech-qtopia-core-gui-image"
+IMAGE_LINGUAS = ""
+
+inherit image
+