summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/pointercal
AgeCommit message (Collapse)Author
2014-07-03meta: fix no newline at end of fileRobert Yang
Add a '\n' to the last line of the file to fix: No newline at end of file Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-02Replace one-line DESCRIPTION with SUMMARYPaul Eggleton
A lot of our recipes had short one-line DESCRIPTION values and no SUMMARY value set. In this case it's much better to just set SUMMARY since DESCRIPTION is defaulted from SUMMARY anyway and then the SUMMARY is at least useful. I also took the opportunity to fix up a lot of the new SUMMARY values, making them concisely explain the function of the recipe / package where possible. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-04-04pointercal: Move override files from 'files' to 'pointercal' directoryOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-17qemuppc: add pointercal fileLiming Wang
This file is for tslib. Signed-off-by: Liming Wang <liming.wang@windriver.com>
2011-06-13pointercal: Inhibit toolchain dependencies as its just config filesRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-04Remove machine-specific metadata for machines no longer in oe-corePaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2010-12-06pointercal: Add license checksumZhai Edwin
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-11-10Added qemumips /etc/pointercal file for touchscreen calibrationJ. Aaron Gamble
Fixes [BUGID #394] Signed-off-by: J. Aaron Gamble <john.gamble@windriver.com>
2010-09-30pointercal: Add LICENSE fieldRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-02pointercal: add config file for x86-64 targetZhai Edwin
Currently no config file for x86-64 target, which cause /etc/X11/Xsession.d/30xTs_Calibrate.sh run into an infinate loop to block following scripts to start matchbox. Copy x86 config file to x86-64. [BUGID #242] is fixed by this Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-08-27Major layout change to the packages directoryRichard Purdie
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>