From 9a39065a3235418bf94dde6e4f8a418472068717 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Mon, 21 Jan 2008 11:10:16 +0000 Subject: 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. --- packages/images/qtopia-core-console-image.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 packages/images/qtopia-core-console-image.bb 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 + -- cgit v1.2.3