Blame view

buildroot/buildroot-2016.08.1/docs/manual/manual.txt 1.26 KB
6b13f685e   김민수   BSP 최초 추가
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
  // -*- mode:doc; -*-
  // vim: set syntax=asciidoc:
  
  = The Buildroot user manual
  :toc:
  
  Buildroot {sys:echo $\{BR2_VERSION%%-git*\}} manual generated on {localdate}
  {localtime} from git revision {sys:git rev-parse --short HEAD}
  
  The Buildroot manual is written by the Buildroot developers.
  It is licensed under the GNU General Public License, version 2. Refer to the
  http://git.buildroot.org/buildroot/tree/COPYING[COPYING] file in the Buildroot
  sources for the full text of this license.
  
  Copyright (C) 2004-2014 The Buildroot developers
  
  image::logo.png[]
  
  = Getting started
  
  include::introduction.txt[]
  
  include::prerequisite.txt[]
  
  include::getting.txt[]
  
  include::quickstart.txt[]
  
  include::resources.txt[]
  
  = User guide
  
  include::configure.txt[]
  
  include::configure-other-components.txt[]
  
  include::common-usage.txt[]
  
  include::customize.txt[]
  
  include::faq-troubleshooting.txt[]
  
  include::known-issues.txt[]
  
  include::legal-notice.txt[]
  
  include::beyond-buildroot.txt[]
  
  = Developer guide
  
  include::how-buildroot-works.txt[]
  
  include::writing-rules.txt[]
  
  include::adding-board-support.txt[]
  
  include::adding-packages.txt[]
  
  include::patch-policy.txt[]
  
  include::download-infra.txt[]
  
  include::debugging-buildroot.txt[]
  
  include::contribute.txt[]
  
  = Appendix
  
  include::appendix.txt[]