diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-01-20 16:48:44 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-01-20 16:48:44 +0000 |
commit | a7d62d2e454c0ef4b398cbc3e32577aa46ea99b8 (patch) | |
tree | 13fc934f7889cdaa703aeb83b280acdd85a3f159 /packages/linux/linux-rp_2.6.23.bb | |
parent | ea309efcf78e31727afdeaf025e3192e982d0834 (diff) |
linux-rp-2.6.23: Clean up and drop unused or now unneeded patches
Diffstat (limited to 'packages/linux/linux-rp_2.6.23.bb')
-rw-r--r-- | packages/linux/linux-rp_2.6.23.bb | 35 |
1 files changed, 17 insertions, 18 deletions
diff --git a/packages/linux/linux-rp_2.6.23.bb b/packages/linux/linux-rp_2.6.23.bb index 01578f7644..70cdfef1aa 100644 --- a/packages/linux/linux-rp_2.6.23.bb +++ b/packages/linux/linux-rp_2.6.23.bb @@ -1,6 +1,6 @@ require linux-rp.inc -PR = "r23" +PR = "r24" # Handy URLs # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 @@ -14,10 +14,15 @@ PR = "r23" # Patches submitted upstream are towards top of this list # Hacks should clearly named and at the bottom SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \ - file://hrw-add-wcf11-to-hostap.patch;patch=1;status=pending \ - ${RPSRC}/lzo_jffs2-r3.patch;patch=1 \ - ${RPSRC}/lzo_crypto-r2.patch;patch=1 \ - ${RPSRC}/lzo_jffs2_lzomode-r1.patch;patch=1 \ + ${RPSRC}/pxa25x_suspend_fixes-r0.patch;patch=1;status=merged \ + ${RPSRC}/lzo_jffs2-r3.patch;patch=1;status=merged \ + ${RPSRC}/lzo_jffs2_lzomode-r1.patch;patch=1;status=merged \ + ${RPSRC}/spitzkbd_fix-r0.patch;patch=1;status=merged \ + file://uvesafb-0.1-rc3-2.6.22.patch;patch=1;status=merged \ + ${RPSRC}/locomo_led_fix-r0.patch;patch=1;status=merged \ + file://hrw-add-wcf11-to-hostap.patch;patch=1;status=merged \ + ${RPSRC}/export_atags-r0.patch;patch=1;status=pending \ + ${RPSRC}/lzo_crypto-r2.patch;patch=1;status=pending \ ${RPSRC}/lzo_jffs2_sysfs-r1.patch;patch=1 \ ${RPSRC}/hx2750_base-r29.patch;patch=1 \ ${RPSRC}/hx2750_bl-r9.patch;patch=1 \ @@ -32,33 +37,27 @@ SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \ ${RPSRC}/usb_add_epalloc-r3.patch;patch=1 \ ${RPSRC}/usb_pxa27x_udc-r6.patch;patch=1 \ ${RPSRC}/locomo_kbd_tweak-r1.patch;patch=1 \ - ${RPSRC}/poodle_pm-r4.patch;patch=1 \ ${RPSRC}/pxa27x_overlay-r6.patch;patch=1 \ - ${RPSRC}/w100_extaccel-r1.patch;patch=1 \ + ${RPSRC}/w100_extaccel-r2.patch;patch=1 \ ${RPSRC}/w100_extmem-r1.patch;patch=1 \ - ${RPSRC}/spitzkbd_fix-r0.patch;patch=1 \ - ${RPSRC}/export_atags-r0.patch;patch=1 \ - ${RPSRC}/pxa25x_suspend_fixes-r0.patch;patch=1 \ + ${RPSRC}/poodle_pm-r4.patch;patch=1 \ ${RPSRC}/poodle_lcd_hack-r0.patch;patch=1 \ ${RPSRC}/poodle_asoc_fix-r1.patch;patch=1 \ - ${RPSRC}/locomo_led_fix-r0.patch;patch=1 \ - file://w100fb-unused-var.patch;patch=1 \ - file://hostap-monitor-mode.patch;patch=1 \ - file://serial-add-support-for-non-standard-xtals-to-16c950-driver.patch;patch=1 \ + file://squashfs3.0-2.6.15.patch;patch=1;status=external \ ${RPSRC}/logo_oh-r1.patch.bz2;patch=1;status=unmergable \ - ${RPSRC}/logo_oz-r2.patch.bz2;patch=1;status=unmergable \ ${RPSRC}/pxa-linking-bug.patch;patch=1;status=unmergable \ + file://hostap-monitor-mode.patch;patch=1;status=unmergable \ + file://serial-add-support-for-non-standard-xtals-to-16c950-driver.patch;patch=1;status=unmergable \ ${RPSRC}/mmcsd_large_cards-r1.patch;patch=1;status=hack \ - file://mmcsd_no_scr_check-r2.patch;patch=1 \ + ${RPSRC}/mmcsd_no_scr_check-r2.patch;patch=1;status=hack \ ${RPSRC}/integrator_rgb-r1.patch;patch=1;status=hack \ ${RPSRC}/pxa_cf_initorder_hack-r1.patch;patch=1;status=hack \ file://pxa-serial-hack.patch;patch=1;status=hack \ file://connectplus-remove-ide-HACK.patch;patch=1;status=hack \ file://connectplus-prevent-oops-HACK.patch;patch=1;status=hack \ - file://squashfs3.0-2.6.15.patch;patch=1;status=external \ - file://uvesafb-0.1-rc3-2.6.22.patch;patch=1;status=external \ file://htcuni.patch;patch=1 \ file://binutils-buildid-arm.patch;patch=1 \ + file://versatile-armv6.patch;patch=1 \ file://defconfig-c7x0 \ file://defconfig-hx2000 \ file://defconfig-collie \ |