aboutsummaryrefslogtreecommitdiffstats
path: root/packages/keymap-locales
AgeCommit message (Collapse)Author
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
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
2007-12-01keymap-locales: provide French keyboard extension for qemux86Jeremy Laine
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie
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-04-09merge of b40b9fb8b17f69ba321fa34167b8ddb37dc72ec2Holger Freyther
and e6a2ccb39d3b001fdcc1071ba1860678a1fe8647
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-03-29keymap-locales: Add finnish keymap to Akita, Borzoi, Spitz, C7x0 & CollieMatthias Hentges
Courtesy of arzgi from oesf.org
2006-03-28keymap-locales: Include change from .oz3.5.4xMatthias Hentges
2006-02-17keymap-locales: Matthias Hentges
- Fix o-umlaut on VT and X and remove warning message during loadkeys - Add c7x0 -DE keymap, testing courtesy of _law_ mt: ----------------------------------------------------------------------
2006-01-30keymap-locales:Matthias Hentges
- Add kernel 2.6 DE keymap for Akita - Add kernel 2.4 and 2.6 DE keymap for Borzoi and Spitz
2006-01-20keymap-locales: Matthias Hentges
- Add DE extension for Collie. Non functional due to Opie bug right now.
2006-01-19Add keymap-locales package.Matthias Hentges