summaryrefslogtreecommitdiffstats
path: root/rules/klibc.in
blob: e05270664465bbc8f0f9024719ec38253656856a (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
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
#
# rules/klibc.in
#

menuconfig KLIBC
	bool
	depends on KERNEL
	prompt "klibc               "
	help
	  This feature contains a collection of programs that are linked against
	  klibc. These duplicate some of the functionality of a regular Linux
	  toolset, but are typically much smaller than their full-function
	  counterparts. They are intended for inclusion in initramfs images and
	  can do the network configuration outside the kernel and someting
	  special before mounting the final root filesystem.
	  This will create a control file only at
	     ${PTXDIST_WORKSPACE}/build-target/$(KLIBC_DIR)/initramfs_spec
	  The real initramfs will be built by the kernel itself from this control
	  file. So in order to use this feature you have to enter this control
	  filename into the kernel feature -> initramfs entry field.
	  When you enter the name as showing above you will be path and
	  version independend.

#
# statically linked part
#
comment "Select components to install"
	depends on KLIBC

config KLIBC_KINIT
	depends on KLIBC
	bool
	prompt "kinit"
	default y
	help
	  It will be installed into /kinit and is intended to configure the network
	  and mounting NFS based filesystems. It will be controlled by the standard kernel
	  command line, anything else in /arch.cmd and anything else after a -- parameter.
	  All three parts gets combined into one parameter list and will be used for
	  configuration.

config KLIBC_STATIC_DASH
	depends on KLIBC
	bool
	prompt "dash"
	help
	  install a minimum shell (dash) under /bin/sh

config KLIBC_STATIC_CAT
	depends on KLIBC
	bool
	prompt "cat"
	help
	  This is a statically linked "cat" command. It gets installed into /bin/cat

config KLIBC_STATIC_CHROOT
	depends on KLIBC
	bool
	prompt "chroot"
	help
	  This is a statically linked "chroot" command. It gets installed into /bin/chroot


config KLIBC_STATIC_DD
	depends on KLIBC
	bool
	prompt "dd"
	help
	  This is a statically linked "dd" command. It gets installed into /bin/dd

config KLIBC_STATIC_FALSE
	depends on KLIBC
	bool
	prompt "false"
	help
	  This is a statically linked "false" command. It gets installed into /bin/false

config KLIBC_STATIC_INSMOD
	depends on KLIBC
	bool
	prompt "insmod"
	help
	  This is a statically linked "insmod" command. It gets installed into /bin/insmod

config KLIBC_STATIC_LN
	depends on KLIBC
	bool
	prompt "ln"
	help
	  This is a statically linked "ln" command. It gets installed into /bin/ln

config KLIBC_STATIC_MINIPS
	depends on KLIBC
	bool
	prompt "minips"
	help
	  This is a statically linked "minips" command. It gets installed into /bin/minips

config KLIBC_STATIC_MKDIR
	depends on KLIBC
	bool
	prompt "mkdir"
	help
	  This is a statically linked "mkdir" command. It gets installed into /bin/mkdir

config KLIBC_STATIC_MKFIFO
	depends on KLIBC
	bool
	prompt "mkfifo"
	help
	  This is a statically linked "mkfifo" command. It gets installed into /bin/mkfifo

config KLIBC_STATIC_MOUNT
	depends on KLIBC
	bool
	prompt "mount"
	help
	  This is a statically linked "mount" command. It gets installed into /bin/mount

config KLIBC_STATIC_NUKE
	depends on KLIBC
	bool
	prompt "nuke"
	help
	  This is a statically linked "nuke" command. It gets installed into /bin/nuke

config KLIBC_STATIC_PIVOT_ROOT
	depends on KLIBC
	bool
	prompt "pivot-root"
	help
	  This is a statically linked "pivot_root" command. It gets installed into /bin/pivot_root

config KLIBC_STATIC_SLEEP
	depends on KLIBC
	bool
	prompt "sleep"
	help
	  This is a statically linked "sleep" command. It gets installed into /bin/sleep

config KLIBC_STATIC_TRUE
	depends on KLIBC
	bool
	prompt "true"
	help
	  This is a statically linked "true" command. It gets installed into /bin/true

config KLIBC_STATIC_UMOUNT
	depends on KLIBC
	bool
	prompt "umount"
	help
	  This is a statically linked "umount" command. It gets installed into /bin/umount

config KLIBC_STATIC_UNAME
	depends on KLIBC
	bool
	prompt "uname"
	help
	  This is a statically linked "uname" command. It gets installed into /bin/uname

#
# dynamic part
#
config KLIBC_DYNAMIC_LIB
	depends on KLIBC
	bool
	prompt "Shared library support"
	help
	  This adds the shared klibc.so to be used for dynamically linked commands. Its the
	  regular way to get smaller executables. It gets installed into /lib/klibc.so

#comment "Select shared linked commands to install"
#	depends on KLIBC
#	depends on KLIBC_DYNAMIC_LIB

######
comment "Static cat command is selected!"
	depends on KLIBC_STATIC_CAT && KLIBC_DYNAMIC_LIB

config KLIBC_SHARED_CAT
	depends on KLIBC
	depends on KLIBC_DYNAMIC_LIB
	depends on !KLIBC_STATIC_CAT
	bool
	prompt "cat"
	help
	  This is a shared "cat" command. It gets installed into /bin/cat

######
comment "Static chroot command is selected!"
	depends on KLIBC_STATIC_CHROOT && KLIBC_DYNAMIC_LIB

config KLIBC_SHARED_CHROOT
	depends on KLIBC
	depends on KLIBC_DYNAMIC_LIB
	depends on !KLIBC_STATIC_CHROOT
	bool
	prompt "chroot"
	help
	  This is a shared "chroot" command. It gets installed into /bin/chroot

######
comment "Static dd command is selected!"
	depends on KLIBC_STATIC_DD && KLIBC_DYNAMIC_LIB

config KLIBC_SHARED_DD
	depends on KLIBC
	depends on KLIBC_DYNAMIC_LIB
	depends on !KLIBC_STATIC_DD
	bool
	prompt "dd"
	help
	  This is a shared "dd" command. It gets installed into /bin/dd

######
comment "Static false command is selected!"
	depends on KLIBC_STATIC_FALSE && KLIBC_DYNAMIC_LIB

config KLIBC_SHARED_FALSE
	depends on KLIBC
	depends on KLIBC_DYNAMIC_LIB
	depends on !KLIBC_STATIC_FALSE
	bool
	prompt "false"
	help
	  This is a shared "false" command. It gets installed into /bin/false

######
comment "Static insmod command is selected!"
	depends on KLIBC_STATIC_INSMOD && KLIBC_DYNAMIC_LIB

config KLIBC_SHARED_INSMOD
	depends on KLIBC
	depends on KLIBC_DYNAMIC_LIB
	depends on !KLIBC_STATIC_INSMOD
	bool
	prompt "insmod"
	help
	  This is a shared "insmod" command. It gets installed into /bin/insmod

######
comment "Static ln command is selected!"
	depends on KLIBC_STATIC_LN && KLIBC_DYNAMIC_LIB

config KLIBC_SHARED_LN
	depends on KLIBC
	depends on KLIBC_DYNAMIC_LIB
	depends on !KLIBC_STATIC_LN
	bool
	prompt "ln"
	help
	  This is a shared "ln" command. It gets installed into /bin/ln

######
comment "Static minips command is selected!"
	depends on KLIBC_STATIC_MINIPS && KLIBC_DYNAMIC_LIB

config KLIBC_SHARED_MINIPS
	depends on KLIBC
	depends on KLIBC_DYNAMIC_LIB
	depends on !KLIBC_STATIC_MINIPS
	bool
	prompt "minips"
	help
	  This is a shared "minips" command. It gets installed into /bin/minips

######
comment "Static mkdir command is selected!"
	depends on KLIBC_STATIC_MKDIR && KLIBC_DYNAMIC_LIB

config KLIBC_SHARED_MKDIR
	depends on KLIBC
	depends on KLIBC_DYNAMIC_LIB
	depends on !KLIBC_STATIC_MKDIR
	bool
	prompt "mkdir"
	help
	  This is a shared "mkdir" command. It gets installed into /bin/mkdir

######
comment "Static mkfifo command is selected!"
	depends on KLIBC_STATIC_MKFIFO && KLIBC_DYNAMIC_LIB

config KLIBC_SHARED_MKFIFO
	depends on KLIBC
	depends on KLIBC_DYNAMIC_LIB
	depends on !KLIBC_STATIC_MKFIFO
	bool
	prompt "mkfifo"
	help
	  This is a shared "mkfifo" command. It gets installed into /bin/mkfifo

######
comment "Static mount command is selected!"
	depends on KLIBC_STATIC_MOUNT && KLIBC_DYNAMIC_LIB

config KLIBC_SHARED_MOUNT
	depends on KLIBC
	depends on KLIBC_DYNAMIC_LIB
	depends on !KLIBC_STATIC_MOUNT
	bool
	prompt "mount"
	help
	  This is a shared "mount" command. It gets installed into /bin/mount

######
comment "Static nuke command is selected!"
	depends on KLIBC_STATIC_NUKE && KLIBC_DYNAMIC_LIB

config KLIBC_SHARED_NUKE
	depends on KLIBC
	depends on KLIBC_DYNAMIC_LIB
	depends on !KLIBC_STATIC_NUKE
	bool
	prompt "nuke"
	help
	  This is a shared "nuke" command. It gets installed into /bin/nuke

######
comment "Static pivot_root command is selected!"
	depends on KLIBC_STATIC_PIVOT_ROOT && KLIBC_DYNAMIC_LIB

config KLIBC_SHARED_PIVOT_ROOT
	depends on KLIBC
	depends on KLIBC_DYNAMIC_LIB
	depends on !KLIBC_STATIC_PIVOT_ROOT
	bool
	prompt "pivot_root"
	help
	  This is a shared "pivot_root" command. It gets installed into /bin/pivot_root

######
comment "Static sleep command is selected!"
	depends on KLIBC_STATIC_SLEEP && KLIBC_DYNAMIC_LIB

config KLIBC_SHARED_SLEEP
	depends on KLIBC
	depends on KLIBC_DYNAMIC_LIB
	depends on !KLIBC_STATIC_SLEEP
	bool
	prompt "sleep"
	help
	  This is a shared "sleep" command. It gets installed into /bin/sleep

######
comment "Static true command is selected!"
	depends on KLIBC_STATIC_TRUE && KLIBC_DYNAMIC_LIB

config KLIBC_SHARED_TRUE
	depends on KLIBC
	depends on KLIBC_DYNAMIC_LIB
	depends on !KLIBC_STATIC_TRUE
	bool
	prompt "true"
	help
	  This is a shared "true" command. It gets installed into /bin/true

######
comment "Static umount command is selected!"
	depends on KLIBC_STATIC_UMOUNT && KLIBC_DYNAMIC_LIB

config KLIBC_SHARED_UMOUNT
	depends on KLIBC
	depends on KLIBC_DYNAMIC_LIB
	depends on !KLIBC_STATIC_UMOUNT
	bool
	prompt "umount"
	help
	  This is a shared "umount" command. It gets installed into /bin/umount

######
comment "Static uname command is selected!"
	depends on KLIBC_STATIC_UNAME && KLIBC_DYNAMIC_LIB

config KLIBC_SHARED_UNAME
	depends on KLIBC
	depends on KLIBC_DYNAMIC_LIB
	depends on !KLIBC_STATIC_UNAME
	bool
	prompt "uname"
	help
	  This is a shared "uname" command. It gets installed into /bin/uname

config KLIBC_INIT
	depends on KLIBC
	string
	prompt "create a link from /init to the specified program"
	default "/kinit"
	help
	  A kernel will always start /init in the initramfs if not otherwise specified
	  (see kernel parameter "init="). With this link ist possible to start any program
	  you like.

config KLIBC_USER_SPEC
	depends on KLIBC
	bool
	prompt "parse project specific initramfs_spec"
	help
	  parse the spec file which is expected to live in
	  ${PTXDIST_WORKSPACE}/initramfs_spec. The format is the same as
	  described in the kernelsource under

	  Documentation/early-userspace/README.

	  Files described in this file can either have an absolute or a relative path
	  (relative to ${PTXDIST_WORKSPACE}).


###################################################################################






#config KLIBC_FSTYPE
#	depends on KLIBC
#	bool
#	prompt "Install fstype into initramfs"
#	help
#	  FIXME: This item needs to be documented

#config KLIBC_PRINTF
#	depends on KLIBC
#	bool
#	prompt "Install printf into initramfs"
#	help
#	  FIXME: This item needs to be documented

#config KLIBC_RUN_INIT
#	depends on KLIBC
#	bool
#	prompt "Install run-init into initramfs"
#	help
#	  FIXME: This item needs to be documented


#config KLIBC_NFSMOUNT
#	depends on KLIBC
#	bool
#	prompt "Install nfsmount into initramfs"
#	help
#	  FIXME: This item needs to be documented