aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux
diff options
context:
space:
mode:
authorTasslehoff Kjappfot <tasskjapp@gmail.com>2011-09-01 01:41:19 +0000
committerKoen Kooi <koen@openembedded.org>2011-09-01 09:55:26 +0200
commit8deb9697d85388af845e1dda193d9149f55b07f5 (patch)
treeebc8367f845d3088ebef5809b31d22d4ba6966ed /recipes/linux
parent16a8a1e9175035b55d91a141d5302c38d63c16f1 (diff)
downloadopenembedded-8deb9697d85388af845e1dda193d9149f55b07f5.tar.gz
linux-omap_2.6.39: remove patch that prevented board from resuming from suspend.
Running on a board similar to Beagleboard C3 (but without NAND) I could not resume from suspend with the patch. The console output when suspending was as expected, but neither console input nor a timer would wake the board. Without the patch, everything works as it should. Signed-off-by: Tasslehoff Kjappfot <tasskjapp@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/linux')
-rw-r--r--recipes/linux/linux-omap_2.6.39.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/linux/linux-omap_2.6.39.bb b/recipes/linux/linux-omap_2.6.39.bb
index 8370e58641..3880aa183d 100644
--- a/recipes/linux/linux-omap_2.6.39.bb
+++ b/recipes/linux/linux-omap_2.6.39.bb
@@ -27,7 +27,6 @@ SRC_URI_append = " \
file://sakoman/0010-Revert-omap2_mcspi-Flush-posted-writes.patch \
file://sakoman/0011-Revert-omap_hsmmc-improve-interrupt-synchronisation.patch \
file://sakoman/0012-Don-t-turn-SDIO-cards-off-to-save-power.-Doing-so-wi.patch \
- file://sakoman/0013-Enable-the-use-of-SDIO-card-interrupts.patch \
file://sakoman/0014-soc-codecs-Enable-audio-capture-by-default-for-twl40.patch \
file://sakoman/0015-soc-codecs-twl4030-Turn-on-mic-bias-by-default.patch \
file://sakoman/0016-RTC-add-support-for-backup-battery-recharge.patch \
='anujm/hardknott'>anujm/hardknott OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/scripts/oe-depends-dot
blob: 5eb3e12769a6541ffeb3a47e735da1f49dda3e66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157