summaryrefslogtreecommitdiffstats
path: root/meta/classes
AgeCommit message (Expand)Author
2009-11-20package.bbclass: Fix runtime_maping_rename so version information isn't removedRichard Purdie
2009-10-29package.bbclass: Cleanup getVar syntax to use True, not 1 as third argumentRichard Purdie
2009-10-28packaged-staging: Whitelist the empty base_do_stage function as it does nothi...Richard Purdie
2009-09-18nativesdk.bbclass: Drop ineffective dynamic linker flagRichard Purdie
2009-09-17nativesdk/package_ipk.bbclass: Clean up sdk package architecturesRichard Purdie
2009-09-17package_ipk.bbclass: Convert to use SDK_ARCHRichard Purdie
2009-09-17packaged-staging.bbclass Use libdir_native for opkg paths in directory creationRichard Purdie
2009-09-17native.bbclass: Use prefix_native variableRichard Purdie
2009-09-17nativesdk: Convert to use crosssdk toolchain and remove binutils/gcc nativesd...Richard Purdie
2009-09-17cross-canadian: Add cross-canadian class with gcc and binutils recipesRichard Purdie
2009-09-17crosssdk: Add crosssdk class with gcc and binutils recipesRichard Purdie
2009-09-17nativesdk: Don't use search and replace on DEPENDS fieldRichard Purdie
2009-09-17sdk.bbclass: Rename to nativesdk.bbclassRichard Purdie
2009-09-17Remove layout_* variablesRichard Purdie
2009-09-10bitbake.conf: Rename SDK_PREFIX SDKPATHRichard Purdie
2009-09-03patch.bbclass: Merge in git resolver changes from OE.dev. Catch all exception...Richard Purdie
2009-08-28Add poky-trim-schemas post install script to remove unneeded schema locale tr...Richard Purdie
2009-08-26base.bbclass: Don't retrieve SRC_URI when not necessaryDamien Lespiau
2009-08-26base.bbclass: packages pulling a mercurial tree should depend on mercurialDamien Lespiau
2009-08-25base.bbclass: Use subprocess rather than os.system for do_unpackRichard Purdie
2009-08-12autotools.bbclass: Remove pointless inheritRichard Purdie
2009-08-12binconfig.bbclass: Remove pointless inheritRichard Purdie
2009-08-12package_ipk.bbclass: Place configuration files in WORKDIR, not stagingRichard Purdie
2009-07-28packagehistory.bbclass: Make package history package architecture specificRichard Purdie
2009-07-16autotools.bbclass: Fix to work with configure files with leading whitespaceRichard Purdie
2009-07-15root_ipk.bbclass: Give EXTRAOPKGCONFIG a default valueRichard Purdie
2009-07-15rootfs_ipk.bbclass: Don't generate the arch.conf file, provide this as a pack...Richard Purdie
2009-07-13packagehistory: Make sure package is inherited beforehand to preserve the PAC...Richard Purdie
2009-07-09gnome.bbclass: Convert to autotools_stageRichard Purdie
2009-07-09Add package_history.bbclass which checks generated package against previous p...Richard Purdie
2009-07-08package_ipk.bbclass: Solve opkg-make-index locking problem using flockRichard Purdie
2009-07-07pkgconfig.bbclass: No longer default to pkgconfig_stage code (breaks libdrm)Richard Purdie
2009-07-02patch.bbclass: Fix up the environment for the patch resolution codeRichard Purdie
2009-07-02patch.bbclass: Sync with OE.devRichard Purdie
2009-06-22patch.bbclass: Allow a patch to be applied or not applied against a specific ...Richard Purdie
2009-06-16distutils.bbclass: Sync with OERichard Purdie
2009-06-15poky-autobuild-notifier.bbclass: Remove unneeded recipientsRichard Purdie
2009-06-12pkgconfig.bbclass: Fix typoRichard Purdie
2009-06-12pkgconfig.bbclass: Split out the staging function into its own class (pkgconf...Richard Purdie
2009-06-12packaged-staging.bbclass: Fix for packages which don't stage anythingRichard Purdie
2009-06-11packaged-staging.bbckass: Add option of setting PSTAGE_BROKEN_DESTDIR to disa...Richard Purdie
2009-06-11packaged-staging.bbclass: Turn off debugRichard Purdie
2009-06-11packaged-staging.bbclass: Detect when we're using autotools_stage_all and don...Richard Purdie
2009-06-11native.bbclass: Drop INHIBIT_NATIVE_STAGE_INSTALL function and wrap logic in ...Richard Purdie
2009-06-11cpan_build.bbclass: Just write a do_stage function, INHIBIT_NATIVE_STAGE_INST...Richard Purdie
2009-06-11pkgconfig.bbclass: Drop strange unneeded inherit baseRichard Purdie
2009-06-08packaged-staging.bbclass: Fix accidental debug additionRichard Purdie
2009-06-04packaged-staging.bbclass: Add support for mangling .la files so the staging d...Richard Purdie
2009-05-28sanity.bbclass: Really fix TMPDIR change warning messageRichard Purdie
2009-05-23sanity.bbclass: Fix the warning message above tmpdir moving to point to the c...Richard Purdie
ny/intel-x86'>v5.8/standard/tiny/intel-x86 Yocto Linux Embedded kernelGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/machine_kexec_file.c
blob: fbdd3ea73667424e5564ec06dc337e435acca63a (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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345