diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-11 15:39:29 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-11 15:39:29 +0000 |
commit | ce7b82d842b8319ffba19c56af582b0e2c987492 (patch) | |
tree | 9ab098a96b4cdda4d88ce51d8357f8c94a2e7c35 /packages/linux/linux-openmoko_2.6.22.5.bb | |
parent | c13a77336c4ee422daa66b834567c058a93cd147 (diff) | |
parent | 0651d8327b9411c69f23090f4acb13b65a6bd526 (diff) |
merge of '08fdda9ff7a84b205b2fb4764177f2ce0fe9c95e'
and '17a4966f222ec6a5da1533bce5ce58143808be4a'
Diffstat (limited to 'packages/linux/linux-openmoko_2.6.22.5.bb')
-rw-r--r-- | packages/linux/linux-openmoko_2.6.22.5.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/linux/linux-openmoko_2.6.22.5.bb b/packages/linux/linux-openmoko_2.6.22.5.bb index d1b3c5ef1e..fe46c59a58 100644 --- a/packages/linux/linux-openmoko_2.6.22.5.bb +++ b/packages/linux/linux-openmoko_2.6.22.5.bb @@ -9,7 +9,7 @@ KERNEL_RELEASE = "2.6.22.5" #PV = "${VANILLA_VERSION}+${KERNEL_RELEASE}-moko11+svnr${SRCREV}" PV = "${KERNEL_RELEASE}-moko11+svnr${SRCREV}" -PR = "r10" +PR = "r13" KERNEL_IMAGETYPE = "uImage" UBOOT_ENTRYPOINT = "30008000" @@ -29,7 +29,6 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${VANILLA_VERSION}.ta file://iis-suspend.patch;patch=1 \ file://s3c24xx-pcm-suspend.patch;patch=1 \ file://gta-vibro-pwm-suspend.patch;patch=1 \ - file://glamo-report-vram-size-to-userspace.patch;patch=1 \ file://defconfig-${KERNEL_RELEASE}" S = "${WORKDIR}/linux-${VANILLA_VERSION}" |