summaryrefslogtreecommitdiffstats
path: root/WebHob_1.5/recipe-details-busybox.html
blob: 6f3d0ad5733a19a162dbd32480e11db241449fb3 (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
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
<!DOCTYPE html>
<html>
    <head>
        <title>busybox_1.21.1-r0</title>
        <link rel="stylesheet" href="assets/css/bootstrap.min.css" type='text/css'>
        <link rel="stylesheet" href="assets/css/bootstrap-responsive.min.css" type='text/css'>
        <link rel="stylesheet" href="assets/css/font-awesome.min.css" type='text/css'>
        <link rel="stylesheet" href="assets/css/prettify.css" type='text/css'>
        <link rel="stylesheet" href="assets/css/default.css" type='text/css'>
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    </head>

    <body>
        <div class="navbar navbar-fixed-top">
            <div class="navbar-inner">
            	<div class="container-fluid">
					<a class="brand logo" href="index.html"><img src="assets/img/logo.png" class="" /></a>
					<a class="brand" href="index.html">Toaster</a>
					<ul class="nav">
						<li>
							<a href="index.html">
								<i class="icon-tasks"></i>
								All builds
							</a>
						</li>
						<li>
							<a href="all-projects.html">
								<i class="icon-folder-open"></i>
								All projects
							</a>
						</li>
					</ul>
					<!--div class="btn-group pull-right">
						<button class="btn dropdown-toggle" data-toggle="dropdown" href="#">
							<i class="icon-user"></i>
							You
							<i class="icon-caret-down"></i>
						</button>
						<ul class="dropdown-menu">
							<li><a href="profile.html">Edit your profile</a></li>
							<li><a href="profile.html?change-password">Change password</a></li>
							<li style="margin-top:10px;"><a href="#" class="btn">Log out</a></li>
						</ul>
					</div-->
					<ul class="nav pull-right">
						<li>
							<a href="#">
								<i class="icon-book"></i>
								Manual
							</a>
						</li>
					</ul>
					<span class="pull-right divider-vertical"></span>
					<div class="btn-group pull-right">
						<a class="btn" href="newproject.html">New project</a>
						<!--button class="btn dropdown-toggle" data-toggle="dropdown">
							<i class="icon-caret-down"></i>
						</button>
						<ul class="dropdown-menu">
							<li><a href="#">Clone project</a></li>
							<li><a href="#">Export project</a></li>
							<li><a href="#">Import project</a></li>
						</ul-->
					</div>
					<div class="btn-group pull-right">
						<button class="btn dropdown-toggle" data-toggle="dropdown" href="#">
							New build
							<i class="icon-caret-down"></i>
						</button>
						<ul class="dropdown-menu new-build multi-select">
							<li>
								<h3>New build</h3>
								<h6>Project:</h6>
								<span id="project">
									<a class="lead" href="project-configuration.html">$project_name</a>
									<i class="icon-pencil"></i>
								</span>
								<form id="change-project-form" style="display:none;">
									<div class="input-append">
										<input type="text" class="input-medium" value="$project_name" autocomplete="off" data-minLength="1" data-autocomplete="off"
										data-provide="typeahead"  data-source='[
										"project one",
										"project two",
										"project three",
										"project four",
										"project five" ]'>
										<button id="apply-change-project" class="btn" type="button">Save</button>
										<a href="#" id="cancel-change-project" class="btn btn-link">Cancel</a>
									</div>
									<a id="view-all-projects" style="display:block;" href="#">View all projects</a>
								</form>
							</li>
							<li>
								<!--div id="selected-targets">
									<h6>Selected targets:</h6>
									<ul class="unstyled configuration-list">
										<li>core-image-myimage</li>
										<li>core-image-myimage-dev</li>
										<a id="build-selected" class="btn">Build selected targets</a>
									</ul>
									<form class="input-append">
										<input type="text" placeholder="or type a target name" autocomplete="off" data-minLength="1" data-autocomplete="off"
										data-provide="typeahead"  data-source='["core-image-base [meta | daisy]",
										"core-image-clutter [meta | daisy]",
										"core-image-directfb [meta | daisy]",
										"core-image-myimage [meta-imported-layer | 3e1dbabbf3&hellip;]",
										"core-image-anotherimage [meta-imported-layer | master]",
										"core-image-full-cmdline [meta | daisy]",
										"core-image-lsb [meta | daisy]",
										"core-image-lsb-dev [meta | daisy]",
										"core-image-lsb-sdk [meta | daisy]",
										"core-image-minimal [meta | daisy]" ]'>
										<a class="btn btn-primary" disabled>Build</a>
									</form>
								</div-->
								<div id="no-selected-targets">
									<h6>Target(s):</h6>
									<form>
										<input class="input-xlarge" type="text" placeholder="Type a target name" autocomplete="off" data-minLength="1" data-autocomplete="off"
										data-provide="typeahead"  data-source='["core-image-base [meta | daisy]",
										"core-image-clutter [meta | daisy]",
										"core-image-directfb [meta | daisy]",
										"core-image-myimage [meta-imported-layer | 3e1dbabbf3&hellip;]",
										"core-image-anotherimage [meta-imported-layer | master]",
										"core-image-full-cmdline [meta | daisy]",
										"core-image-lsb [meta | daisy]",
										"core-image-lsb-dev [meta | daisy]",
										"core-image-lsb-sdk [meta | daisy]",
										"core-image-minimal [meta | daisy]" ]'>
										<div>
											<a class="btn btn-primary" disabled style="padding: 4px 30px;">
												Build
											</a>
										</div>
									</form>
								</div>
							</li>
						</ul>
					</div>
				</div>
            </div>
        </div>

        <div class="container-fluid top-padded">

    	<!-- begin content -->
    	<div class="row-fluid">
        	<div class="span12">
				<!-- Breadcrumbs -->
            	<div class="section">
                	<ul class="breadcrumb">
                    <li class="muted">$project_name:</li>
                    <li><a href="project-builds.html">Builds</a>
                      <span class="divider">&rarr;</span></li>
                  	<li><a href="build-dashboard.html">core-image-sato (11/06/13 at 15:22)</a> 
                  		<span class="divider">&rarr;</span>
                  	</li>
                  	<li><a href="all-recipes.html">Recipes</a>
                  		<span class="divider">&rarr;</span></li>
                  	</li>
                  	<li class="active">busybox_1.21.1-r0</li>
                	</ul>
            	</div>
			<!--div class="row-fluid"-->
				<!-- begin left sidebar container -->
				<!-- div id="nav" class="span2">
					<ul class="nav nav-list well">
						<li class="nav-header">Build</li>
						<li><a href="all-variables.html">BitBake variables</a></li>
						<li><a href="all-tasks.html">Tasks</a></li>
						<li><a href="all-recipes.html">Recipes</a></li>
						<li class="nav-header">core-image-sato</li>
						<li><a href="all-packages.html">Packages</a><li>
						<li><a href="directory-structure.html">Directory structure</a><li>
						<li class="nav-header">Performance</li>
						<li><a href="build-time.html">Time</a></li>
						<li><a href="build-cpu.html">CPU usage</a></li>
						<li><a href="build-diskio.html">Disk I/O</a></li>
					</ul>
        	</div-->
			<!-- end left sidebar container -->
			<!-- Begin right container -->
            <div class="row span11">
                <div class="page-header">
					<h1>busybox_1.21.1-r0</h1>
				</div>
			</div>
			<div class="row span7 tabbable">
				<ul class="nav nav-pills">
					<li class="active">
						<a href="#information" data-toggle="tab">
							<i class="icon-question-sign get-help" data-toggle="tooltip" title="Build-related information about the recipe"></i>
							Recipe details
						</a>
					</li>
					<li>
						<a href="#packages-built" data-toggle="tab">
							<i class="icon-question-sign get-help" data-toggle="tooltip" title="The packaged output resulting from building the recipe"></i>
							Packages (12)
						</a>
					</li>
					<li>
						<a href="#dependencies" data-toggle="tab">
							<i class="icon-question-sign get-help" data-toggle="tooltip" title="The recipe build-time dependencies (other recipes)"></i>
							Build dependencies (2)
						</a>
					</li>
					<li>
						<a href="#brought-in-by" data-toggle="tab">
							<i class="icon-question-sign get-help" data-toggle="tooltip" title="The recipe build-time reverse dependencies (i.e. which other recipes depend on this recipe)"></i>
							Reverse build dependencies (1)
						</a>
					</li>
				</ul>
				<div class="tab-content">
					<div class="tab-pane active" id="information" name="information">
						<dl class="dl-horizontal">
							<dt>
								<i class="icon-question-sign get-help" data-toggle="tooltip" title="The name of the layer providing the recipe"></i>
								Layer
							</dt>
							<dd>
								openembedded-core
								<a href="http://layers.openembedded.org/layerindex/layer/openembedded-core/" target="_blank">
									<i class="icon-share get-info"></i>
								</a>
							</dd>
							<dt>
								<i class="icon-question-sign get-help" data-toggle="tooltip" title="Location in disk of the layer providing the recipe"></i>
								Layer directory
							</dt>
							<dd><code>/home/user/poky/meta/</code></dd>
							<dt>
								<i class="icon-question-sign get-help" data-toggle="tooltip" title="Location in disk of the recipe .bb file"></i>
								Recipe file
							</dt>
							<dd><code>/home/user/poky/meta/recipes-core/busybox/busybox_1.21.1.bb</code></dd>
							<dt>
								<i class="icon-question-sign get-help" data-toggle="tooltip" title="The Git branch of the layer providing the recipe"></i>
								Layer branch
							</dt>
							<dd>master</dd>
							<dt>
								<i class="icon-question-sign get-help" data-toggle="tooltip" title="The Git commit of the layer providing the recipe"></i>
								Layer commit
							</dt>
							<dd class="iscommit">3e1dbabbf33a2e461abc92ff10cd970fe604ee38</dd>
						</dl>
						<h2 class="details">Tasks</h2>
						<table class="table table-bordered table-hover">
							<thead>
								<th>
									<i class="icon-question-sign get-help" title="The running sequence of each task in the build"></i>
									Order
								</th>
								<th>
                        			<i class="icon-question-sign get-help" title="The name of the task"></i>
									Task
								</th>
								<th>
                        			<i class="icon-question-sign get-help" title="This value tells you if a task had to run in order to generate the task output (executed), or if the output was provided by another task and therefore the task didn't need to run (not executed)"></i>
									Executed
								</th>
								<th>
                        			<i class="icon-question-sign get-help" title="This column tells you if executed tasks succeeded, failed or reused output from the sstate-cache directory or mirrors. It also tells you why not executed tasks did not need to run"></i>
									Outcome
								</th>
								<th>
                        			<i class="icon-question-sign get-help" title="This column tells you if a task tried to restore output from the <code>sstate-cache</code> directory or mirros, and what was the result: Succeeded, Failed or File not in cache"></i>
									Cache attempt
								</th>
							</thead>
							<tbody>
								<tr class="muted">
									<td><a href="#">765</a></td>
									<td>
										<a href="#">do_fetch</a>
										<i class="icon-question-sign get-help hover-help" title="This task fetches the source code"></i>
									</td>
									<td><a href="#">Not executed</a></td>
									<td>
										<a href="#">Prebuilt</a>
										<i class="icon-question-sign get-help hover-help" title="This task did not run because its outcome was reused from a previous build"></i>
									</td>
									<td></td>
								</tr>
								<tr class="muted">
									<td><a href="#">766</a></td>
									<td>
										<a href="#">do_unpack</a>
										<i class="icon-question-sign get-help hover-help" title="This task unpacks the source code into a working directory"></i>
									</td>
									<td><a href="#">Not executed</a></td>
									<td>
										<a href="#">Prebuilt</a>
										<i class="icon-question-sign get-help hover-help" title="This task did not run because its outcome was reused from a previous build"></i>
									</td>
									<td></td>
								</tr>
								<tr>
									<td><a href="task-details-executed-success.html">767</a></td>
									<td>
										<a href="task-details-executed-success.html">do_patch</a>
										<i class="icon-question-sign get-help hover-help" title="This task locates patch files and applies them to the source code"></i>
									</td>
									<td><a href="task-details-executed-success.html">Executed</a></td>
									<td>
										<a href="task-details-executed-success.html">Succeeded</a>
										<i class="icon-question-sign get-help hover-help" title="This task completed successfully"></i>
									</td>
									<td></td>
								</tr>
								<tr>
									<td><a class="error" href="task-details-executed-fail.html">777</a></td>
									<td>
										<a class="error" href="task-details-executed-fail.html">do_configure</a>
										<i class="icon-question-sign get-help hover-help" title="This task configures the source by enabling and disabling any build-time and configuration options for the software being built"></i>
									</td>
									<td><a class="error" href="task-details-executed-fail.html">Executed</a></td>
									<td>
										<a href="task-details-executed-fail.html" class="error">Failed</a>
										<i class="icon-question-sign get-help hover-help" title="This task did not complete. Click on the outcome to see why"></i>
									</td>
									<td></td>
								</tr>
								<tr>
									<td><a href="#">829</a></td>
									<td>
										<a href="#">do_compile</a>
										<i class="icon-question-sign get-help hover-help" title="This task compiles the source in the compilation directory"></i>
									</td>
									<td><a href="#">Executed</a></td>
									<td>
										<a href="task-details-executed-success.html">Succeeded</a>
										<i class="icon-question-sign get-help hover-help" title="This task completed successfully"></i>
									</td>
									<td></td>
								</tr>
								<tr>
									<td><a href="#">835</a></td>
									<td>
										<a href="#">do_install</a>
										<i class="icon-question-sign get-help hover-help" title="This task copies files from the compilation directory to a holding area"></i>
									</td>
									<td><a href="#">Executed</a></td>
									<td>
										<a href="task-details-executed-success.html">Succeeded</a>
										<i class="icon-question-sign get-help hover-help" title="This task completed successfully"></i>
									</td>
									<td></td>
								</tr>
								<tr>
									<td><a href="#">849</a></td>
									<td>
										<a href="#">do_package</a>
										<i class="icon-question-sign get-help hover-help" title="This task analyzes the content of the holding area and splits it into subsets based on available packages and files"></i>
									</td>
									<td><a href="#">Executed</a></td>
									<td>
										<a href="task-details-executed-success.html">Succeeded</a>
										<i class="icon-question-sign get-help hover-help" title="This task completed successfully"></i>
									</td>
									<td><a href="task-details-executed-success.html">File not in cache</a></td>
								</tr>
								<tr>
									<td><a href="#">958</a></td>
									<td>
										<a href="#">do_packagedata</a>
										<i class="icon-question-sign get-help hover-help" title="This task creates package metadata used by the build system to generate the final packages"></i>
									</td>
									<td><a href="#">Executed</a></td>
									<td>
										<a href="task-details-executed-success.html">Succeeded</a>
										<i class="icon-question-sign get-help hover-help" title="This task completed successfully"></i>
									</td>
									<td><a href="task-details-executed-success.html">File not in cache</a></td>
								</tr>
								<tr>
									<td><a href="#">1013</a></td>
									<td>
										<a href="#">do_populate_sysroot</a>
										<i class="icon-question-sign get-help hover-help" title="This task copies a subset of files installed by do_install into the sysroot in order to make them available to other recipes"></i>
									</td>
									<td><a href="#">Executed</a></td>
									<td>
										<a href="task-details-executed-success.html">Succeeded</a>
										<i class="icon-question-sign get-help hover-help" title="This task completed successfully"></i>
									</td>
									<td><a href="task-details-executed-success.html">File not in cache</a></td>
								</tr>
								<tr>
									<td><a href="#">1404</a></td>
									<td>
										<a href="#">do_package_write_rpm</a>
										<i class="icon-question-sign get-help hover-help" title="This task creates the actual rpm packages and places them in the Package Feed area"></i>
									</td>
									<td><a href="#">Executed</a></td>
									<td>
										<a href="task-details-executed-success.html">Succeeded</a>
										<i class="icon-question-sign get-help hover-help" title="This task completed successfully"></i>
									</td>
									<td><a href="task-details-executed-success.html">File not in cache</a></td>
								</tr>
								<tr>
									<td><a href="#">1492</a></td>
									<td>
										<a href="#">do_package_write</a>
										<i class="icon-question-sign get-help hover-help" title="This task creates the actual packages and places them in the Package Feed area"></i>
									</td>
									<td><a href="#">Executed</a></td>
									<td>
										<a href="task-details-executed-success.html">Succeeded</a>
										<i class="icon-question-sign get-help hover-help" title="This task completed successfully"></i>
									</td>
									<td></td>
								</tr>
								<tr class="muted">
									<td><a href="#">1801</a></td>
									<td>
										<a href="#">do_populate_lic</a>
										<i class="icon-question-sign get-help hover-help" title="This task writes license information for the recipe for later collection when constructing the image"></i>
									</td>
									<td><a href="#">Not executed</a></td>
									<td>
										<a href="#">Covered</a>
										<i class="icon-question-sign get-help hover-help" title="This task did not run because its output is provided by another task. Click on the outcome to see which one"></i>
									</td>
									<td></td>
								</tr>
								<tr>
									<td><a href="#">1802</a></td>
									<td>
										<a href="#">do_build</a>
										<i class="icon-question-sign get-help hover-help" title="Default task for a recipe - depends upon all other normal tasks required to 'build' a recipe."></i>
									</td>
									<td><a href="#">Executed</a></td>
									<td>
										<a href="task-details-executed-success.html">Succeeded</a>
										<i class="icon-question-sign get-help hover-help" title="This task completed successfully"></i>
									</td>
									<td></td>
								</tr>
							</tbody>
						</table>
					</div>
					<div class="tab-pane" id="packages-built" name="packages-built">
						<!--div class="alert alert-info">
							<strong>busybox_1.21.1-r0</strong> does not build any packages.
						</div-->
						<table class="table table-bordered table-hover" style="margin-top:10px;">
							<thead>
								<tr>
									<th>
										Package
									</th>
									<th>
										Version
									</th>
									<th>
										Size
									</th>
								</tr>
							</thead>
							<tbody>
								<tr>
									<td><a href="package-built-details-included-busybox.html">busybox</a></td>
									<td><a href="package-built-details-included-busybox.html">1.21.1-r0</a></td>
									<td><a href="package-built-details-included-busybox.html">556 KB</a></td>
								</tr>
								<tr>
									<td><a href="#">busybox-dbg</a></td>
									<td><a href="#">1.21.1-r0</a></td>
									<td><a href="#">6.3 MB</a></td>
								</tr>
								<tr>
									<td><a href="#">busybox-dev</a></td>
									<td><a href="#">1.21.1-r0</a></td>
									<td><a href="#">0 B</a></td>
								</tr>
								<tr>
									<td><a href="#">busybox-doc</a></td>
									<td><a href="#">1.21.1-r0</a></td>
									<td><a href="#">0 B</a></td>
								</tr>
								<tr>
									<td><a href="#">busybox-httpd</a></td>
									<td><a href="#">1.21.1-r0</a></td>
									<td><a href="#">0 B</a></td>
								</tr>
								<tr>
									<td><a href="#">busybox-hwclock</a></td>
									<td><a href="#">1.21.1-r0</a></td>
									<td><a href="#">16 KB</a></td>
								</tr>
								<tr>
									<td><a href="#">busybox-locale</a></td>
									<td><a href="#">1.21.1-r0</a></td>
									<td><a href="#">0 B</a></td>
								</tr>
								<tr>
									<td><a href="#">busybox-mdev</a></td>
									<td><a href="#">1.21.1-r0</a></td>
									<td><a href="#">0 B</a></td>
								</tr>
								<tr>
									<td><a href="#">busybox-staticdev</a></td>
									<td><a href="#">1.21.1-r0</a></td>
									<td><a href="#">0 B</a></td>
								</tr>
								<tr>
									<td><a href="#">busybox-syslog</a></td>
									<td><a href="#">1.21.1-r0</a></td>
									<td><a href="#">24 KB</a></td>
								</tr>
								<tr>
									<td><a href="#">busybox-udhcpc</a></td>
									<td><a href="#">1.21.1-r0</a></td>
									<td><a href="#">32 KB</a></td>
								</tr>
								<tr>
									<td><a href="#">busybox-udhcpd</a></td>
									<td><a href="#">1.21.1-r0</a></td>
									<td><a href="#">16 KB</a></td>
								</tr>
							</tbody>
						</table>
					</div>
					<div class="tab-pane" id="dependencies" name="dependencies">
						<!--div class="alert alert-info">
							<strong>busybox_1.21.1-r0</strong> has no build dependencies.
						</div-->
						<table class="table table-bordered table-hover">
							<thead>
								<tr>
									<th>
										Recipe
									</th>
									<th>
										Version
									</th>
								</tr>
							</thead>
							<tbody>
								<tr>
									<td><a href="#">kern-tools-native</a></td>
									<td><a href="#">0.2+gitAUTOINC+a42509b01c-r12</a></td>
								</tr>
								<tr>
									<td><a href="#">update-rc.d</a></td>
									<td><a href="#">0.7-r5</a></td>
								</tr>
							</tbody>
						</table>
					</div>
					<div class="tab-pane" id="brought-in-by" name="brought-in-by">
						<!--div class="alert alert-info">
							<strong>busybox_1.21.1-r0</strong> has no reverse build dependencies.
						</div-->
						<table class="table table-bordered table-hover">
							<thead>
								<tr>
									<th>
										Recipe
									</th>
									<th>
										Version
									</th>
								</tr>
							</thead>
							<tbody>
								<tr>
									<td><a href="#">packagegroup-core-boot</a></td>
									<td><a href="#">1.0-r11</a></td>
								</tr>
							</tbody>
						</table>
					</div>
				</div>
			</div>
			<div class="row span4 well">
					<h2>About busybox</h2>
					<dl>
						<dt>Summary</dt>
						<dd><p>Tiny versions of many common UNIX utilities in a single small executable.</p></dd>
						<dt>Description</dt>
						<dd><p>BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides minimalist replacements for most of the utilities you usually find in GNU fileutils, shellutils, etc. The utilities in BusyBox generally have fewer options than their full-featured GNU cousins; however, the options that are included provide the expected functionality and behave very much like their GNU counterparts. BusyBox provides a fairly complete POSIX environment for any small or embedded system.</dd>
						<dt>Homepage</dt>
						<dd><a href="http://www.busybox.net">http://www.busybox.net</a></dd>
						<dt>Bugtracker</dt>
						<dd><a href="https://bugs.busybox.net/">https://bugs.busybox.net/</a></dd>
						<dt>
							Section
							<i class="icon-question-sign get-help" data-toggle="tooltip" title="The section in which packages should be categorised. There are 5 sections: base, console, utils, devel and libs."></i>
						</dt>
						<dd>base</dd>
						<dt>License</dt>
						<dd>
							GPLv2 & bzip2
							<i class="icon-download-alt" title="Download license files"></i>
						</dd>
					</dl>
				</div>

            <!--/div--> <!-- end right container -->

        </div>
    </div><!-- end content -->

        </div>

        <script src="assets/js/jquery-1.9.1.min.js" type='text/javascript'></script>
        <script src="assets/js/jquery.tablesorter.min.js" type='text/javascript'></script>
        <script src="assets/js/bootstrap.min.js" type='text/javascript'></script>
        <script src="assets/js/prettify.js" type='text/javascript'></script>
        <script src="assets/js/jit.js" type='text/javascript'></script>
        <script src="assets/js/main.js" type='text/javascript'></script>
        <script>
        	 $(document).ready(function() {
        	 	//edit columns functionality (show / hide table columns)
        	 	$("input:checkbox").change();
        	 		$("input:checkbox").change(function(){
        	 			var selectedType = $(this).val();
        	 				if($(this).is(":checked")){
        	 					$("."+selectedType).show();
        	 				}
        	 				else{
        	 					$("."+selectedType).hide();
        	 				}
        	 		});
        	 	//turn edit columns dropdown into a multi-select menu
        	 	$('.dropdown-menu input, .dropdown-menu label').click(function(e) {
    				e.stopPropagation();
				});
				// hide full-error-show on click
				$('#full-error-show').click(function(){
					$(this).hide();
				});
				// show full-error-show when clicking 'collapse error'
				$('#full-error-hide').click(function(){
					$('#full-error-show').show();
				});
				//filter warnings and errors when requested by the URL
				if (location.href.search('filter=') > -1) {
        			var filter = location.href.split('filter=')[1];
        			var cells = jQuery('.' + filter);
        			$("tbody > tr").hide();
        			cells.each(function() {
        				if($(this).is('a')) {
            				jQuery(this).parents('tr').show();
            			}
        			});
    			}
        	 });
        </script>


    </body>
</html>