mirror of
https://git.yoctoproject.org/poky
synced 2026-07-27 07:27:12 +00:00
linux-rp: Tidy up .bb file and clean up unused patches
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3557 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
require linux-rp.inc
|
||||
|
||||
PR = "r25"
|
||||
PR = "r26"
|
||||
|
||||
# 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 = "r25"
|
||||
# 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-r0a.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 \
|
||||
|
||||
Reference in New Issue
Block a user