aboutsummaryrefslogtreecommitdiffstats
path: root/packages/images
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2008-01-21 11:10:16 +0000
committerHolger Freyther <zecke@selfish.org>2008-01-21 11:10:16 +0000
commit9a39065a3235418bf94dde6e4f8a418472068717 (patch)
treeb51ef1ce6e5866730cdbf39dab4d888ec6f8a95b /packages/images
parent2ac8746b749294a35fbbdeae30649cd14c96b51d (diff)
downloadopenembedded-9a39065a3235418bf94dde6e4f8a418472068717.tar.gz
packages/images/qtopia-core-console-image.bb: Create a minimal image with the QtopiaCore Core libraries
Provide a minimal image to use QtNetwork, QtSql, QtXml and QtCore.
Diffstat (limited to 'packages/images')
-rw-r--r--packages/images/qtopia-core-console-image.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/images/qtopia-core-console-image.bb b/packages/images/qtopia-core-console-image.bb
new file mode 100644
index 0000000000..62382cd11f
--- /dev/null
+++ b/packages/images/qtopia-core-console-image.bb
@@ -0,0 +1,19 @@
+#QtopiaCore 'console' image
+#gives you a small images with ssh access
+
+ANGSTROM_EXTRA_INSTALL ?= ""
+DISTRO_SSH_DAEMON ?= "dropbear"
+DEPENDS = "task-boot"
+
+IMAGE_INSTALL = "task-boot \
+ util-linux-mount util-linux-umount \
+ ${DISTRO_SSH_DAEMON} \
+ angstrom-version \
+ task-qtopia-core-console \
+ "
+
+export IMAGE_BASENAME = "trolltech-qtopia-core-console-image"
+IMAGE_LINGUAS = ""
+
+inherit image
+