Age | Commit message (Collapse) | Author | Files |
|
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.
|
|
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>
|
|
|
|
* 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+*
|
|
* Lets update/add keymaps used on the jornada6xx.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Fn+Space = bar like it is on keyboard (part of #1498)
- 'bullseye' (center of ring) = space (close #1500)
- Fn+z is no longer bar
|
|
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
|
|
|
|
|
|
conf/distro/jlime-donkey.conf : Removal of getty var
|
|
-----
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
|
|
- Record, Home, Rotate changed to the one expected by OPIE
- LeftOK is now Control (was Escape)
synced with .oz354x
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
|
- 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
|