diff options
Diffstat (limited to 'recipes/linux/linux-openmoko-2.6.34_git.bb')
-rw-r--r-- | recipes/linux/linux-openmoko-2.6.34_git.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes/linux/linux-openmoko-2.6.34_git.bb b/recipes/linux/linux-openmoko-2.6.34_git.bb index 5ba2196ce8..6b21e01a0d 100644 --- a/recipes/linux/linux-openmoko-2.6.34_git.bb +++ b/recipes/linux/linux-openmoko-2.6.34_git.bb @@ -3,8 +3,8 @@ require linux-openmoko.inc KERNEL_RELEASE="2.6.34" -SRCREV = "4ce5f33cd4bcde2e25d50ae0880eb39213e2b6d2" -OEV = "oe4.2" +SRCREV = "3f6725d43021d2d7597027e36020df5b44d0667e" +OEV = "oe4.3" PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCPV}" SRC_URI = "\ @@ -29,8 +29,6 @@ SRC_URI = "\ file://0002-usbhost.patch.patch \ file://0003-ar6000_delay.patch.patch \ file://0004-save_regs.patch.patch \ -# possible resume fix - file://0001-glamo-mci-add-MMC_CAP_NONREMOVABLE.patch \ file://defconfig \ " |