diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-01-20 16:20:49 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-17 15:16:52 +0000 |
commit | 328b3bdbfd39d7c504140912820ec361c63ea3ff (patch) | |
tree | 5a55a58152ec60fab4035bff8135b09f516c04b6 /documentation/ref-manual | |
parent | 70a2007b6768a6c535f101e5fdde28210929455f (diff) | |
download | poky-328b3bdbfd39d7c504140912820ec361c63ea3ff.tar.gz |
ref-manual: Added 21 new variable to glossary.
I added the following:
ASSUME_SHLIBS
BBINCLUDELOGS_LINES
BUILD_ARCH
BUILD_OS
CACHE
CONF_VERSION
CVSDIR
DATE
FONT_EXTRA_RDEPENDS
GITDIR
HOST_ARCH
HOST_OS
HOST_PREFIX
HOST_VENDOR
PACKAGE_INSTALL_ATTEMPTONLY
PRIORITY
SOURCE_MIRROR_FETCH
SVNDIR
TARGET_PREFIX
TARGET_SYS
TIME
(From yocto-docs rev: 76e5f7ca78db63b63ac6357218ef153e064e605f)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 305 |
1 files changed, 299 insertions, 6 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 3511f38855..1911f33ba7 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -18,11 +18,11 @@ | |||
18 | <para> | 18 | <para> |
19 | <link linkend='var-ABIEXTENSION'>A</link> | 19 | <link linkend='var-ABIEXTENSION'>A</link> |
20 | <link linkend='var-B'>B</link> | 20 | <link linkend='var-B'>B</link> |
21 | <link linkend='var-CC'>C</link> | 21 | <link linkend='var-CACHE'>C</link> |
22 | <link linkend='var-D'>D</link> | 22 | <link linkend='var-D'>D</link> |
23 | <link linkend='var-EFI_PROVIDER'>E</link> | 23 | <link linkend='var-EFI_PROVIDER'>E</link> |
24 | <link linkend='var-FEATURE_PACKAGES'>F</link> | 24 | <link linkend='var-FEATURE_PACKAGES'>F</link> |
25 | <link linkend='var-GLIBC_GENERATE_LOCALES'>G</link> | 25 | <link linkend='var-GITDIR'>G</link> |
26 | <link linkend='var-HOMEPAGE'>H</link> | 26 | <link linkend='var-HOMEPAGE'>H</link> |
27 | <link linkend='var-ICECC_DISABLED'>I</link> | 27 | <link linkend='var-ICECC_DISABLED'>I</link> |
28 | <!-- <link linkend='var-glossary-j'>J</link> --> | 28 | <!-- <link linkend='var-glossary-j'>J</link> --> |
@@ -307,6 +307,22 @@ | |||
307 | </glossdef> | 307 | </glossdef> |
308 | </glossentry> | 308 | </glossentry> |
309 | 309 | ||
310 | <glossentry id='var-ASSUME_SHLIBS'><glossterm><imagedata fileref="figures/define-generic.png" />ASSUME_SHLIBS</glossterm> | ||
311 | <info> | ||
312 | ASSUME_SHLIBS[doc] = "List of shlib:package[_version] mappings. Useful for lib packages in ASSUME_PROVIDED, for which automatic shlib dependency tracking does not work." | ||
313 | </info> | ||
314 | <glossdef> | ||
315 | <para> | ||
316 | List of <filename>shlib:package[_version]</filename> | ||
317 | mappings. | ||
318 | This variable is useful for library packages in | ||
319 | <link linkend='var-ASSUME_PROVIDED'><filename>ASSUME_PROVIDED</filename></link>, | ||
320 | for which automatic <filename>shlib</filename> dependency | ||
321 | tracking does not work. | ||
322 | </para> | ||
323 | </glossdef> | ||
324 | </glossentry> | ||
325 | |||
310 | <glossentry id='var-AUTHOR'><glossterm><imagedata fileref="figures/define-generic.png" />AUTHOR</glossterm> | 326 | <glossentry id='var-AUTHOR'><glossterm><imagedata fileref="figures/define-generic.png" />AUTHOR</glossterm> |
311 | <info> | 327 | <info> |
312 | AUTHOR[doc] = "Email address used to contact the original author or authors in order to send patches and forward bugs." | 328 | AUTHOR[doc] = "Email address used to contact the original author or authors in order to send patches and forward bugs." |
@@ -875,6 +891,18 @@ | |||
875 | </glossdef> | 891 | </glossdef> |
876 | </glossentry> | 892 | </glossentry> |
877 | 893 | ||
894 | <glossentry id='var-BBINCLUDELOGS_LINES'><glossterm><imagedata fileref="figures/define-generic.png" />BBINCLUDELOGS_LINES</glossterm> | ||
895 | <info> | ||
896 | BBINCLUDELOGS_LINES[doc] = "Amount of log lines printed on failure." | ||
897 | </info> | ||
898 | <glossdef> | ||
899 | <para> | ||
900 | The number of log lines the OpenEmbedded build system | ||
901 | prints upon failure. | ||
902 | </para> | ||
903 | </glossdef> | ||
904 | </glossentry> | ||
905 | |||
878 | <glossentry id='var-BBLAYERS'><glossterm><imagedata fileref="figures/define-generic.png" />BBLAYERS</glossterm> | 906 | <glossentry id='var-BBLAYERS'><glossterm><imagedata fileref="figures/define-generic.png" />BBLAYERS</glossterm> |
879 | <info> | 907 | <info> |
880 | BBLAYERS[doc] = "Lists the layers to enable during the build. This variable is defined in the bblayers.conf configuration file." | 908 | BBLAYERS[doc] = "Lists the layers to enable during the build. This variable is defined in the bblayers.conf configuration file." |
@@ -1157,6 +1185,18 @@ | |||
1157 | </glossdef> | 1185 | </glossdef> |
1158 | </glossentry> | 1186 | </glossentry> |
1159 | 1187 | ||
1188 | <glossentry id='var-BUILD_ARCH'><glossterm><imagedata fileref="figures/define-generic.png" />BUILD_ARCH</glossterm> | ||
1189 | <info> | ||
1190 | BUILD_ARCH[doc] = "The name of the building architecture (e.g. i686)." | ||
1191 | </info> | ||
1192 | <glossdef> | ||
1193 | <para> | ||
1194 | Specifies the architecture of the build system | ||
1195 | (e.g. <filename>i686</filename>). | ||
1196 | </para> | ||
1197 | </glossdef> | ||
1198 | </glossentry> | ||
1199 | |||
1160 | <glossentry id='var-BUILD_CFLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />BUILD_CFLAGS</glossterm> | 1200 | <glossentry id='var-BUILD_CFLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />BUILD_CFLAGS</glossterm> |
1161 | <info> | 1201 | <info> |
1162 | BUILD_CFLAGS[doc] = "Specifies the flags to pass to the C compiler when building for the build host." | 1202 | BUILD_CFLAGS[doc] = "Specifies the flags to pass to the C compiler when building for the build host." |
@@ -1241,6 +1281,18 @@ | |||
1241 | </glossdef> | 1281 | </glossdef> |
1242 | </glossentry> | 1282 | </glossentry> |
1243 | 1283 | ||
1284 | <glossentry id='var-BUILD_OS'><glossterm><imagedata fileref="figures/define-generic.png" />BUILD_OS</glossterm> | ||
1285 | <info> | ||
1286 | BUILD_OS[doc] = "The operating system (in lower case) of the building architecture (e.g. Linux)." | ||
1287 | </info> | ||
1288 | <glossdef> | ||
1289 | <para> | ||
1290 | Specifies the operating system in use on the build | ||
1291 | system (e.g. Linux). | ||
1292 | </para> | ||
1293 | </glossdef> | ||
1294 | </glossentry> | ||
1295 | |||
1244 | <glossentry id='var-BUILDDIR'><glossterm><imagedata fileref="figures/define-generic.png" />BUILDDIR</glossterm> | 1296 | <glossentry id='var-BUILDDIR'><glossterm><imagedata fileref="figures/define-generic.png" />BUILDDIR</glossterm> |
1245 | <info> | 1297 | <info> |
1246 | BUILDDIR[doc] = "Points to the location of the Build Directory." | 1298 | BUILDDIR[doc] = "Points to the location of the Build Directory." |
@@ -1569,6 +1621,17 @@ | |||
1569 | 1621 | ||
1570 | <glossdiv id='var-glossary-c'><title>C</title> | 1622 | <glossdiv id='var-glossary-c'><title>C</title> |
1571 | 1623 | ||
1624 | <glossentry id='var-CACHE'><glossterm><imagedata fileref="figures/define-generic.png" />CACHE</glossterm> | ||
1625 | <info> | ||
1626 | CACHE[doc] = "The directory holding the cache of the metadata." | ||
1627 | </info> | ||
1628 | <glossdef> | ||
1629 | <para> | ||
1630 | The directory that contains the cache for the Metadata. | ||
1631 | </para> | ||
1632 | </glossdef> | ||
1633 | </glossentry> | ||
1634 | |||
1572 | <glossentry id='var-CC'><glossterm><imagedata fileref="figures/define-generic.png" />CC</glossterm> | 1635 | <glossentry id='var-CC'><glossterm><imagedata fileref="figures/define-generic.png" />CC</glossterm> |
1573 | <info> | 1636 | <info> |
1574 | CC[doc] = "Minimum command and arguments to run the C compiler." | 1637 | CC[doc] = "Minimum command and arguments to run the C compiler." |
@@ -1774,6 +1837,20 @@ | |||
1774 | </glossdef> | 1837 | </glossdef> |
1775 | </glossentry> | 1838 | </glossentry> |
1776 | 1839 | ||
1840 | <glossentry id='var-CONF_VERSION'><glossterm><imagedata fileref="figures/define-generic.png" />CONF_VERSION</glossterm> | ||
1841 | <info> | ||
1842 | CONF_VERSION[doc] = "Tracks the version of local.conf. Increased each time build/conf/ changes incompatibly." | ||
1843 | </info> | ||
1844 | <glossdef> | ||
1845 | <para> | ||
1846 | Tracks the version of the local configuration file | ||
1847 | (i.e. <filename>local.conf</filename>). | ||
1848 | The value for <filename>CONF_VERSION</filename> | ||
1849 | increments each time <filename>build/conf/</filename> | ||
1850 | compatibility changes. | ||
1851 | </para> | ||
1852 | </glossdef> | ||
1853 | </glossentry> | ||
1777 | <glossentry id='var-CONFFILES'><glossterm><imagedata fileref="figures/define-generic.png" />CONFFILES</glossterm> | 1854 | <glossentry id='var-CONFFILES'><glossterm><imagedata fileref="figures/define-generic.png" />CONFFILES</glossterm> |
1778 | <info> | 1855 | <info> |
1779 | CONFFILES[doc] = "Identifies editable or configurable files that are part of a package." | 1856 | CONFFILES[doc] = "Identifies editable or configurable files that are part of a package." |
@@ -2022,6 +2099,18 @@ | |||
2022 | </glossdef> | 2099 | </glossdef> |
2023 | </glossentry> | 2100 | </glossentry> |
2024 | 2101 | ||
2102 | <glossentry id='var-CVSDIR'><glossterm><imagedata fileref="figures/define-generic.png" />CVSDIR</glossterm> | ||
2103 | <info> | ||
2104 | CVSDIR[doc] = "The directory where cvs checkouts will be stored in." | ||
2105 | </info> | ||
2106 | <glossdef> | ||
2107 | <para> | ||
2108 | The directory in which files checked out under the | ||
2109 | CVS system are stored. | ||
2110 | </para> | ||
2111 | </glossdef> | ||
2112 | </glossentry> | ||
2113 | |||
2025 | <glossentry id='var-CXX'><glossterm><imagedata fileref="figures/define-generic.png" />CXX</glossterm> | 2114 | <glossentry id='var-CXX'><glossterm><imagedata fileref="figures/define-generic.png" />CXX</glossterm> |
2026 | <info> | 2115 | <info> |
2027 | CXX[doc] = "Minimum command and arguments to run the C++ compiler." | 2116 | CXX[doc] = "Minimum command and arguments to run the C++ compiler." |
@@ -2092,6 +2181,18 @@ | |||
2092 | </glossdef> | 2181 | </glossdef> |
2093 | </glossentry> | 2182 | </glossentry> |
2094 | 2183 | ||
2184 | <glossentry id='var-DATE'><glossterm><imagedata fileref="figures/define-generic.png" />DATE</glossterm> | ||
2185 | <info> | ||
2186 | DATE[doc] = "The date the build was started using YMD format." | ||
2187 | </info> | ||
2188 | <glossdef> | ||
2189 | <para> | ||
2190 | The date the build was started. | ||
2191 | Dates appear using the year, month, and day (YMD) format. | ||
2192 | </para> | ||
2193 | </glossdef> | ||
2194 | </glossentry> | ||
2195 | |||
2095 | <glossentry id='var-DATETIME'><glossterm><imagedata fileref="figures/define-generic.png" />DATETIME</glossterm> | 2196 | <glossentry id='var-DATETIME'><glossterm><imagedata fileref="figures/define-generic.png" />DATETIME</glossterm> |
2096 | <info> | 2197 | <info> |
2097 | DATETIME[doc] = "The date and time the build was started." | 2198 | DATETIME[doc] = "The date and time the build was started." |
@@ -3532,6 +3633,22 @@ | |||
3532 | </glossdef> | 3633 | </glossdef> |
3533 | </glossentry> | 3634 | </glossentry> |
3534 | 3635 | ||
3636 | <glossentry id='var-FONT_EXTRA_RDEPENDS'><glossterm><imagedata fileref="figures/define-generic.png" />FONT_EXTRA_RDEPENDS</glossterm> | ||
3637 | <info> | ||
3638 | FONT_EXTRA_RDEPENDS[doc] = "When a recipe inherits the fontcache class, this variable specifies runtime dependencies for font packages. This variable defaults to 'fontconfig-utils'." | ||
3639 | </info> | ||
3640 | <glossdef> | ||
3641 | <para> | ||
3642 | When inheriting the | ||
3643 | <link linkend='ref-classes-fontcache'><filename>fontcache</filename></link> | ||
3644 | class, this variable specifies the runtime dependencies | ||
3645 | for font packages. | ||
3646 | By default, the <filename>FONT_EXTRA_RDEPENDS</filename> | ||
3647 | is set to "fontconfig-utils". | ||
3648 | </para> | ||
3649 | </glossdef> | ||
3650 | </glossentry> | ||
3651 | |||
3535 | <glossentry id='var-FONT_PACKAGES'><glossterm><imagedata fileref="figures/define-generic.png" />FONT_PACKAGES</glossterm> | 3652 | <glossentry id='var-FONT_PACKAGES'><glossterm><imagedata fileref="figures/define-generic.png" />FONT_PACKAGES</glossterm> |
3536 | <info> | 3653 | <info> |
3537 | FONT_PACKAGES[doc] = "When a recipe inherits the fontcache class, this variable identifies packages containing font files that need to be cached by Fontconfig." | 3654 | FONT_PACKAGES[doc] = "When a recipe inherits the fontcache class, this variable identifies packages containing font files that need to be cached by Fontconfig." |
@@ -3570,6 +3687,18 @@ | |||
3570 | 3687 | ||
3571 | <glossdiv id='var-glossary-g'><title>G</title> | 3688 | <glossdiv id='var-glossary-g'><title>G</title> |
3572 | 3689 | ||
3690 | <glossentry id='var-GITDIR'><glossterm><imagedata fileref="figures/define-generic.png" />GITDIR</glossterm> | ||
3691 | <info> | ||
3692 | GITDIR[doc] = "The directory where Git clones will be stored." | ||
3693 | </info> | ||
3694 | <glossdef> | ||
3695 | <para> | ||
3696 | The directory in which a local copy of a Git repository | ||
3697 | is stored when it is cloned. | ||
3698 | </para> | ||
3699 | </glossdef> | ||
3700 | </glossentry> | ||
3701 | |||
3573 | <glossentry id='var-GLIBC_GENERATE_LOCALES'><glossterm><imagedata fileref="figures/define-generic.png" />GLIBC_GENERATE_LOCALES</glossterm> | 3702 | <glossentry id='var-GLIBC_GENERATE_LOCALES'><glossterm><imagedata fileref="figures/define-generic.png" />GLIBC_GENERATE_LOCALES</glossterm> |
3574 | <info> | 3703 | <info> |
3575 | GLIBC_GENERATE_LOCALES[doc]= "Specifies the list of GLIBC locales to generate should you not wish generate all LIBC locals, which can be time consuming." | 3704 | GLIBC_GENERATE_LOCALES[doc]= "Specifies the list of GLIBC locales to generate should you not wish generate all LIBC locals, which can be time consuming." |
@@ -3821,6 +3950,34 @@ | |||
3821 | </glossdef> | 3950 | </glossdef> |
3822 | </glossentry> | 3951 | </glossentry> |
3823 | 3952 | ||
3953 | <glossentry id='var-HOST_ARCH'><glossterm><imagedata fileref="figures/define-generic.png" />HOST_ARCH</glossterm> | ||
3954 | <info> | ||
3955 | HOST_ARCH[doc] = "The name of the target architecture. Normally same as the TARGET_ARCH." | ||
3956 | |||
3957 | </info> | ||
3958 | <glossdef> | ||
3959 | <para> | ||
3960 | The name of the target architecture, which is normally | ||
3961 | the same as | ||
3962 | <link linkend='var-TARGET_ARCH'><filename>TARGET_ARCH</filename></link>. | ||
3963 | The OpenEmbedded build system supports many | ||
3964 | architectures. | ||
3965 | Here is an example list of architectures supported. | ||
3966 | This list is by no means complete as the architecture | ||
3967 | is configurable: | ||
3968 | <literallayout class='monospaced'> | ||
3969 | arm | ||
3970 | i586 | ||
3971 | x86_64 | ||
3972 | powerpc | ||
3973 | powerpc64 | ||
3974 | mips | ||
3975 | mipsel | ||
3976 | </literallayout> | ||
3977 | </para> | ||
3978 | </glossdef> | ||
3979 | </glossentry> | ||
3980 | |||
3824 | <glossentry id='var-HOST_CC_ARCH'><glossterm><imagedata fileref="figures/define-generic.png" />HOST_CC_ARCH</glossterm> | 3981 | <glossentry id='var-HOST_CC_ARCH'><glossterm><imagedata fileref="figures/define-generic.png" />HOST_CC_ARCH</glossterm> |
3825 | <info> | 3982 | <info> |
3826 | HOST_CC_ARCH[doc] = "The name of the host architecture. Normally same as the TARGET_CC_ARCH." | 3983 | HOST_CC_ARCH[doc] = "The name of the host architecture. Normally same as the TARGET_CC_ARCH." |
@@ -3854,6 +4011,36 @@ | |||
3854 | </glossdef> | 4011 | </glossdef> |
3855 | </glossentry> | 4012 | </glossentry> |
3856 | 4013 | ||
4014 | <glossentry id='var-HOST_OS'><glossterm><imagedata fileref="figures/define-generic.png" />HOST_OS</glossterm> | ||
4015 | <info> | ||
4016 | HOST_OS[doc] = "The name of the target operating system. Normally the same as the TARGET_OS." | ||
4017 | </info> | ||
4018 | <glossdef> | ||
4019 | <para> | ||
4020 | Specifies the name of the target operating system, which | ||
4021 | is normally the same as the | ||
4022 | <link linkend='var-TARGET_OS'><filename>TARGET_OS</filename></link>. | ||
4023 | The variable can be set to "linux" for <filename>glibc</filename>-based systems and | ||
4024 | to "linux-uclibc" for <filename>uclibc</filename>. | ||
4025 | For ARM/EABI targets, there are also "linux-gnueabi" and | ||
4026 | "linux-uclibc-gnueabi" values possible. | ||
4027 | </para> | ||
4028 | </glossdef> | ||
4029 | </glossentry> | ||
4030 | |||
4031 | <glossentry id='var-HOST_PREFIX'><glossterm><imagedata fileref="figures/define-generic.png" />HOST_PREFIX</glossterm> | ||
4032 | <info> | ||
4033 | HOST_PREFIX[doc] = "The prefix for the cross compile toolchain. Normally same as the TARGET_PREFIX." | ||
4034 | </info> | ||
4035 | <glossdef> | ||
4036 | <para> | ||
4037 | Specifies the prefix for the cross-comile toolchain. | ||
4038 | <filename>HOST_PREFIX</filename> is normally the same as | ||
4039 | <link linkend='var-TARGET_PREFIX'><filename>TARGET_PREFIX</filename></link>. | ||
4040 | </para> | ||
4041 | </glossdef> | ||
4042 | </glossentry> | ||
4043 | |||
3857 | <glossentry id='var-HOST_SYS'><glossterm><imagedata fileref="figures/define-generic.png" />HOST_SYS</glossterm> | 4044 | <glossentry id='var-HOST_SYS'><glossterm><imagedata fileref="figures/define-generic.png" />HOST_SYS</glossterm> |
3858 | <info> | 4045 | <info> |
3859 | HOST_SYS[doc] = "Specifies the system, including the architecture and the operating system, for with the build is occurring in the context of the current recipe." | 4046 | HOST_SYS[doc] = "Specifies the system, including the architecture and the operating system, for with the build is occurring in the context of the current recipe." |
@@ -3861,9 +4048,8 @@ | |||
3861 | <glossdef> | 4048 | <glossdef> |
3862 | <para> | 4049 | <para> |
3863 | Specifies the system, including the architecture and the | 4050 | Specifies the system, including the architecture and the |
3864 | operating system, for with the build is occurring | 4051 | operating system, for which the build is occurring |
3865 | in the context of the current | 4052 | in the context of the current recipe. |
3866 | recipe. | ||
3867 | The OpenEmbedded build system automatically sets this | 4053 | The OpenEmbedded build system automatically sets this |
3868 | variable. | 4054 | variable. |
3869 | You do not need to set the variable yourself. | 4055 | You do not need to set the variable yourself. |
@@ -3885,6 +4071,19 @@ | |||
3885 | </glossdef> | 4071 | </glossdef> |
3886 | </glossentry> | 4072 | </glossentry> |
3887 | 4073 | ||
4074 | <glossentry id='var-HOST_VENDOR'><glossterm><imagedata fileref="figures/define-generic.png" />HOST_VENDOR</glossterm> | ||
4075 | <info> | ||
4076 | HOST_VENDOR[doc] = "The name of the vendor. Normally same as the TARGET_VENDOR." | ||
4077 | </info> | ||
4078 | <glossdef> | ||
4079 | <para> | ||
4080 | Specifies the name of the vendor. | ||
4081 | <filename>HOST_VENDOR</filename> is normally the same as | ||
4082 | <link linkend='var-TARGET_PREFIX'><filename>TARGET_VENDOR</filename></link>. | ||
4083 | </para> | ||
4084 | </glossdef> | ||
4085 | </glossentry> | ||
4086 | |||
3888 | </glossdiv> | 4087 | </glossdiv> |
3889 | 4088 | ||
3890 | <glossdiv id='var-glossary-i'><title>I</title> | 4089 | <glossdiv id='var-glossary-i'><title>I</title> |
@@ -7242,6 +7441,21 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7242 | </glossdef> | 7441 | </glossdef> |
7243 | </glossentry> | 7442 | </glossentry> |
7244 | 7443 | ||
7444 | <glossentry id='var-PACKAGE_INSTALL_ATTEMPTONLY'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGE_INSTALL_ATTEMPTONLY</glossterm> | ||
7445 | <info> | ||
7446 | PACKAGE_INSTALL_ATTEMPTONLY[doc] = "List of packages attempted to be installed. If a listed package fails to install, the build system does not generate an error. This variable is generally not user-defined." | ||
7447 | </info> | ||
7448 | <glossdef> | ||
7449 | <para> | ||
7450 | Specifies a list of packages the OpenEmbedded build | ||
7451 | system attempts to install. | ||
7452 | If a listed package fails to install, the build system | ||
7453 | does not generate an error. | ||
7454 | This variable is generally not user-defined. | ||
7455 | </para> | ||
7456 | </glossdef> | ||
7457 | </glossentry> | ||
7458 | |||
7245 | <glossentry id='var-PACKAGE_PREPROCESS_FUNCS'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGE_PREPROCESS_FUNCS</glossterm> | 7459 | <glossentry id='var-PACKAGE_PREPROCESS_FUNCS'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGE_PREPROCESS_FUNCS</glossterm> |
7246 | <info> | 7460 | <info> |
7247 | PACKAGE_PREPROCESS_FUNCS[doc] = "Specifies a list of functions run to pre-process the PKGD directory prior to splitting the files out to individual packages." | 7461 | PACKAGE_PREPROCESS_FUNCS[doc] = "Specifies a list of functions run to pre-process the PKGD directory prior to splitting the files out to individual packages." |
@@ -7997,6 +8211,21 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7997 | </glossdef> | 8211 | </glossdef> |
7998 | </glossentry> | 8212 | </glossentry> |
7999 | 8213 | ||
8214 | <glossentry id='var-PRIORITY'><glossterm><imagedata fileref="figures/define-generic.png" />PRIORITY</glossterm> | ||
8215 | <info> | ||
8216 | PRIORITY[doc] = "Indicates the importance of a package. The default value is 'optional'. Other standard values are 'required', 'standard' and 'extra'." | ||
8217 | </info> | ||
8218 | <glossdef> | ||
8219 | |||
8220 | <para> | ||
8221 | Indicates the importance of a package. | ||
8222 | You can set <filename>PRIORITY</filename> to "required", | ||
8223 | "standard", "extra", and "optional", which is the default. | ||
8224 | </para> | ||
8225 | --> | ||
8226 | </glossdef> | ||
8227 | </glossentry> | ||
8228 | |||
8000 | <glossentry id='var-PRIVATE_LIBS'><glossterm><imagedata fileref="figures/define-generic.png" />PRIVATE_LIBS</glossterm> | 8229 | <glossentry id='var-PRIVATE_LIBS'><glossterm><imagedata fileref="figures/define-generic.png" />PRIVATE_LIBS</glossterm> |
8001 | <info> | 8230 | <info> |
8002 | PRIVATE_LIBS[doc] = "Specifies libraries installed within a recipe that should be ignored by the OpenEmbedded build system's shared library resolver." | 8231 | PRIVATE_LIBS[doc] = "Specifies libraries installed within a recipe that should be ignored by the OpenEmbedded build system's shared library resolver." |
@@ -9266,6 +9495,19 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9266 | </glossdef> | 9495 | </glossdef> |
9267 | </glossentry> | 9496 | </glossentry> |
9268 | 9497 | ||
9498 | <glossentry id='var-SOURCE_MIRROR_FETCH'><glossterm><imagedata fileref="figures/define-generic.png" />SOURCE_MIRROR_FETCH</glossterm> | ||
9499 | <info> | ||
9500 | SOURCE_MIRROR_FETCH[doc] = "Switch marking build as source fetcher. Used to skip COMPATIBLE_* checking." | ||
9501 | </info> | ||
9502 | <glossdef> | ||
9503 | <para> | ||
9504 | Switch marking build as source fetcher. | ||
9505 | This variable is used to skip | ||
9506 | <filename>COMPATIBLE_*</filename> checking. | ||
9507 | </para> | ||
9508 | </glossdef> | ||
9509 | </glossentry> | ||
9510 | |||
9269 | <glossentry id='var-SOURCE_MIRROR_URL'><glossterm><imagedata fileref="figures/define-generic.png" />SOURCE_MIRROR_URL</glossterm> | 9511 | <glossentry id='var-SOURCE_MIRROR_URL'><glossterm><imagedata fileref="figures/define-generic.png" />SOURCE_MIRROR_URL</glossterm> |
9270 | <info> | 9512 | <info> |
9271 | SOURCE_MIRROR_URL[doc] = "URL to source mirror that will be used before fetching from original SRC_URI." | 9513 | SOURCE_MIRROR_URL[doc] = "URL to source mirror that will be used before fetching from original SRC_URI." |
@@ -9999,6 +10241,19 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9999 | </glossdef> | 10241 | </glossdef> |
10000 | </glossentry> | 10242 | </glossentry> |
10001 | 10243 | ||
10244 | <glossentry id='var-SVNDIR'><glossterm><imagedata fileref="figures/define-generic.png" />SVNDIR</glossterm> | ||
10245 | <info> | ||
10246 | SVNDIR[doc] = "The directory where Subversion checkouts will be stored." | ||
10247 | |||
10248 | </info> | ||
10249 | <glossdef> | ||
10250 | <para> | ||
10251 | The directory in which files checked out of a Subversion | ||
10252 | system are stored. | ||
10253 | </para> | ||
10254 | </glossdef> | ||
10255 | </glossentry> | ||
10256 | |||
10002 | <glossentry id='var-SYSLINUX_DEFAULT_CONSOLE'><glossterm><imagedata fileref="figures/define-generic.png" />SYSLINUX_DEFAULT_CONSOLE</glossterm> | 10257 | <glossentry id='var-SYSLINUX_DEFAULT_CONSOLE'><glossterm><imagedata fileref="figures/define-generic.png" />SYSLINUX_DEFAULT_CONSOLE</glossterm> |
10003 | <info> | 10258 | <info> |
10004 | SYSLINUX_DEFAULT_CONSOLE[doc] = "Specifies the kernel boot default console." | 10259 | SYSLINUX_DEFAULT_CONSOLE[doc] = "Specifies the kernel boot default console." |
@@ -10494,6 +10749,32 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10494 | </glossdef> | 10749 | </glossdef> |
10495 | </glossentry> | 10750 | </glossentry> |
10496 | 10751 | ||
10752 | <glossentry id='var-TARGET_SYS'><glossterm><imagedata fileref="figures/define-generic.png" />TARGET_SYS</glossterm> | ||
10753 | <info> | ||
10754 | TARGET_SYS[doc] = "The target system is comprised of TARGET_ARCH,TARGET_VENDOR and TARGET_OS." | ||
10755 | </info> | ||
10756 | <glossdef> | ||
10757 | <para> | ||
10758 | The target system, which is comprised of | ||
10759 | <link linkend='var-TARGET_ARCH'><filename>TARGET_ARCH</filename></link>, | ||
10760 | <link linkend='var-TARGET_VENDOR'><filename>TARGET_VENDOR</filename></link>, | ||
10761 | and | ||
10762 | <link linkend='var-TARGET_OS'><filename>TARGET_OS</filename></link>. | ||
10763 | </para> | ||
10764 | </glossdef> | ||
10765 | </glossentry> | ||
10766 | |||
10767 | <glossentry id='var-TARGET_VENDOR'><glossterm><imagedata fileref="figures/define-generic.png" />TARGET_VENDOR</glossterm> | ||
10768 | <info> | ||
10769 | TARGET_VENDOR[doc] = "The name of the target vendor." | ||
10770 | </info> | ||
10771 | <glossdef> | ||
10772 | <para> | ||
10773 | Specifies the name of the target vendor. | ||
10774 | </para> | ||
10775 | </glossdef> | ||
10776 | </glossentry> | ||
10777 | |||
10497 | <glossentry id='var-TCLIBCAPPEND'><glossterm><imagedata fileref="figures/define-generic.png" />TCLIBCAPPEND</glossterm> | 10778 | <glossentry id='var-TCLIBCAPPEND'><glossterm><imagedata fileref="figures/define-generic.png" />TCLIBCAPPEND</glossterm> |
10498 | <info> | 10779 | <info> |
10499 | TCLIBCAPPEND[doc] = "Specifies a suffix appended to TMPDIR that identifies the libc variant for the build." | 10780 | TCLIBCAPPEND[doc] = "Specifies a suffix appended to TMPDIR that identifies the libc variant for the build." |
@@ -10982,6 +11263,18 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10982 | </glossdef> | 11263 | </glossdef> |
10983 | </glossentry> | 11264 | </glossentry> |
10984 | 11265 | ||
11266 | <glossentry id='var-TIME'><glossterm><imagedata fileref="figures/define-generic.png" />TIME</glossterm> | ||
11267 | <info> | ||
11268 | TIME[doc] = "The time the build was started using HMS format." | ||
11269 | </info> | ||
11270 | <glossdef> | ||
11271 | <para> | ||
11272 | The time the build was started. | ||
11273 | Times appear using the hour, minute, and second (HMS) format. | ||
11274 | </para> | ||
11275 | </glossdef> | ||
11276 | </glossentry> | ||
11277 | |||
10985 | <glossentry id='var-TMPDIR'><glossterm><imagedata fileref="figures/define-generic.png" />TMPDIR</glossterm> | 11278 | <glossentry id='var-TMPDIR'><glossterm><imagedata fileref="figures/define-generic.png" />TMPDIR</glossterm> |
10986 | <info> | 11279 | <info> |
10987 | TMPDIR[doc] = "The temporary directory the OpenEmbedded build system uses when it does its work building images. By default, the TMPDIR variable is named tmp within the Build Directory." | 11280 | TMPDIR[doc] = "The temporary directory the OpenEmbedded build system uses when it does its work building images. By default, the TMPDIR variable is named tmp within the Build Directory." |
@@ -11640,7 +11933,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11640 | 11933 | ||
11641 | <glossentry id='var-USE_DEVFS'><glossterm><imagedata fileref="figures/define-generic.png" />USE_DEVFS</glossterm> | 11934 | <glossentry id='var-USE_DEVFS'><glossterm><imagedata fileref="figures/define-generic.png" />USE_DEVFS</glossterm> |
11642 | <info> | 11935 | <info> |
11643 | USE_DEVFS[doc] = "Determines if devtmpfs is used for/dev population." | 11936 | USE_DEVFS[doc] = "Determines if devtmpfs is used for /dev population." |
11644 | </info> | 11937 | </info> |
11645 | <glossdef> | 11938 | <glossdef> |
11646 | <para> | 11939 | <para> |