aboutsummaryrefslogtreecommitdiffstats
path: root/packages/keymaps
AgeCommit message (Collapse)Author
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe
2008-06-06tosa keymap-2.6: fix 2.6 kernel keymapJunqian Gordon Xu
* basically reverted the previous change by Dmitry. Most importantly: Altgr (Fn) key was mapped wrong * reverted to the previuos hrw maintained keymap-2.6 and clean up * add new keys: Fn+z backslash, Fn+calerdar braceleft, Fn+contact bracketleft, Fn+Backlight/Rotate asciicircum, Fn+Home grave, Fn+Menu bracketright, Fn+Email braceright * enhanced directional keys: Fn+* and Shift+*
2008-05-04packages/keymaps/files/jornada6xx/keymap-* : update/add keymapsKristoffer Ericson
* Lets update/add keymaps used on the jornada6xx.
2008-03-28keymaps_1.0.bb, collie/keymap-2.6.map: use OK button as returnThomas Kunze
2008-03-13keymaps: fix Poodle keymap - close #4051Helge Deller
2008-03-06keymaps: Update tosa keymap from Dmitry Baryshkov (#3879)Dmitry Baryshkov
2007-12-01keymaps: provide keymap for qemux86 machineJeremy Laine
2007-10-19keymaps: start after psplash (from Poky)Marcin Juszkiewicz
2007-06-26packages/keymaps/files/jornada6xx/keymap-uk.map: Minor changes to uk keymapKristoffer Ericson
2007-04-12keymaps: fix keymap for collie/2.6 - close #1996Thomas Kunze
2007-01-25keymaps: fix typo so htcuniversal will get keymap workingMarcin Juszkiewicz
2007-01-07keymaps: added HTC Universal keymap - close #1731GoxboxLive
2006-11-04keymaps: Fix poodle OK and select keys in opie (#1552)Richard Purdie
2006-10-17keymaps: fixed tosa/2.6 keymap - close #1500 and partially #1498Marcin Juszkiewicz
- Fn+Space = bar like it is on keyboard (part of #1498) - 'bullseye' (center of ring) = space (close #1500) - Fn+z is no longer bar
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-08-22keymaps: add h2200 keymap - finally close #1304Marcin Juszkiewicz
2006-08-15keymaps: added h2200 support - close #1304Giorgio Padrin
2006-07-22keymaps/files/jornada6xx/* : Addition of keymaps for jornada6xxKristoffer Ericson
conf/distro/jlime-donkey.conf : Removal of getty var
2006-07-13DISTROKristoffer Ericson
----- distro/jlime-donkey.conf : Setting sysvinit terminals distro/preferred-opie-cvs-versions.inc : Fix of typo KERNEL ------ linux-jlime-arm-2.6.17/defconfig_jlime: Minor changes linux-jlime-sh3-2.6.17/defconfig_jlime: Minor changes linux-jlime-sh3-2.6.17/keymap-fix.patch: Sets default working keymap OTHER ----- packages/keymaps/keymaps_1.0.bb : Addition of jornada6xx arch
2006-07-08keymaps: updated keymap for tosa/2.6Marcin Juszkiewicz
- Record, Home, Rotate changed to the one expected by OPIE - LeftOK is now Control (was Escape) synced with .oz354x
2006-05-13keymaps: It helps to commit the finished keymap...Matthias Hentges
2006-05-11keymaps: Update poodle-keymap to adjust for driver changeMatthias Hentges
2006-05-11keymaps: Reworked Poodle-2.6 keymapMatthias Hentges
2006-04-08* Remove 2.4 machine support for c7x0, akita, spitz and borzoi. Richard Purdie
* Remove borzoi machine entirely as its now equal to spitz. * For remaining 2.4/2.6 split machines use ZKERNEL_VERSION instead of KERNEL_VERSION to fix a long standing bug - people will need to update local.conf. * Add dummy terrier MACHINE to point at spitz.
2006-04-08keymaps: Correct the collie and poodle 2.6 mapsRichard Purdie
2006-04-07keymaps: Include softkey mapping from .oz354x for SL-CxxxxMatthias Hentges
2006-04-07keymaps handling moved from initscripts to keymaps packageMarcin Juszkiewicz
- loading keymap require loadkeys from console-tools (which takes 300K) - all Zaurus machines (except collie) will get this package installed - collie 2.4 keymap is the same as kernel one so it is not needed on device anyway users can install it if want to make some changes in mapping Zaurus machines conf: dropped console-tools from RDEPENDS, added keymaps instead - keymaps RDEPEND on console-tools