diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-04-27 18:56:39 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-27 18:56:39 +0000 |
commit | 2767b74af00b301e80fdfcfcdc4eaf08ccc20b22 (patch) | |
tree | b4b130cf81811463f481a3533978ab8c5411c8d5 | |
parent | 5e6910be538558e08e7766c4d000c38081d73769 (diff) |
linux-oz-2.6: Add eabi fix (applied in mainline)
-rw-r--r-- | packages/linux/linux-openzaurus_2.6.16.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux-openzaurus_2.6.16.bb b/packages/linux/linux-openzaurus_2.6.16.bb index 6c121c7741..c31bd30e7e 100644 --- a/packages/linux/linux-openzaurus_2.6.16.bb +++ b/packages/linux/linux-openzaurus_2.6.16.bb @@ -1,6 +1,6 @@ include linux-openzaurus.inc -PR = "r12" +PR = "r14" # Handy URLs # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \ @@ -42,6 +42,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2 \ ${RPSRC}/rmk_pxa_mmc_timeout-r0.patch;patch=1 \ ${RPSRC}/integrator_rtc-r0.patch;patch=1 \ ${RPSRC}/zaurus_keyboard_tweak-r3.patch;patch=1 \ + ${RPSRC}/arm_eabi_enum_fix-r0.patch;patch=1 \ ${RPSRC}/pxafb_tweaks-r0.patch;patch=1 \ ${RPSRC}/spitz_kbd_fix-r0.patch;patch=1 \ ${RPSRC}/mmcsd_large_cards-r0.patch;patch=1 \ |