[oe-commits] org.oe.dev packages/images/qtopia-core-console-image.bb: Create a minimal image with the QtopiaCore Core libraries

freyther commit openembedded-commits at lists.openembedded.org
Mon Jan 21 11:41:36 UTC 2008


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.

Author: freyther at openembedded.org
Branch: org.openembedded.dev
Revision: 8b72081ac43d603c1378f0c3e6589903e1fe2231
ViewMTN: http://monotone.openembedded.org/revision/info/8b72081ac43d603c1378f0c3e6589903e1fe2231
Files:
1
packages/images/qtopia-core-console-image.bb
Diffs:

#
# mt diff -r341b3084c44a032d1f9eebc36520f8482fe9d233 -r8b72081ac43d603c1378f0c3e6589903e1fe2231
#
# 
# 
# add_file "packages/images/qtopia-core-console-image.bb"
#  content [906f157f28657bb972c65d32109cf46c01a1ce0c]
# 
============================================================
--- packages/images/qtopia-core-console-image.bb	906f157f28657bb972c65d32109cf46c01a1ce0c
+++ packages/images/qtopia-core-console-image.bb	906f157f28657bb972c65d32109cf46c01a1ce0c
@@ -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
+






More information about the Openembedded-commits mailing list