diff options
Diffstat (limited to 'documentation/ref-manual/ref-varlocality.rst')
-rw-r--r-- | documentation/ref-manual/ref-varlocality.rst | 88 |
1 files changed, 44 insertions, 44 deletions
diff --git a/documentation/ref-manual/ref-varlocality.rst b/documentation/ref-manual/ref-varlocality.rst index a130945718..a95504b571 100644 --- a/documentation/ref-manual/ref-varlocality.rst +++ b/documentation/ref-manual/ref-varlocality.rst | |||
@@ -25,23 +25,23 @@ Distribution (Distro) | |||
25 | This section lists variables whose configuration context is the | 25 | This section lists variables whose configuration context is the |
26 | distribution, or distro. | 26 | distribution, or distro. |
27 | 27 | ||
28 | - ``DISTRO`` | 28 | - :term:`DISTRO` |
29 | 29 | ||
30 | - ``DISTRO_NAME`` | 30 | - :term:`DISTRO_NAME` |
31 | 31 | ||
32 | - ``DISTRO_VERSION`` | 32 | - :term:`DISTRO_VERSION` |
33 | 33 | ||
34 | - ``MAINTAINER`` | 34 | - :term:`MAINTAINER` |
35 | 35 | ||
36 | - ``PACKAGE_CLASSES`` | 36 | - :term:`PACKAGE_CLASSES` |
37 | 37 | ||
38 | - ``TARGET_OS`` | 38 | - :term:`TARGET_OS` |
39 | 39 | ||
40 | - ``TARGET_FPU`` | 40 | - :term:`TARGET_FPU` |
41 | 41 | ||
42 | - ``TCMODE`` | 42 | - :term:`TCMODE` |
43 | 43 | ||
44 | - ``TCLIBC`` | 44 | - :term:`TCLIBC` |
45 | 45 | ||
46 | .. _ref-varlocality-config-machine: | 46 | .. _ref-varlocality-config-machine: |
47 | 47 | ||
@@ -50,23 +50,23 @@ Machine | |||
50 | 50 | ||
51 | This section lists variables whose configuration context is the machine. | 51 | This section lists variables whose configuration context is the machine. |
52 | 52 | ||
53 | - ``TARGET_ARCH`` | 53 | - :term:`TARGET_ARCH` |
54 | 54 | ||
55 | - ``SERIAL_CONSOLES`` | 55 | - :term:`SERIAL_CONSOLES` |
56 | 56 | ||
57 | - ``PACKAGE_EXTRA_ARCHS`` | 57 | - :term:`PACKAGE_EXTRA_ARCHS` |
58 | 58 | ||
59 | - ``IMAGE_FSTYPES`` | 59 | - :term:`IMAGE_FSTYPES` |
60 | 60 | ||
61 | - ``MACHINE_FEATURES`` | 61 | - :term:`MACHINE_FEATURES` |
62 | 62 | ||
63 | - ``MACHINE_EXTRA_RDEPENDS`` | 63 | - :term:`MACHINE_EXTRA_RDEPENDS` |
64 | 64 | ||
65 | - ``MACHINE_EXTRA_RRECOMMENDS`` | 65 | - :term:`MACHINE_EXTRA_RRECOMMENDS` |
66 | 66 | ||
67 | - ``MACHINE_ESSENTIAL_EXTRA_RDEPENDS`` | 67 | - :term:`MACHINE_ESSENTIAL_EXTRA_RDEPENDS` |
68 | 68 | ||
69 | - ``MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS`` | 69 | - :term:`MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS` |
70 | 70 | ||
71 | .. _ref-varlocality-config-local: | 71 | .. _ref-varlocality-config-local: |
72 | 72 | ||
@@ -76,23 +76,23 @@ Local | |||
76 | This section lists variables whose configuration context is the local | 76 | This section lists variables whose configuration context is the local |
77 | configuration through the ``local.conf`` file. | 77 | configuration through the ``local.conf`` file. |
78 | 78 | ||
79 | - ``DISTRO`` | 79 | - :term:`DISTRO` |
80 | 80 | ||
81 | - ``MACHINE`` | 81 | - :term:`MACHINE` |
82 | 82 | ||
83 | - ``DL_DIR`` | 83 | - :term:`DL_DIR` |
84 | 84 | ||
85 | - ``BBFILES`` | 85 | - :term:`BBFILES` |
86 | 86 | ||
87 | - ``EXTRA_IMAGE_FEATURES`` | 87 | - :term:`EXTRA_IMAGE_FEATURES` |
88 | 88 | ||
89 | - ``PACKAGE_CLASSES`` | 89 | - :term:`PACKAGE_CLASSES` |
90 | 90 | ||
91 | - ``BB_NUMBER_THREADS`` | 91 | - :term:`BB_NUMBER_THREADS` |
92 | 92 | ||
93 | - ``BBINCLUDELOGS`` | 93 | - :term:`BBINCLUDELOGS` |
94 | 94 | ||
95 | - ``ENABLE_BINARY_LOCALE_GENERATION`` | 95 | - :term:`ENABLE_BINARY_LOCALE_GENERATION` |
96 | 96 | ||
97 | .. _ref-varlocality-recipes: | 97 | .. _ref-varlocality-recipes: |
98 | 98 | ||
@@ -109,11 +109,11 @@ Required | |||
109 | 109 | ||
110 | This section lists variables that are required for recipes. | 110 | This section lists variables that are required for recipes. |
111 | 111 | ||
112 | - ``LICENSE`` | 112 | - :term:`LICENSE` |
113 | 113 | ||
114 | - ``LIC_FILES_CHKSUM`` | 114 | - :term:`LIC_FILES_CHKSUM` |
115 | 115 | ||
116 | - ``SRC_URI`` - used in recipes that fetch local or remote files. | 116 | - :term:`SRC_URI` - used in recipes that fetch local or remote files. |
117 | 117 | ||
118 | .. _ref-varlocality-recipe-dependencies: | 118 | .. _ref-varlocality-recipe-dependencies: |
119 | 119 | ||
@@ -122,15 +122,15 @@ Dependencies | |||
122 | 122 | ||
123 | This section lists variables that define recipe dependencies. | 123 | This section lists variables that define recipe dependencies. |
124 | 124 | ||
125 | - ``DEPENDS`` | 125 | - :term:`DEPENDS` |
126 | 126 | ||
127 | - ``RDEPENDS`` | 127 | - :term:`RDEPENDS` |
128 | 128 | ||
129 | - ``RRECOMMENDS`` | 129 | - :term:`RRECOMMENDS` |
130 | 130 | ||
131 | - ``RCONFLICTS`` | 131 | - :term:`RCONFLICTS` |
132 | 132 | ||
133 | - ``RREPLACES`` | 133 | - :term:`RREPLACES` |
134 | 134 | ||
135 | .. _ref-varlocality-recipe-paths: | 135 | .. _ref-varlocality-recipe-paths: |
136 | 136 | ||
@@ -139,11 +139,11 @@ Paths | |||
139 | 139 | ||
140 | This section lists variables that define recipe paths. | 140 | This section lists variables that define recipe paths. |
141 | 141 | ||
142 | - ``WORKDIR`` | 142 | - :term:`WORKDIR` |
143 | 143 | ||
144 | - ``S`` | 144 | - :term:`S` |
145 | 145 | ||
146 | - ``FILES`` | 146 | - :term:`FILES` |
147 | 147 | ||
148 | .. _ref-varlocality-recipe-build: | 148 | .. _ref-varlocality-recipe-build: |
149 | 149 | ||
@@ -153,14 +153,14 @@ Extra Build Information | |||
153 | This section lists variables that define extra build information for | 153 | This section lists variables that define extra build information for |
154 | recipes. | 154 | recipes. |
155 | 155 | ||
156 | - ``DEFAULT_PREFERENCE`` | 156 | - :term:`DEFAULT_PREFERENCE` |
157 | 157 | ||
158 | - ``EXTRA_OECMAKE`` | 158 | - :term:`EXTRA_OECMAKE` |
159 | 159 | ||
160 | - ``EXTRA_OECONF`` | 160 | - :term:`EXTRA_OECONF` |
161 | 161 | ||
162 | - ``EXTRA_OEMAKE`` | 162 | - :term:`EXTRA_OEMAKE` |
163 | 163 | ||
164 | - ``PACKAGECONFIG_CONFARGS`` | 164 | - :term:`PACKAGECONFIG_CONFARGS` |
165 | 165 | ||
166 | - ``PACKAGES`` | 166 | - :term:`PACKAGES` |