Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-03-17 | rename packages/ to recipes/ per earlier agreement | Denys Dmytriyenko | 51 | |
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> | ||||
2009-02-13 | alsa-utils: QA-fix for m4 syntax | woglinde | 1 | |
2009-02-13 | alsa-utils: Delete unused alsa-utils-strl-funcs-non-static.patch | Khem Raj | 1 | |
2009-02-12 | alsa-utils_1.0.18: Check for strlcat and stlcpy functions during configure | Khem Raj | 2 | |
2009-02-10 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Khem Raj | 2 | |
into org.openembedded.dev | ||||
2009-02-10 | alsa-state: ship proper asound.conf for AT91SAM9263-EK board | Marcin Juszkiewicz | 2 | |
File taken from AT91 forum where it was sent by Fernando Gomez: http://www.at91.com/samphpbb/viewtopic.php?p=15971#p15971 | ||||
2009-02-03 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Khem Raj | 2 | |
into org.openembedded.dev | ||||
2009-01-30 | alsa-state: added state for at91sam9263ek board | Marcin Juszkiewicz | 2 | |
2009-01-28 | alsa-utils: added missing PR = and bumped it | Frans Meulenbroeks | 1 | |
2009-01-25 | alsa-utils: Do not make strl* functions as static. | Khem Raj | 2 | |
* These funtions are provided by C libraries like uclibc Declaring them static here causes static not static declaration issues reported by gcc. | ||||
2009-01-22 | alsa-utils 1.0.18: Remove xmlto usage from the build | Mark Brown | 2 | |
It's not available on all hosts and some have broken installs. | ||||
2009-01-21 | alsa-utils 1.0.18: def pref -1 till someone fixes it so it actually builds | Koen Kooi | 1 | |
2009-01-21 | alsa: update to 1.0.18 | Mark Brown | 3 | |
2009-01-12 | fastboot: alsa-state: Run init script earlier and in the background. | Chia-I Wu | 2 | |
2008-12-18 | alsa-lib_1.0.15.bb: fix PR, should be "r1" instead of "1" | John Lee | 1 | |
since the default is 'r0' | ||||
2008-12-06 | alsa-state: add state files for MOTO a780 | Michael 'Mickey' Lauer | 5 | |
2008-11-16 | packages: Fix PV naming of svn/git based recipes to have +gitr/+svnr in the PV | Holger Hans Peter Freyther | 1 | |
According to the policy add an 'r' if we build a certain SCM revision. Bump the PE to be sure that the package is bigger, may alphanumeric math is too bad... # my failure of shell knowledge... git grep "^PV" packages/ | grep SRCREV | grep "\(git\\$\)\|\(svn\\$\)" | ||||
2008-10-23 | mamona-sound: moving nokia800 asound.state from mamona-sound-n800 to alsa-state | Aloisio Almeida Jr | 1 | |
2008-10-18 | bb files: Revert the introduction of FILE_PR | Holger Hans Peter Freyther | 15 | |
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_PR | Holger Hans Peter Freyther | 15 | |
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-15 | mtn2git: remove .mtn2git_empty files in non-empty directories | Jan Luebbe | 12 | |
2008-08-07 | alsa-*: update to 1.0.17 | Koen Kooi | 4 | |
2008-07-25 | alsa-libs: don't need to define the get_alsa_versym_setting function 3 | Henning Heinold | 1 | |
times | ||||
2008-07-21 | alsa-oss: fix libio.patch | Henning Heinold | 2 | |
*stupid else vs. #else from some how dont break uclibc build so I catched not _fildes vs __filedes, fixed now to, thanks to shoragan to spot this * add LEAD_SONAME as suggested by bitbake * bump PR this time the rightway | ||||
2008-07-20 | alsa-oss: fix stdioemu.c for uclibc | Henning Heinold | 2 | |
*on none glibc systems libio.h is not there and FILE._fileno is not defined *on uclibc _fileno is _filedes *provide autoconf magic which check for structure *bump PR | ||||
2008-07-19 | alsa-lib: fix avr32 builds and libmath detection | Henning Heinold | 3 | |
* fix bug 4364 provided Geoffrey Wossum * add fix_libmath.patch to correct detection either -lm is needed or not * bump PR | ||||
2008-06-11 | alsa-state: install correct file | Michael Lauer | 1 | |
2008-06-11 | alsa-state: fix standard alsa dmix configuration, it now works out-of-the-box | Michael Lauer | 2 | |
2008-06-11 | alsa-plugins 1.0.14 update to 1.0.15 | Michael Lauer | 1 | |
2008-06-10 | lots of recipes: bump PR to get postinsts back | Koen Kooi | 1 | |
* this is not a complete list * this still doesn't fix the pkg_postinst() type of bugs | ||||
2008-06-10 | add alsa-scenario support library (git version) | Michael Lauer | 1 | |
2008-05-09 | alsa-state.bb : use openmoko-alsa-scenarios.bb from OM mtn | Graeme Gregory | 16 | |
2008-05-04 | divers: s/bugs.openembedded.org/bugs.openembedded.net/ for all of OE | Rolf Leggewie | 1 | |
* bugs.openembedded.org has frequent DNS issues, .net is better maintained both should usually point to the same server and bugzilla installation | ||||
2008-04-25 | merge of '3e22c6ee5af012d09e9027c2ade50920300fb0f2' | Holger Freyther | 1 | |
and 'f360c05bdca8536435cf09d573b42b34d69224ff' | ||||
2008-04-25 | Mess with the tree in a unknown way due the limitations of a tool. No idea which | Holger Freyther | 2 | |
gsmhandset.state to delete (see the below output of mtn), drop both... mtn: 2 heads on branch 'org.openembedded.dev' mtn: [left] 3e22c6ee5af012d09e9027c2ade50920300fb0f2 mtn: [right] 74f4e875283dd639a1a426c4ce2930b205f84ac1 mtn: warning: orphaned node conflict on node 24181, dead parent 22904, name gsmhandset.state mtn: warning: resolve non-content conflicts and then try again. mtn: error: merge failed due to unresolved conflicts | ||||
2008-04-23 | openmoko2/openmoko-alsa-scenarios.bb : pull alsa audio scenarios directly | John Lee | 1 | |
from SVN so we are always in sync. by julian_chu@openmoko.com | ||||
2008-03-30 | tosa asound.state: fix default values | Junqian Gordon Xu | 1 | |
2008-03-26 | fic-gta0? : renamed fic-gta0? to om-gta0? to reflect true name of device | Graeme Gregory | 16 | |
2008-03-18 | alsa-state: increase PR to reflect changes in fic-gta01 | John Lee | 1 | |
2008-03-14 | alsa/alsa-state/fic-gta01/ : update the state files from svn | Graeme Gregory | 10 | |
2008-03-12 | alsa/alsa-state/fic-gta01/* : update gta01 states | Graeme Gregory | 10 | |
2008-03-12 | alsa-state: sync upstream from XorA | John Lee | 2 | |
2008-03-07 | merge of '211b2bf7086145ba83e7b54cebded9bb3025b075' | John Lee | 2 | |
and 'cb58be96e7128aa032b10e0b9d369ca6f59af487' | ||||
2008-03-07 | solving merge conflict | John Lee | 1 | |
2008-03-04 | alsa-state.bb : update state files for gta02 | Graeme Gregory | 4 | |
2008-03-03 | alsa-state: merge upstream | John Lee | 4 | |
* reduce PCM volume for gta02 to prevent distortion (77baa0a58d42ad16d78eb1888a660e95b9112bda) * merge state files with openmoko versions (20657a67dd3d46190016de2069fb77e48b12f0b9) | ||||
2008-03-02 | alsa-state: reduce PCM volume for gta02 to prevent distortion | Michael Lauer | 4 | |
2008-02-29 | alsa-state/fic-gta02/* : merge state files with openmoko versions | Graeme Gregory | 3 | |
2008-02-27 | merge of '8dccbf106093aaa7b62b2a96962945185534c923' | John Lee | 2 | |
and 'c50825ba187c292f591cf43c91216cebffb5e290' | ||||
2008-02-19 | Fixed default ALSA state for SL-Cxx00 (OE#2617). | Stanislav Brabec | 2 | |
* Fixes bass/treble levels (reflects kernel fix alsa-wm8750-treble.patch (>2.6.24)). * Increased Mic Levels and Boost. * Enabled Capture Switch. * Improved Headphones / Speaker volume balance. * Disabled all bypasses. * Disabled Left -> Right routing. * All Mono signals decreased to 0 (not connected). * Line Mux changed to differential, keeping PGA unused. * Using Digital mono for recording (jack supports ony mono). * Enabled Automatic Level Control, optimized for voice recording. * Enabled Zero Cross volume changes. |