summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/formfactor
Commit message (Collapse)AuthorAgeFilesLines
* Use generic bbappend filesOtavio Salvador2014-04-221-0/+0
| | | | | | | | | | | | | | | | | | | | This uses the % wildcard for recipe matching, this easy the update of recipe versions and maintenance. - formfactor_0.0.bbappend - udev-extraconf_1.0.bbappend - eglinfo-fb_1.0.bbappend - eglinfo-x11_1.0.bbappend - mesa-demos_8.1.0.bbappend - pointercal-xinput_0.0.bbappend - xserver-xf86-config_0.1.bbappend - gst-plugins-base_0.10.36.bbappend - gst-plugins-gl_0.10.3.bbappend - qt4-embedded_4.8.5.bbappend - qt4-x11-free_4.8.5.bbappend Change-Id: Ia901561f327fde3109237994a2a5a76827f11913 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* machconfig: new file for imx51evk target optionsAdrian Alonso2012-02-011-0/+11
| | | | | | | * Machconfig file for imx51evk input devices support * Assume no touchscreen and system uses external keyboard Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* formfactor: set target input devices optionsAdrian Alonso2011-08-243-0/+26
* Each machconfig file provides information that is used in startup to set the input devices for the target platform. HAVE_TOUCHSCREEN sets touchscreen support HAVE_KEYBORD is set when a physical keyboard is attached to the system otherwise a virtual keyboard is used. * More info check formfacto recipe descriptor. Signed-off-by: Adrian Alonso <b38018@freescale.com>