diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-04-25 03:52:54 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-04-25 03:53:28 +0200 |
commit | fa512926d01f13658c97385507ee39001757aad3 (patch) | |
tree | 53ca31f54a103f4f3826a51e4a789bcc7242550c | |
parent | 32ad169805e35ca2121f033b63656851294ef41e (diff) |
openezx-kernel: this rev brings back solid GSM on gen1 devices
-rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 2 | ||||
-rw-r--r-- | recipes/linux/openezx-kernel_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index 82d216ace5..af768c33da 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -155,7 +155,7 @@ SRCREV_pn-osb-browser ?= "125" SRCREV_pn-osb-jscore ?= "117" SRCREV_pn-osb-nrcit ?= "125" SRCREV_pn-osb-nrcore ?= "126" -SRCREV_pn-openezx-kernel ?= "b53ea978de2a628f61f8e24e584c11dc90df3d39" +SRCREV_pn-openezx-kernel ?= "43b844d1d38f0343272d3f0f844f80666186c526" SRCREV_pn-openmoko-agpsui ?= "7" SRCREV_pn-openmoko-alsa-scenarios ?= "4732" SRCREV_pn-openmoko-appearance ?= "3262" diff --git a/recipes/linux/openezx-kernel_git.bb b/recipes/linux/openezx-kernel_git.bb index e212a5473b..64fac44558 100644 --- a/recipes/linux/openezx-kernel_git.bb +++ b/recipes/linux/openezx-kernel_git.bb @@ -3,7 +3,7 @@ AUTHOR = "The OpenEZX Team <openezx-devel@lists.openezx.org>" HOMEPAGE = "http://www.openezx.org" KV = "2.6.29+2.6.30rc2" PV = "${KV}+gitr${SRCREV}" -PR = "r0" +PR = "r3" require linux.inc |