From 4cf0f233541f2bef81ad6f2faf69cfe3c715d74f Mon Sep 17 00:00:00 2001 From: Eric Bénard Date: Tue, 2 Nov 2010 17:51:59 +0100 Subject: qt4e: add 2 images MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - qt4e-base-image : contains qt4 embedded libraries and can be used as a base rootfs when developping using the sdk - qt4e-demo-image : contains qt-base-image + qt-demo + a script to launch qt-demo at boot, this image can be used to quickly setup a demonstration of qt capabilities on a machine using qtdemo - qt-demo-init : recipe creating the package which provides the init script to lauch qtdemo. Signed-off-by: Eric Bénard Acked-by: Khem Raj --- recipes/images/qt4e-base-image.bb | 51 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 recipes/images/qt4e-base-image.bb (limited to 'recipes/images/qt4e-base-image.bb') diff --git a/recipes/images/qt4e-base-image.bb b/recipes/images/qt4e-base-image.bb new file mode 100644 index 0000000000..4aa24dac51 --- /dev/null +++ b/recipes/images/qt4e-base-image.bb @@ -0,0 +1,51 @@ +require micro-base-image.bb + +TOUCH = ' ${@base_contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)}' + +RDEPENDS_append += " \ + qt4-embedded \ + " + +QTE_INSTALL = " \ + libqt-embedded3support4 \ + libqt-embeddedclucene4 \ + libqt-embeddedcore4 \ + libqt-embeddeddbus4 \ + libqt-embeddedgui4 \ + libqt-embeddedhelp4 \ + libqt-embeddedmultimedia4 \ + libqt-embeddednetwork4 \ + libqt-embeddedscript4 \ + libqt-embeddedscripttools4 \ + libqt-embeddedsql4 \ + libqt-embeddedsvg4 \ + libqt-embeddedtest4 \ + libqt-embeddedwebkit4 \ + libqt-embeddedxml4 \ + libqt-embeddedxmlpatterns4 \ + qt4-embedded-fonts-ttf-dejavu \ + qt4-embedded-fonts-ttf-vera \ + qt4-embedded-plugin-iconengine-svgicon \ + qt4-embedded-plugin-imageformat-gif \ + qt4-embedded-plugin-imageformat-ico \ + qt4-embedded-plugin-imageformat-jpeg \ + qt4-embedded-plugin-imageformat-mng \ + qt4-embedded-plugin-imageformat-svg \ + qt4-embedded-plugin-imageformat-tiff \ + qt4-embedded-plugin-mousedriver-tslib \ + qt4-embedded-plugin-phonon-backend-gstreamer \ + qt4-embedded-plugin-script-dbus \ + qt4-embedded-plugin-sqldriver-sqlite2 \ + qt4-embedded-plugin-sqldriver-sqlite \ +" + +IMAGE_INSTALL += "\ + initscripts \ + kernel-modules \ + gdbserver \ + strace \ + module-init-tools \ + ${QTE_INSTALL} \ + ${TOUCH} \ + qwt-e \ +" -- cgit 1.2.3-korg