Skip to content

Instantly share code, notes, and snippets.

@scottellis
Created February 14, 2011 12:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottellis/825820 to your computer and use it in GitHub Desktop.
Save scottellis/825820 to your computer and use it in GitHub Desktop.
qt4-console-image
# console image for omap3
inherit image
DEPENDS = "task-base"
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_EXTRA_INSTALL ?= ""
AUDIO_INSTALL = " \
alsa-utils \
alsa-utils-aplay \
alsa-utils-amixer \
angstrom-zeroconf-audio \
"
BASE_INSTALL = " \
task-base-extended \
"
FIRMWARE_INSTALL = " \
# linux-firmware \
libertas-sd-firmware \
rt73-firmware \
zd1211-firmware \
"
GLES_INSTALL = " \
# libgles-omap3 \
"
TOOLS_INSTALL = " \
bash \
bzip2 \
ckermit \
devmem2 \
dhcp-client \
dosfstools \
fbgrab \
fbset \
fbset-modes \
i2c-tools \
ksymoops \
mkfs-jffs2 \
mtd-utils \
nano \
ntp ntpdate \
openssh-misc \
openssh-scp \
openssh-ssh \
omap3-writeprom \
procps \
socat \
strace \
sudo \
syslog-ng \
task-proper-tools \
u-boot-utils \
"
IMAGE_INSTALL += " \
${BASE_INSTALL} \
${AUDIO_INSTALL} \
${FIRMWARE_INSTALL} \
${GLES_INSTALL} \
${IMAGE_EXTRA_INSTALL} \
${TOOLS_INSTALL} \
${QTE_INSTALL} \
${TOUCH} \
"
IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"
#ROOTFS_POSTPROCESS_COMMAND += '${@base_conditional("DISTRO_TYPE", "release", "zap_root_password; ", "",d)}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment