All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Eric Bénard" <eric@eukrea.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 1/2] add qt4-x11-base and demo images
Date: Fri, 26 Nov 2010 11:22:52 +0100	[thread overview]
Message-ID: <1290766973-11967-1-git-send-email-eric@eukrea.com> (raw)

these are images integrating qt4-x11-free librarie and its demo
applications running using Xorg.

Signed-off-by: Eric Bénard <eric@eukrea.com>
---
 recipes/images/qt4-x11-base-image.bb |   59 ++++++++++++++++++++++++++++++++++
 recipes/images/qt4-x11-demo-image.bb |    7 ++++
 2 files changed, 66 insertions(+), 0 deletions(-)
 create mode 100644 recipes/images/qt4-x11-base-image.bb
 create mode 100644 recipes/images/qt4-x11-demo-image.bb

diff --git a/recipes/images/qt4-x11-base-image.bb b/recipes/images/qt4-x11-base-image.bb
new file mode 100644
index 0000000..d559c96
--- /dev/null
+++ b/recipes/images/qt4-x11-base-image.bb
@@ -0,0 +1,59 @@
+require micro-base-image.bb
+
+TOUCH = ' ${@base_contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)}'
+
+XSERVER ?= "xserver-xorg \
+           xf86-input-evdev \
+           xf86-input-tslib \
+           xf86-video-fbdev "
+
+RDEPENDS_append += " \
+        qt4-x11-free \
+        "
+
+QT_INSTALL = " \
+        libqt3support4 \
+        libqtclucene4 \
+        libqtcore4 \
+        libqtdbus4 \
+        libqtgui4 \
+        libqthelp4 \
+        libqtmultimedia4 \
+        libqtnetwork4 \
+        libqtscript4 \
+        libqtscripttools4 \
+        libqtsql4 \
+        libqtsvg4 \
+        libqttest4 \
+        libqtwebkit4 \
+        libqtxml4 \
+        libqtxmlpatterns4 \
+        qt4-fonts \
+        qt4-plugin-iconengine-svgicon \
+        qt4-plugin-imageformat-gif \
+        qt4-plugin-imageformat-ico \
+        qt4-plugin-imageformat-jpeg \
+        qt4-plugin-imageformat-mng \
+        qt4-plugin-imageformat-svg \
+        qt4-plugin-imageformat-tiff \
+        qt4-plugin-phonon-backend-gstreamer \
+        qt4-plugin-script-dbus \
+        qt4-plugin-sqldriver-sqlite2 \
+        qt4-plugin-sqldriver-sqlite \
+"
+
+IMAGE_INSTALL += "\
+	initscripts \
+	kernel-modules \
+	gdbserver \
+	strace \
+	module-init-tools \
+	${QT_INSTALL} \
+	${TOUCH} \
+	qwt \
+	pointercal \
+	${XSERVER} \
+	ttf-liberation-sans ttf-liberation-serif ttf-liberation-mono \
+	xauth xhost xset xrandr \
+"
+
diff --git a/recipes/images/qt4-x11-demo-image.bb b/recipes/images/qt4-x11-demo-image.bb
new file mode 100644
index 0000000..8d14dc1
--- /dev/null
+++ b/recipes/images/qt4-x11-demo-image.bb
@@ -0,0 +1,7 @@
+require qt4-x11-base-image.bb
+
+IMAGE_INSTALL += "\
+        qt4-demos qt4-examples qt-demo-init \
+        qt4-assistant \
+        qwt-examples \
+"
-- 
1.6.3.3




             reply	other threads:[~2010-11-26 10:27 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-26 10:22 Eric Bénard [this message]
2010-11-26 10:22 ` [PATCH 2/2] qt-demo-init: correctly handle qtdemo for qt4-x11 Eric Bénard
2010-11-26 11:19 ` [PATCH 1/2] add qt4-x11-base and demo images Koen Kooi
2010-11-28 14:00   ` [PATCH] add task-qt4-x11 and qt4-x11 base & " Eric Bénard
2010-11-29 10:01     ` Koen Kooi
2010-11-29 21:25       ` Khem Raj
2010-11-30  6:31         ` Eric Bénard
2010-11-30 18:06           ` Khem Raj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1290766973-11967-1-git-send-email-eric@eukrea.com \
    --to=eric@eukrea.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.