packages/images/qtopia-core-console-image.bb: Create a minimal image with the QtopiaC...
authorHolger Freyther <zecke@selfish.org>
Mon, 21 Jan 2008 11:10:16 +0000 (11:10 +0000)
committerHolger Freyther <zecke@selfish.org>
Mon, 21 Jan 2008 11:10:16 +0000 (11:10 +0000)
    Provide a minimal image to use QtNetwork, QtSql, QtXml and QtCore.

packages/images/qtopia-core-console-image.bb [new file with mode: 0644]

diff --git a/packages/images/qtopia-core-console-image.bb b/packages/images/qtopia-core-console-image.bb
new file mode 100644 (file)
index 0000000..62382cd
--- /dev/null
@@ -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
+