summaryrefslogtreecommitdiff
path: root/recipes/ti/matrix-gui_svn.bb
AgeCommit message (Collapse)AuthorFiles
2010-06-06matrix-gui,udev: Remove superfluous "patch=1" parameters from some recipes.Robert P. J. Day1
* If a filename has either a ".diff" or ".patch" suffix, then the "patch=1" parameter is unnecessary. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com> Acked-by: Chris Larson <clarson@kergoth.com>
2010-05-28matrix-gui-common: Move common files into one pkgChase Maupin1
* Created the matrix-gui-common_svn.bb recipe to contain all of the common html, scripts, and image files used by both versions of the matrix GUI application. * Removed the html, script, and image files from matrix-gui and matrix-gui-e recipes. * Added dependency on matrix-gui-common to matrix-gui and matrix-gui-e recipes. * Added browser executable that looks for the example browser from the Qt demos package depending on whether the embedded or X11 version of the matrix GUI application is running. Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-28matrix-gui_svn: Add autostart packageChase Maupin1
* Added package for autostarting the matrix_gui application in X11 desktops. Package is called matrix-gui-autostart. * Added .desktop file for starting the matrix_gui application when the system is logged in. * Autostart package depends on the base matrix-gui package. Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-28matrix-gui_svn: X11 version of matrix GUIChase Maupin1
* Added recipe to build matrix GUI application with Qt X11 libraries. * Changed init script to not place an entry in the /etc/rc5.d directory. Init script is still used for starting the matrix_gui application. * Added patch to enable the cursor for X11 Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-28matrix-gui-e_svn: Renamed matrix-gui_svnChase Maupin1
* Renamed the matrix-gui_svn recipe to matrix-gui-e_svn to be more in line with naming conventions of other applications. This is in preparation for making and X11 version of the recipe. * Moved associated files Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-18matrix-gui: bump the rev, change LICENSE to BSDDenys Dmytriyenko1
2010-05-10matrix-gui_svn: add init script for dm365-evm.Brijesh Singh1
* use default Rotation to 0 degrees. * remove touch screen specific variables. Signed-off-by: Brijesh Singh <bksingh@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-05-07matrix-gui: bump the rev for latest fixes, sans external browser binaryDenys Dmytriyenko1
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-05-06matrix-gui: numerous updates and fixes (from Arago)Denys Dmytriyenko1
* Bump the revision * Fix the license * Don't set redundant variables * Display message when calibrating TS * Install additional binaries/scripts Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-05-04matrix-gui_svn.bb: Fix parsing of the recipeStefan Schmidt1
NOTE: Handling BitBake files: \ (6840/8344) [81 %]ERROR: /home/stefan/Projekte/OpenEmbedded/build/openmoko/openembedded/recipes/ti/matrix-gui_svn.bb:22: unparsed line: 'do_install(52) {' while parsing /home/stefan/Projekte/OpenEmbedded/build/openmoko/openembedded/recipes/ti/matrix-gui_svn.bb ERROR: /home/stefan/Projekte/OpenEmbedded/build/openmoko/openembedded/recipes/ti/matrix-gui_svn.bb:22: unparsed line: 'do_install(52) {' while parsing /home/stefan/Projekte/OpenEmbedded/build/openmoko/openembedded/recipes/ti/matrix-gui_svn.bb No idea if TI has anything in-house that makes this work but here it doesn't.
2010-05-04matrix-gui: update to latest svnKoen Kooi1
2010-04-28matrix-gui: bump SRCREV to 21 for setopp fixesKoen Kooi1
2010-04-26matrix-gui: add new recipe and initscript, from arago overlayKoen Kooi1
* slightly changed from arago recipe to conform more to OE guidelines