diff options
-rw-r--r-- | openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/dtl1_cs-add-socket-revE.patch | 40 | ||||
-rw-r--r-- | openembedded/packages/linux/linux-openzaurus-2.6.15/add-oz-release-string.patch (renamed from openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/add-oz-release-string.patch) | 0 | ||||
-rw-r--r-- | openembedded/packages/linux/linux-openzaurus-2.6.15/connectplus-remove-ide-HACK.patch (renamed from openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/connectplus-remove-ide-HACK.patch) | 0 | ||||
-rw-r--r-- | openembedded/packages/linux/linux-openzaurus-2.6.15/defconfig-c7x0 (renamed from openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-c7x0) | 4 | ||||
-rw-r--r-- | openembedded/packages/linux/linux-openzaurus-2.6.15/defconfig-collie (renamed from openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-collie) | 0 | ||||
-rw-r--r-- | openembedded/packages/linux/linux-openzaurus-2.6.15/defconfig-cxx00 (renamed from openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-cxx00) | 34 | ||||
-rw-r--r-- | openembedded/packages/linux/linux-openzaurus-2.6.15/defconfig-ipaq-pxa270 (renamed from openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-ipaq-pxa270) | 0 | ||||
-rw-r--r-- | openembedded/packages/linux/linux-openzaurus-2.6.15/defconfig-poodle (renamed from openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-poodle) | 0 | ||||
-rw-r--r-- | openembedded/packages/linux/linux-openzaurus-2.6.15/defconfig-tosa (renamed from openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-tosa) | 0 | ||||
-rw-r--r-- | openembedded/packages/linux/linux-openzaurus-2.6.15/pxa-serial-hack.patch (renamed from openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/pxa-serial-hack.patch) | 0 | ||||
-rw-r--r-- | openembedded/packages/linux/linux-openzaurus-2.6.15/serial-add-support-for-non-standard-xtals-to-16c950-driver.patch (renamed from openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/serial-add-support-for-non-standard-xtals-to-16c950-driver.patch) | 0 | ||||
-rw-r--r-- | openembedded/packages/linux/linux-openzaurus_2.6.15.bb (renamed from openembedded/packages/linux/linux-openzaurus_2.6.14+2.6.15-rc5.bb) | 51 |
12 files changed, 43 insertions, 86 deletions
diff --git a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/dtl1_cs-add-socket-revE.patch b/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/dtl1_cs-add-socket-revE.patch deleted file mode 100644 index 9fe3bd06d3..0000000000 --- a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/dtl1_cs-add-socket-revE.patch +++ /dev/null | |||
@@ -1,40 +0,0 @@ | |||
1 | |||
2 | Patch was sent upstream to Marcel Holtmann <marcel@holtmann.org> | ||
3 | |||
4 | Response: | ||
5 | |||
6 | Hi Marcin, | ||
7 | |||
8 | > I use Socket Bluetooth CompactFlash card in my Zaurus. Some time ago we | ||
9 | > switched to 2.6.12-rcX-mmY so we get PCMCIA hotplug support. On my device | ||
10 | > I also switched from pcmcia-cs 3.2.8 to pcmciautils 003 (will check 005 | ||
11 | > later). | ||
12 | > | ||
13 | > With my config I lost automatic module loading after BT card insert so I | ||
14 | > looked into kernel driver and added infos about my card. Patch attached. | ||
15 | |||
16 | there are some pending patches from Dominic that I want to see merged | ||
17 | mainline first, before I am going to submit patches for the Bluetooth | ||
18 | PCMCIA drivers. | ||
19 | |||
20 | > BTW - any plans on adding suspend/resume support into this driver? Now I | ||
21 | > have to eject/insert card after resume and restart bluez-utils to get it | ||
22 | > working. | ||
23 | |||
24 | Maybe with the new PCMCIA subsystem this will be possible. Feel free to | ||
25 | send in patches. | ||
26 | |||
27 | Regards | ||
28 | |||
29 | Marcel | ||
30 | |||
31 | --- linux-2.6.12/drivers/bluetooth/dtl1_cs.c.orig 2005-07-05 11:19:50.000000000 +0200 | ||
32 | +++ linux-2.6.12/drivers/bluetooth/dtl1_cs.c 2005-07-05 11:19:51.000000000 +0200 | ||
33 | @@ -810,6 +810,7 @@ | ||
34 | static struct pcmcia_device_id dtl1_ids[] = { | ||
35 | PCMCIA_DEVICE_PROD_ID12("Nokia Mobile Phones", "DTL-1", 0xe1bfdd64, 0xe168480d), | ||
36 | PCMCIA_DEVICE_PROD_ID12("Socket", "CF", 0xb38bcc2e, 0x44ebf863), | ||
37 | + PCMCIA_DEVICE_PROD_ID12("Socket", "CF+ Personal Network Card", 0xb38bcc2e, 0xe732bae3), | ||
38 | PCMCIA_DEVICE_NULL | ||
39 | }; | ||
40 | MODULE_DEVICE_TABLE(pcmcia, dtl1_ids); | ||
diff --git a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/add-oz-release-string.patch b/openembedded/packages/linux/linux-openzaurus-2.6.15/add-oz-release-string.patch index 22a6fd3943..22a6fd3943 100644 --- a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/add-oz-release-string.patch +++ b/openembedded/packages/linux/linux-openzaurus-2.6.15/add-oz-release-string.patch | |||
diff --git a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/connectplus-remove-ide-HACK.patch b/openembedded/packages/linux/linux-openzaurus-2.6.15/connectplus-remove-ide-HACK.patch index 4414b21191..4414b21191 100644 --- a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/connectplus-remove-ide-HACK.patch +++ b/openembedded/packages/linux/linux-openzaurus-2.6.15/connectplus-remove-ide-HACK.patch | |||
diff --git a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-c7x0 b/openembedded/packages/linux/linux-openzaurus-2.6.15/defconfig-c7x0 index bbdc12f5f3..706726e60c 100644 --- a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-c7x0 +++ b/openembedded/packages/linux/linux-openzaurus-2.6.15/defconfig-c7x0 | |||
@@ -492,8 +492,8 @@ CONFIG_BT_HCIVHCI=m | |||
492 | CONFIG_IEEE80211=m | 492 | CONFIG_IEEE80211=m |
493 | # CONFIG_IEEE80211_DEBUG is not set | 493 | # CONFIG_IEEE80211_DEBUG is not set |
494 | CONFIG_IEEE80211_CRYPT_WEP=m | 494 | CONFIG_IEEE80211_CRYPT_WEP=m |
495 | # CONFIG_IEEE80211_CRYPT_CCMP is not set | 495 | CONFIG_IEEE80211_CRYPT_CCMP=m |
496 | # CONFIG_IEEE80211_CRYPT_TKIP is not set | 496 | CONFIG_IEEE80211_CRYPT_TKIP=m |
497 | 497 | ||
498 | # | 498 | # |
499 | # Device Drivers | 499 | # Device Drivers |
diff --git a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-collie b/openembedded/packages/linux/linux-openzaurus-2.6.15/defconfig-collie index cbe06f9c3a..cbe06f9c3a 100644 --- a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-collie +++ b/openembedded/packages/linux/linux-openzaurus-2.6.15/defconfig-collie | |||
diff --git a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-cxx00 b/openembedded/packages/linux/linux-openzaurus-2.6.15/defconfig-cxx00 index 5095564476..9941367a3b 100644 --- a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-cxx00 +++ b/openembedded/packages/linux/linux-openzaurus-2.6.15/defconfig-cxx00 | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.15-rc2 | 3 | # Linux kernel version: 2.6.15-rc7 |
4 | # Fri Nov 25 16:39:44 2005 | 4 | # Mon Jan 2 09:25:11 2006 |
5 | # | 5 | # |
6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
7 | CONFIG_MMU=y | 7 | CONFIG_MMU=y |
@@ -34,6 +34,7 @@ CONFIG_HOTPLUG=y | |||
34 | CONFIG_KOBJECT_UEVENT=y | 34 | CONFIG_KOBJECT_UEVENT=y |
35 | # CONFIG_IKCONFIG is not set | 35 | # CONFIG_IKCONFIG is not set |
36 | CONFIG_INITRAMFS_SOURCE="" | 36 | CONFIG_INITRAMFS_SOURCE="" |
37 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
37 | CONFIG_EMBEDDED=y | 38 | CONFIG_EMBEDDED=y |
38 | CONFIG_KALLSYMS=y | 39 | CONFIG_KALLSYMS=y |
39 | # CONFIG_KALLSYMS_ALL is not set | 40 | # CONFIG_KALLSYMS_ALL is not set |
@@ -43,7 +44,6 @@ CONFIG_BUG=y | |||
43 | CONFIG_BASE_FULL=y | 44 | CONFIG_BASE_FULL=y |
44 | CONFIG_FUTEX=y | 45 | CONFIG_FUTEX=y |
45 | CONFIG_EPOLL=y | 46 | CONFIG_EPOLL=y |
46 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
47 | CONFIG_SHMEM=y | 47 | CONFIG_SHMEM=y |
48 | CONFIG_CC_ALIGN_FUNCTIONS=0 | 48 | CONFIG_CC_ALIGN_FUNCTIONS=0 |
49 | CONFIG_CC_ALIGN_LABELS=0 | 49 | CONFIG_CC_ALIGN_LABELS=0 |
@@ -120,7 +120,6 @@ CONFIG_PXA_SHARPSL_27x=y | |||
120 | CONFIG_MACH_AKITA=y | 120 | CONFIG_MACH_AKITA=y |
121 | CONFIG_MACH_SPITZ=y | 121 | CONFIG_MACH_SPITZ=y |
122 | CONFIG_MACH_BORZOI=y | 122 | CONFIG_MACH_BORZOI=y |
123 | # CONFIG_MACH_TOSA is not set | ||
124 | CONFIG_PXA27x=y | 123 | CONFIG_PXA27x=y |
125 | # CONFIG_PXA_KEYS is not set | 124 | # CONFIG_PXA_KEYS is not set |
126 | CONFIG_IWMMXT=y | 125 | CONFIG_IWMMXT=y |
@@ -143,6 +142,7 @@ CONFIG_CPU_TLB_V4WBI=y | |||
143 | CONFIG_ARM_THUMB=y | 142 | CONFIG_ARM_THUMB=y |
144 | CONFIG_XSCALE_PMU=y | 143 | CONFIG_XSCALE_PMU=y |
145 | CONFIG_SHARP_PARAM=y | 144 | CONFIG_SHARP_PARAM=y |
145 | CONFIG_SHARPSL_PM=y | ||
146 | CONFIG_SHARP_SCOOP=y | 146 | CONFIG_SHARP_SCOOP=y |
147 | 147 | ||
148 | # | 148 | # |
@@ -480,8 +480,8 @@ CONFIG_BT_HCIVHCI=m | |||
480 | CONFIG_IEEE80211=m | 480 | CONFIG_IEEE80211=m |
481 | # CONFIG_IEEE80211_DEBUG is not set | 481 | # CONFIG_IEEE80211_DEBUG is not set |
482 | CONFIG_IEEE80211_CRYPT_WEP=m | 482 | CONFIG_IEEE80211_CRYPT_WEP=m |
483 | # CONFIG_IEEE80211_CRYPT_CCMP is not set | 483 | CONFIG_IEEE80211_CRYPT_CCMP=m |
484 | # CONFIG_IEEE80211_CRYPT_TKIP is not set | 484 | CONFIG_IEEE80211_CRYPT_TKIP=m |
485 | 485 | ||
486 | # | 486 | # |
487 | # Device Drivers | 487 | # Device Drivers |
@@ -1081,25 +1081,26 @@ CONFIG_SND_SOC=m | |||
1081 | # | 1081 | # |
1082 | # Soc Platforms | 1082 | # Soc Platforms |
1083 | # | 1083 | # |
1084 | CONFIG_SND_PXA2xx_SOC=m | ||
1085 | # CONFIG_SND_PXA2xx_SOC_AC97 is not set | ||
1086 | CONFIG_SND_PXA2xx_SOC_I2S=m | ||
1087 | # CONFIG_SND_PXA2xx_SOC_SSP is not set | ||
1088 | 1084 | ||
1089 | # | 1085 | # |
1090 | # PXA2xx machine support | 1086 | # SoC Audio for the Intel PXA2xx |
1091 | # | 1087 | # |
1088 | CONFIG_SND_PXA2xx_SOC=m | ||
1089 | CONFIG_SND_PXA2xx_SOC_I2S=m | ||
1092 | # CONFIG_SND_PXA2xx_SOC_MAINSTONE is not set | 1090 | # CONFIG_SND_PXA2xx_SOC_MAINSTONE is not set |
1093 | # CONFIG_SND_PXA2xx_SOC_CORGI=m | 1091 | # CONFIG_SND_PXA2xx_SOC_MAINSTONE_WM8753 is not set |
1092 | # CONFIG_SND_PXA2xx_SOC_CORGI is not set | ||
1094 | CONFIG_SND_PXA2xx_SOC_SPITZ=m | 1093 | CONFIG_SND_PXA2xx_SOC_SPITZ=m |
1094 | # CONFIG_SND_PXA2xx_SOC_TOSA is not set | ||
1095 | 1095 | ||
1096 | # | 1096 | # |
1097 | # Soc Codecs | 1097 | # Soc Codecs |
1098 | # | 1098 | # |
1099 | # CONFIG_SND_SOC_AC97_CODEC is not set | 1099 | # CONFIG_SND_SOC_AC97_CODEC is not set |
1100 | # CONFIG_SND_SOC_WM8753 is not set | ||
1101 | # CONFIG_SND_SOC_WM8731 is not set | 1100 | # CONFIG_SND_SOC_WM8731 is not set |
1102 | CONFIG_SND_SOC_WM8750=m | 1101 | CONFIG_SND_SOC_WM8750=m |
1102 | # CONFIG_SND_SOC_WM8753 is not set | ||
1103 | # CONFIG_SND_SOC_WM8772 is not set | ||
1103 | # CONFIG_SND_SOC_WM8971 is not set | 1104 | # CONFIG_SND_SOC_WM8971 is not set |
1104 | 1105 | ||
1105 | # | 1106 | # |
@@ -1302,12 +1303,13 @@ CONFIG_USB_GADGET=m | |||
1302 | CONFIG_USB_GADGET_SELECTED=y | 1303 | CONFIG_USB_GADGET_SELECTED=y |
1303 | # CONFIG_USB_GADGET_NET2280 is not set | 1304 | # CONFIG_USB_GADGET_NET2280 is not set |
1304 | # CONFIG_USB_GADGET_PXA2XX is not set | 1305 | # CONFIG_USB_GADGET_PXA2XX is not set |
1306 | CONFIG_USB_GADGET_PXA27X=y | ||
1307 | CONFIG_USB_PXA27X=m | ||
1305 | # CONFIG_USB_GADGET_GOKU is not set | 1308 | # CONFIG_USB_GADGET_GOKU is not set |
1306 | # CONFIG_USB_GADGET_LH7A40X is not set | 1309 | # CONFIG_USB_GADGET_LH7A40X is not set |
1307 | # CONFIG_USB_GADGET_OMAP is not set | 1310 | # CONFIG_USB_GADGET_OMAP is not set |
1308 | CONFIG_USB_GADGET_DUMMY_HCD=y | 1311 | # CONFIG_USB_GADGET_DUMMY_HCD is not set |
1309 | CONFIG_USB_DUMMY_HCD=m | 1312 | # CONFIG_USB_GADGET_DUALSPEED is not set |
1310 | CONFIG_USB_GADGET_DUALSPEED=y | ||
1311 | CONFIG_USB_ZERO=m | 1313 | CONFIG_USB_ZERO=m |
1312 | CONFIG_USB_ETH=m | 1314 | CONFIG_USB_ETH=m |
1313 | CONFIG_USB_ETH_RNDIS=y | 1315 | CONFIG_USB_ETH_RNDIS=y |
diff --git a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-ipaq-pxa270 b/openembedded/packages/linux/linux-openzaurus-2.6.15/defconfig-ipaq-pxa270 index d826d06886..d826d06886 100644 --- a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-ipaq-pxa270 +++ b/openembedded/packages/linux/linux-openzaurus-2.6.15/defconfig-ipaq-pxa270 | |||
diff --git a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-poodle b/openembedded/packages/linux/linux-openzaurus-2.6.15/defconfig-poodle index 646e08305a..646e08305a 100644 --- a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-poodle +++ b/openembedded/packages/linux/linux-openzaurus-2.6.15/defconfig-poodle | |||
diff --git a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-tosa b/openembedded/packages/linux/linux-openzaurus-2.6.15/defconfig-tosa index 14acb3c56c..14acb3c56c 100644 --- a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-tosa +++ b/openembedded/packages/linux/linux-openzaurus-2.6.15/defconfig-tosa | |||
diff --git a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/pxa-serial-hack.patch b/openembedded/packages/linux/linux-openzaurus-2.6.15/pxa-serial-hack.patch index b3a7f786ea..b3a7f786ea 100644 --- a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/pxa-serial-hack.patch +++ b/openembedded/packages/linux/linux-openzaurus-2.6.15/pxa-serial-hack.patch | |||
diff --git a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/serial-add-support-for-non-standard-xtals-to-16c950-driver.patch b/openembedded/packages/linux/linux-openzaurus-2.6.15/serial-add-support-for-non-standard-xtals-to-16c950-driver.patch index 18bf4268fc..18bf4268fc 100644 --- a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/serial-add-support-for-non-standard-xtals-to-16c950-driver.patch +++ b/openembedded/packages/linux/linux-openzaurus-2.6.15/serial-add-support-for-non-standard-xtals-to-16c950-driver.patch | |||
diff --git a/openembedded/packages/linux/linux-openzaurus_2.6.14+2.6.15-rc5.bb b/openembedded/packages/linux/linux-openzaurus_2.6.15.bb index c2bddbe855..99a22936f2 100644 --- a/openembedded/packages/linux/linux-openzaurus_2.6.14+2.6.15-rc5.bb +++ b/openembedded/packages/linux/linux-openzaurus_2.6.15.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | include linux-openzaurus.inc | 1 | include linux-openzaurus.inc |
2 | 2 | ||
3 | PR = "r4" | 3 | PR = "r0" |
4 | 4 | ||
5 | # Handy URLs | 5 | # Handy URLs |
6 | # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \ | 6 | # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \ |
@@ -12,27 +12,28 @@ PR = "r4" | |||
12 | 12 | ||
13 | # Patches submitted upstream are towards top of this list | 13 | # Patches submitted upstream are towards top of this list |
14 | # Hacks should clearly named and at the bottom | 14 | # Hacks should clearly named and at the bottom |
15 | SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.15-rc2.tar.bz2 \ | 15 | SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.15.tar.bz2 \ |
16 | http://www.kernel.org/pub/linux/kernel/v2.6/testing/incr/patch-2.6.15-rc2-rc3.bz2;patch=1 \ | ||
17 | http://www.kernel.org/pub/linux/kernel/v2.6/testing/incr/patch-2.6.15-rc3-rc4.bz2;patch=1 \ | ||
18 | http://www.kernel.org/pub/linux/kernel/v2.6/testing/incr/patch-2.6.15-rc4-rc5.bz2;patch=1 \ | ||
19 | ${RPSRC}/pxa_ohci_platform-r5.patch;patch=1 \ | 16 | ${RPSRC}/pxa_ohci_platform-r5.patch;patch=1 \ |
20 | ${RPSRC}/pxa_ohci_suspend-r5.patch;patch=1 \ | 17 | ${RPSRC}/pxa_ohci_suspend-r5.patch;patch=1 \ |
21 | ${RPSRC}/pxa_ohci_fixes-r0.patch;patch=1 \ | 18 | ${RPSRC}/pxa_ohci_fixes-r0.patch;patch=1 \ |
22 | ${RPSRC}/spitz_ohci-r0.patch;patch=1 \ | 19 | ${RPSRC}/spitz_ohci-r0.patch;patch=1 \ |
23 | ${RPSRC}/pxa_i2c_fixes-r4.patch;patch=1 \ | 20 | ${RPSRC}/pxa_i2c_fixes-r5.patch;patch=1 \ |
21 | ${RPSRC}/scoop_cpr_fix-r1.patch;patch=1 \ | ||
22 | ${RPSRC}/pxa2xx_release-r1.patch;patch=1 \ | ||
24 | ${RPSRC}/ide_not_removable-r0.patch;patch=1 \ | 23 | ${RPSRC}/ide_not_removable-r0.patch;patch=1 \ |
25 | ${RPSRC}/sharpsl_pm_move-r0.patch;patch=1 \ | 24 | ${RPSRC}/sharpsl_pm_move-r0.patch;patch=1 \ |
26 | ${RPSRC}/led_core-r6.patch;patch=1 \ | 25 | ${RPSRC}/sharpsl_pm_gcc4_fix-r0.patch;patch=1 \ |
27 | ${RPSRC}/led_triggers-r5.patch;patch=1 \ | 26 | ${RPSRC}/pcmcia_dev_ids-r3.patch;patch=1 \ |
28 | ${RPSRC}/led_trig_timer-r2.patch;patch=1 \ | 27 | ${RPSRC}/led_core-r10.patch;patch=1 \ |
28 | ${RPSRC}/led_triggers-r8.patch;patch=1 \ | ||
29 | ${RPSRC}/led_trig_timer-r3.patch;patch=1 \ | ||
29 | ${RPSRC}/led_trig_sharpsl_pm-r2.patch;patch=1 \ | 30 | ${RPSRC}/led_trig_sharpsl_pm-r2.patch;patch=1 \ |
30 | ${RPSRC}/led_zaurus-r6.patch;patch=1 \ | 31 | ${RPSRC}/led_zaurus-r7.patch;patch=1 \ |
31 | ${RPSRC}/led_locomo-r3.patch;patch=1 \ | 32 | ${RPSRC}/led_locomo-r4.patch;patch=1 \ |
32 | ${RPSRC}/led_ide-r1.patch;patch=1 \ | 33 | ${RPSRC}/led_ide-r1.patch;patch=1 \ |
33 | ${RPSRC}/led_nand-r1.patch;patch=1 \ | 34 | ${RPSRC}/led_nand-r1.patch;patch=1 \ |
34 | ${RPSRC}/pxa_timerfix-r0.patch;patch=1 \ | 35 | ${RPSRC}/pxa_timerfix-r0.patch;patch=1 \ |
35 | ${RPSRC}/pxa_rtc-r2.patch;patch=1 \ | 36 | ${RPSRC}/pxa_rtc-r3.patch;patch=1 \ |
36 | ${RPSRC}/input_power-r4.patch;patch=1 \ | 37 | ${RPSRC}/input_power-r4.patch;patch=1 \ |
37 | ${RPSRC}/arm_apm_pm_legacy-r1.patch;patch=1 \ | 38 | ${RPSRC}/arm_apm_pm_legacy-r1.patch;patch=1 \ |
38 | ${RPSRC}/jffs2_longfilename-r0.patch;patch=1 \ | 39 | ${RPSRC}/jffs2_longfilename-r0.patch;patch=1 \ |
@@ -53,24 +54,19 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.15-rc2. | |||
53 | ${DOSRC}/tosa-lcd-r6.patch;patch=1 \ | 54 | ${DOSRC}/tosa-lcd-r6.patch;patch=1 \ |
54 | ${DOSRC}/tosa-bl-r9.patch;patch=1 \ | 55 | ${DOSRC}/tosa-bl-r9.patch;patch=1 \ |
55 | ${DOSRC}/tosa-bluetooth-r2.patch;patch=1 \ | 56 | ${DOSRC}/tosa-bluetooth-r2.patch;patch=1 \ |
56 | ${RPSRC}/pcmcia_dev_ids-r2.patch;patch=1 \ | 57 | ${RPSRC}/led_tosa-r0.patch;patch=1 \ |
57 | ${RPSRC}/mmc_timeout-r0.patch;patch=1 \ | 58 | ${RPSRC}/mmc_timeout-r0.patch;patch=1 \ |
58 | ${RPSRC}/pxa_cf_initorder_hack-r1.patch;patch=1 \ | 59 | ${RPSRC}/pxa_cf_initorder_hack-r1.patch;patch=1 \ |
59 | ${RPSRC}/alsa/alsa-soc-0.8.patch;patch=1 \ | 60 | ${RPSRC}/usb_pxa27x_udc-r0.patch;patch=1 \ |
60 | ${RPSRC}/alsa/alsa-soc-0.8-0.8.1.patch;patch=1 \ | 61 | ${RPSRC}/usb_add_epalloc-r1.patch;patch=1 \ |
61 | ${RPSRC}/alsa/alsa-soc-0.8.1-0.9rc1.patch;patch=1 \ | 62 | ${RPSRC}/alsa/alsa-soc-0.9.patch;patch=1 \ |
62 | ${RPSRC}/alsa/alsa-soc-0.9rc1-rc2.patch;patch=1 \ | 63 | ${RPSRC}/alsa/alsa-soc-0.9-0.10rc1.patch;patch=1 \ |
63 | ${RPSRC}/alsa/alsa-soc-0.9rc2-rc4.patch;patch=1 \ | ||
64 | ${RPSRC}/alsa/alsa-soc-0.9rc4-rc5.patch;patch=1 \ | ||
65 | ${RPSRC}/alsa/alsa-soc-0.9rc5-rc6.patch;patch=1 \ | ||
66 | ${RPSRC}/alsa_soc_rpupdate7-r2.patch;patch=1 \ | 64 | ${RPSRC}/alsa_soc_rpupdate7-r2.patch;patch=1 \ |
67 | ${RPSRC}/alsa_soc_rpupdate8-r0.patch;patch=1 \ | 65 | ${RPSRC}/alsa_akita_fix-r0.patch;patch=1 \ |
68 | ${RPSRC}/alsa_soc_rpupdate9-r0.patch;patch=1 \ | ||
69 | ${RPSRC}/pm_changes-r0.patch;patch=1 \ | 66 | ${RPSRC}/pm_changes-r0.patch;patch=1 \ |
70 | file://add-oz-release-string.patch;patch=1 \ | 67 | file://add-oz-release-string.patch;patch=1 \ |
71 | file://pxa-serial-hack.patch;patch=1 \ | 68 | file://pxa-serial-hack.patch;patch=1 \ |
72 | ${RPSRC}/jl1/pxa-linking-bug.patch;patch=1 \ | 69 | ${RPSRC}/jl1/pxa-linking-bug.patch;patch=1 \ |
73 | file://dtl1_cs-add-socket-revE.patch;patch=1 \ | ||
74 | file://serial-add-support-for-non-standard-xtals-to-16c950-driver.patch;patch=1 \ | 70 | file://serial-add-support-for-non-standard-xtals-to-16c950-driver.patch;patch=1 \ |
75 | file://connectplus-remove-ide-HACK.patch;patch=1 \ | 71 | file://connectplus-remove-ide-HACK.patch;patch=1 \ |
76 | file://defconfig-c7x0 \ | 72 | file://defconfig-c7x0 \ |
@@ -80,9 +76,8 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.15-rc2. | |||
80 | file://defconfig-cxx00 \ | 76 | file://defconfig-cxx00 \ |
81 | file://defconfig-tosa " | 77 | file://defconfig-tosa " |
82 | 78 | ||
83 | # Old things we don't care about anymore | 79 | # Disabled until I find the reason this gives issues with cdc_subset |
84 | # ${RPSRC}/corgi_snd-r14.patch;patch=1 \ | 80 | # ${RPSRC}/usb_rndis_tweaks-r0.patch;patch=1 \ |
85 | # file://add-elpp-stuff.patch;patch=1 | ||
86 | 81 | ||
87 | # These patches would really help collie/poodle but we | 82 | # These patches would really help collie/poodle but we |
88 | # need someone to maintain them | 83 | # need someone to maintain them |
@@ -99,7 +94,7 @@ SRC_URI_append_tosa = "${DOSRC}/nand-readid-r1.patch;patch=1 \ | |||
99 | ${DOSRC}/wm97xx-touch-lg2-r0.patch;patch=1 \ | 94 | ${DOSRC}/wm97xx-touch-lg2-r0.patch;patch=1 \ |
100 | ${DOSRC}/wm9712-pm-r0.patch;patch=1 " | 95 | ${DOSRC}/wm9712-pm-r0.patch;patch=1 " |
101 | 96 | ||
102 | S = "${WORKDIR}/linux-2.6.15-rc2" | 97 | S = "${WORKDIR}/linux-2.6.15" |
103 | 98 | ||
104 | # to get module dependencies working | 99 | # to get module dependencies working |
105 | KERNEL_RELEASE = "2.6.15-rc5" | 100 | KERNEL_RELEASE = "2.6.15" |