summaryrefslogtreecommitdiff
path: root/recipes-graphics
AgeCommit message (Collapse)Author
2017-04-07meta-toradex-demo: clean-up whitespace useMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-04-07recipes: remove unneeded RDEPENDSMax Krummenacher
Empty RDEPENDS are not needed, the others are automatically added by the buildsystem. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-01-11xinput-calibrator: fix operation on multihead configurationMarcel Ziswiler
As e.g. our Tegra modules are multihead capable and if HDMI is plugged in while the xinput calibrator was run this led to the following error message: root@apalis-t30:~# xinput_calibrator_once.sh Unknown option: 640x480 Fix this by just using the first detected heads geometry definition. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2017-01-10unclutter: address bitbake warningsMax Krummenacher
silence warning for hash-style not gnu WARNING: unclutter-1.09-r0 ... No GNU_HASH in the elf binary: '...unclutter' [ldflags] Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2017-01-10unclutter: fix compiler warningsMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2017-01-10giblib: fix qa issue with giblib.pcMax Krummenacher
Fixes: | ERROR: giblib-1.2.4-r0 do_populate_sysroot: QA Issue: giblib.pc failed sanity test (tmpdir) in path .../work/armv7at2hf-neon-angstrom-linux-gnueabi/giblib/1.2.4-r0/sysroot-destdir/usr/lib/pkgconfig [pkgconfig] Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2016-09-28xserver-common_%.bbappend: delete, moved to meta-lxdeMax Krummenacher
This bbappend is required by packages built with meta-lxde. Thus move it were it belongs. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2015-10-30evdev: remove old backportStefan Agner
The evdev version provided by oe-core is in the meantime newer than this backport, hence we can safely remove it.
2015-10-12scrot, giblib: add fedora download mirrorMax Krummenacher
The upstream server currently gives error 403. $ wget http://linuxbrit.co.uk/downloads/scrot-0.8.tar.gz --2015-09-17 10:50:25-- http://linuxbrit.co.uk/downloads/scrot-0.8.tar.gz Resolving linuxbrit.co.uk (linuxbrit.co.uk)... 65.110.41.18 Connecting to linuxbrit.co.uk (linuxbrit.co.uk)|65.110.41.18|:80... connected. HTTP request sent, awaiting response... 403 Forbidden 2015-09-17 10:50:25 ERROR 403: Forbidden. (cherry picked from commit 77e6a09a5afeab9f0d550b3319e134ec991f50cf)
2015-08-07gpu-viv-bin: package has been renamed and splitMax Krummenacher
gpu-viv-bin-mx6q -> imx-gpu-viv with a bunch of subpackages.
2015-05-12unclutter: change license string to known "PD"Max Krummenacher
PublicDomain is not known to OE
2015-05-12graphviz: update to 2.38, not workingMax Krummenacher
Neiter graphviz_2.32.0.bb graphviz_2.38.0.bb work with dizzy. Uses python directory from build host.
2015-05-12recipes: replace short DESCRIPTION with SUMMARYMax Krummenacher
The SUMMARY variable gives a short description of the package (<72 chars). A missing DESCRIPTION is automatically set to the content of SUMMARY.
2015-05-12recipes: don't use ${PN} as a recipe name placeholderMax Krummenacher
${PN} might be extended with some magic prefix, so don't use it in SRC_URI assignments et. al.
2015-03-31giblib: use autotools-brokensepMax Krummenacher
2015-01-23rdesktop: workaround issue witherial forwardingMax Krummenacher
2015-01-09rdesktop: add rdesktop recipeMarcel Ziswiler
2014-10-31xserver-common_%.bbappend: don't start XDG autostartMax Krummenacher
This is also done by the session manager effectively starting the autostart items twice.
2014-10-30xinput-calibrator: remove systemd serviceStefan Agner
Remove xinput-calibrator systemd service since autostart is done using /etc/xdg/autostart/xinput_calibrator.desktop.
2014-08-04bbappends: remove the deprecated PRINC variableMax Krummenacher
2014-08-04Use generic bbappend filesMax Krummenacher
This uses the % wildcard for recipe matching. remove the deprecated PRINC variable while at it.
2014-07-15vnc: add directvnc and tightvnc recipesMarcel Ziswiler
Two popular VNC clients: - DirectVNC based on DirectFB (e.g. without X11) - TightVNC based on X11 (cherry picked from commit ef4113208de357a5b8accd7610f8bf3230125a59)
2014-07-15xinput-calibrator.service: only start when lxdm is enabledMax Krummenacher
If the xinput-calibrator.service is enabled but lxdm.service is disabled lxdm was started anyway because of the requires dependency. Replase Requires with Requisite to have xinput-calibrator.service fail instead. (cherry picked from commit e34e6361ecaaa8b148d438d517761bdd084d1a32)
2014-04-03gpu-viv-bin-mx6q: add bbappend for no samplesMax Krummenacher
adds gpu-viv-bin-mx6q-libraries package which RDEPENDS only the libraries but not the samples.
2013-10-17evdev: backport V2.8.1 from doraMax Krummenacher
V2.7.3 crash when it receives multitouch events
2013-09-22graphviz: add recipeMax Krummenacher
2013-09-22systemd: adapt to new systemd handlingMax Krummenacher
with the move from meta-openembedded to oe-core some things have changed, e.g. the config files have to explicitly installed
2013-09-22xinput-calibrator: menuentry behaves as the first boot calibrationMax Krummenacher
- make the menuentry behave as the one time calibration on first boot
2013-09-22xinput-calibrator: bbappend updated to use git instead of versioned tarballMax Krummenacher
2013-05-15unclutter: add recipeMax Krummenacher
- Unclutter hides your X mouse cursor when you do not need it
2013-04-25scrot: add scrot recipe, commandline screen capture utilityMax Krummenacher
2012-12-17xinput-calibrator: make the menuentry behaviour as the one time calibration ↵Max Krummenacher
on first boot
2012-10-18xinput-calibrator: make this depending on lxdm, not no-display-managerMax Krummenacher