From d08320567cb35070380e93f48c262c5c94ae7e54 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 31 Mar 2015 12:20:13 -0700 Subject: ref-manual: Backed out the bits for the context PNG images. We did not have time to do this for 1.8. So, I restored the look of the glossary pre-images. I did leave commented code in both the glossary chapter and the style sheet for later. (From yocto-docs rev: 9f1472b7d4cd86545e7927b0f693aafc88ae2791) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-style.css | 39 + documentation/ref-manual/ref-variables.xml | 1450 +++++++++++++++++++--------- 2 files changed, 1006 insertions(+), 483 deletions(-) diff --git a/documentation/ref-manual/ref-style.css b/documentation/ref-manual/ref-style.css index a54083fc8a..ef0654f01c 100644 --- a/documentation/ref-manual/ref-style.css +++ b/documentation/ref-manual/ref-style.css @@ -193,6 +193,8 @@ h3.author { padding: 0em 0em 0em 0em; } +/* Use this set when you decide to get the images in for variables. + div.glossary dl, div.variablelist dl { } @@ -225,6 +227,43 @@ div.variablelist dl { .glossdeffirst { text-indent: -70px; } +*/ + +/* Start of non-image set */ + +div.glossary dl, +div.variablelist dl { +} + +.glossary dl dt, +.variablelist dl dt, +.variablelist dl dt span.term { + font-weight: normal; + width: 20em; + text-align: right; +} + +.variablelist dl dt { + margin-top: 0.5em; +} + +.glossary dl dd, +.variablelist dl dd { + margin-top: 0em; + margin-left: 25.5em; +} + +.glossary dd p, +.variablelist dd p { + margin-top: -1.3em; + margin-bottom: 1em; +} + +.glossdeffirst { + text-indent: 0px; +} + +/* End of non-image set */ div.calloutlist table td { padding: 0em 0em 0em 0em; diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 2d2337cfc1..c43332327a 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -51,7 +51,8 @@ ABIEXTENSION[doc] = "Extension to the Application Binary Interface (ABI) field of the GNU canonical architecture name (e.g. "eabi")." - + + Extension to the Application Binary Interface (ABI) field of the GNU canonical architecture name (e.g. "eabi"). @@ -74,7 +75,8 @@ ALLOW_EMPTY[doc] = "Specifies if an output package should still be produced if it is empty." - + + Specifies if an output package should still be produced if it is empty. By default, BitBake does not produce empty packages. This default behavior can cause issues when there is an @@ -99,7 +101,8 @@ ALTERNATIVE[doc] = "Lists commands in a package that need an alternative binary naming scheme." - + + Lists commands in a package that need an alternative binary naming scheme. Sometimes the same command is provided in multiple packages. @@ -129,7 +132,8 @@ ALTERNATIVE_LINK_NAME[doc] = "Used by the alternatives system to map duplicated commands to actual locations." - + + Used by the alternatives system to map duplicated commands to actual locations. For example, if the bracket command @@ -168,7 +172,8 @@ ALTERNATIVE_PRIORITY[doc] = "Used by the alternatives system to create default priorities for duplicated commands." - + + Used by the alternatives system to create default priorities for duplicated commands. You can use the variable to create a single default @@ -196,7 +201,8 @@ ALTERNATIVE_TARGET[doc] = "Used by the alternatives system to create default link locations for duplicated commands." - + + Used by the alternatives system to create default link locations for duplicated commands. You can use the variable to create a single default @@ -250,7 +256,8 @@ APPEND[doc] = "An override list of append strings for each LABEL." - + + An override list of append strings for each LABEL. @@ -268,7 +275,8 @@ AR[doc] = "Minimal command and arguments to run 'ar'." - + + The minimal command and arguments used to run ar. @@ -280,7 +288,8 @@ AS[doc] = "Minimal command and arguments to run the assembler." - + + The minimal command and arguments used to run the assembler. @@ -292,7 +301,8 @@ ASSUME_PROVIDED[doc] = "Lists recipe names (PN values) BitBake does not attempt to build." - + + Lists recipe names (PN values) BitBake does not attempt to build. @@ -315,7 +325,8 @@ ASSUME_SHLIBS[doc] = Provides additional shlibs provider mapping information, which adds to or overwrites the information provided automatically by the system." - + + Provides additional shlibs provider mapping information, which adds to or overwrites the information provided automatically by the system. @@ -349,7 +360,8 @@ AUTHOR[doc] = "Email address used to contact the original author or authors in order to send patches and forward bugs." - + + The email address used to contact the original author or authors in order to send patches and forward bugs. @@ -361,7 +373,8 @@ AUTO_LIBNAME_PKGS[doc] = "Specifies which packages should be checked for libraries and renamed according to Debian library package naming." - + + When the debian class is inherited, which is the default behavior, @@ -383,7 +396,8 @@ AUTO_SYSLINUXMENU[doc] = "Enables creating an automatic menu for the syslinux bootloader." - + + Enables creating an automatic menu for the syslinux bootloader. You must set this variable in your recipe. @@ -399,7 +413,8 @@ AUTOREV[doc] = "When SRCREV is set to the value of this variable, it specifies to use the latest source revision in the repository." - + + When SRCREV is set to the value of this variable, it specifies to use @@ -434,7 +449,8 @@ AVAILTUNES[doc] = "The list of defined CPU and Application Binary Interface (ABI) tunings (i.e. "tunes") available for use by the OpenEmbedded build system." - + + The list of defined CPU and Application Binary Interface (ABI) tunings (i.e. "tunes") available for use by the OpenEmbedded build system. @@ -468,7 +484,8 @@ B[doc] = "The Build Directory. The OpenEmbedded build system places generated objects into the Build Directory during a recipe's build process." - + + The directory within the Build Directory in which the OpenEmbedded build system places generated @@ -497,7 +514,8 @@ BAD_RECOMMENDATIONS[doc] = "A list of packages not to install despite being recommended by a recipe. Support for this variable exists only when using the IPK packaging backend." - + + Lists "recommended-only" packages to not install. Recommended-only packages are packages installed only through the @@ -551,7 +569,8 @@ BASE_LIB[doc] = "The library directory name for the CPU or Application Binary Interface (ABI) tune." - + + The library directory name for the CPU or Application Binary Interface (ABI) tune. The BASE_LIB applies only in the @@ -576,7 +595,8 @@ BASE_WORKDIR[doc] = "Points to the base of the work directory for all recipes." - + + Points to the base of the work directory for all recipes. The default value is "${TMPDIR}/work". @@ -588,7 +608,8 @@ BB_DANGLINGAPPENDS_WARNONLY[doc] = "Defines how BitBake handles situations where an append file (.bbappend) has no corresponding recipe file (.bb)." - + + Defines how BitBake handles situations where an append file (.bbappend) has no corresponding recipe file (.bb). @@ -625,7 +646,8 @@ BB_DISKMON_DIRS[doc] = "Monitors disk space and available inodes during the build and allows you to control the build based on these parameters." - + + Monitors disk space and available inodes during the build and allows you to control the build based on these parameters. @@ -723,7 +745,8 @@ BB_DISKMON_WARNINTERVAL[doc] = "Defines the disk space and free inode warning intervals. To set these intervals, define the variable in the conf/local.conf file in the Build Directory." - + + Defines the disk space and free inode warning intervals. To set these intervals, define the variable in your conf/local.conf file in the @@ -794,7 +817,8 @@ BB_GENERATE_MIRROR_TARBALLS[doc] = "Causes tarballs of the Git repositories to be placed in the DL_DIR directory." - + + Causes tarballs of the Git repositories, including the Git metadata, to be placed in the DL_DIR @@ -820,7 +844,8 @@ BB_NUMBER_THREADS[doc] = "The maximum number of tasks BitBake should run in parallel at any one time. This variable is automatically configured to be equal to the number of build system cores." - + + The maximum number of tasks BitBake should run in parallel at any one time. The OpenEmbedded build system automatically configures @@ -837,7 +862,8 @@ BBCLASSEXTEND[doc] = "Allows you to extend a recipe so that it builds variants of the software. Common variants for recipes are 'native', 'cross', 'nativesdk' and multilibs." - + + Allows you to extend a recipe so that it builds variants of the software. Common variants for recipes exist such as "natives" like quilt-native, which is a copy of Quilt built to run on the build system; @@ -864,7 +890,8 @@ BBFILE_COLLECTIONS[doc] = "Lists the names of configured layers. These names are used to find the other BBFILE_* variables." - + + Lists the names of configured layers. These names are used to find the other BBFILE_* variables. @@ -879,7 +906,8 @@ BBFILE_PATTERN[doc] = "Variable that expands to match files from BBFILES in a particular layer. This variable is used in the layer.conf file and must be suffixed with the name of a layer." - + + Variable that expands to match files from BBFILES in a particular layer. @@ -895,7 +923,8 @@ BBFILE_PRIORITY[doc] = "Assigns the priority for recipe files in each layer. Setting this variable allows you to prioritize a layer against other layers that contain the same recipe." - + + Assigns the priority for recipe files in each layer. @@ -937,7 +966,8 @@ BBFILES[doc] = "List of recipe files used by BitBake to build software." - + + List of recipe files used by BitBake to build software. @@ -948,7 +978,8 @@ BBINCLUDELOGS[doc] = "Variable that controls how BitBake displays logs on build failure." - + + Variable that controls how BitBake displays logs on build failure. @@ -959,7 +990,8 @@ BBINCLUDELOGS_LINES[doc] = "Amount of log lines printed on failure." - + + If BBINCLUDELOGS is set, specifies the maximum number of lines from the @@ -975,7 +1007,8 @@ BBLAYERS[doc] = "Lists the layers to enable during the build. This variable is defined in the bblayers.conf configuration file." - + + Lists the layers to enable during the build. This variable is defined in the bblayers.conf configuration file in the Build Directory. @@ -1015,7 +1048,8 @@ BBLAYERS_NON_REMOVABLE[doc] = "Lists core layers that cannot be removed from the bblayers.conf file." - + + Lists core layers that cannot be removed from the bblayers.conf file during a build using the @@ -1051,11 +1085,12 @@ BBMASK - BBMASK[doc] = "Prevents BitBake from processing specific recipes or recipe append files. Use the BBMASK variable from within conf/local.conf." - + + + Prevents BitBake from processing recipes and recipe append files. Use the BBMASK variable from within the @@ -1118,7 +1153,8 @@ BBPATH[doc] = "Used by BitBake to locate .bbclass and configuration files. This variable is analogous to the PATH variable." - + + Used by BitBake to locate .bbclass and configuration files. This variable is analogous to the @@ -1146,7 +1182,8 @@ BBSERVER[doc] = "Points to the server that runs memory-resident BitBake." - + + Points to the server that runs memory-resident BitBake. This variable is set by the oe-init-build-env-memres @@ -1174,7 +1211,8 @@ BINCONFIG[doc] = "When inheriting the binconfig-disabled class, this variable specifies binary configuration scripts to disable in favor of using pkg-config to query the information." - + + When inheriting the binconfig-disabled class, this variable specifies binary configuration @@ -1201,7 +1239,8 @@ BINCONFIG_GLOB[doc] = "When inheriting binconfig.bbclass from a recipe, this variable specifies a wildcard for configuration scripts that need editing." - + + When inheriting the binconfig class, this variable specifies a wildcard for @@ -1228,7 +1267,8 @@ BP[doc] = "The base recipe name and version but without any special recipe name suffix (i.e. -native, lib64-, and so forth). BP is comprised of ${BPN}-${PV}" - + + The base recipe name and version but without any special recipe name suffix (i.e. -native, lib64-, and so forth). @@ -1245,7 +1285,8 @@ BPN[doc] = "The bare name of the recipe. This variable is a version of the PN variable but removes common suffixes and prefixes." - + + The bare name of the recipe. This variable is a version of the PN variable but removes common suffixes such as "-native" and "-cross" as well @@ -1265,7 +1306,8 @@ BUGTRACKER[doc] = "Specifies a URL for an upstream bug tracking website for a recipe." - + + Specifies a URL for an upstream bug tracking website for a recipe. The OpenEmbedded build system does not use this variable. @@ -1280,7 +1322,8 @@ BUILD_ARCH[doc] = "The name of the building architecture (e.g. i686)." - + + Specifies the architecture of the build host (e.g. i686). The OpenEmbedded build system sets the value of @@ -1295,7 +1338,8 @@ BUILD_CFLAGS[doc] = "Specifies the flags to pass to the C compiler when building for the build host." - + + Specifies the flags to pass to the C compiler when building for the build host. When building in the -native context, @@ -1310,7 +1354,8 @@ BUILD_CPPFLAGS[doc] = "Specifies the flags to pass to the C pre-processor (i.e. to both the C and the C++ compilers) when building for the build host." - + + Specifies the flags to pass to the C pre-processor (i.e. to both the C and the C++ compilers) when building for the build host. @@ -1326,7 +1371,8 @@ BUILD_CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler when building for the build host." - + + Specifies the flags to pass to the C++ compiler when building for the build host. When building in the native context, @@ -1341,7 +1387,8 @@ BUILD_LDFLAGS[doc] = "Specifies the flags to pass to the linker when building for the build host." - + + Specifies the flags to pass to the linker when building for the build host. When building in the -native context, @@ -1356,7 +1403,8 @@ BUILD_OPTIMIZATION[doc] = "Specifies the optimization flags passed to the C compiler when building for the build host or the SDK." - + + Specifies the optimization flags passed to the C compiler when building for the build host or the SDK. The flags are passed through the @@ -1379,7 +1427,8 @@ BUILD_OS[doc] = "The operating system (in lower case) of the building architecture (e.g. Linux)." - + + Specifies the operating system in use on the build host (e.g. "linux"). The OpenEmbedded build system sets the value of @@ -1395,7 +1444,8 @@ BUILD_PREFIX[doc] = "The toolchain binary prefix used for native recipes." - + + The toolchain binary prefix used for native recipes. The OpenEmbedded build system uses the BUILD_PREFIX value to set the @@ -1410,7 +1460,8 @@ BUILD_SYS[doc] = "The toolchain binary prefix used for native recipes." - + + Specifies the system, including the architecture and the operating system, to use when building for the build host (i.e. when building native @@ -1435,7 +1486,8 @@ BUILD_VENDOR[doc] = "The vendor name to use when building for the build host." - + + Specifies the vendor name to use when building for the build host. The default value is an empty string (""). @@ -1448,7 +1500,8 @@ BUILDDIR[doc] = "Points to the location of the Build Directory." - + + Points to the location of the Build Directory. You can define this directory indirectly through the @@ -1469,7 +1522,8 @@ BUILDHISTORY_COMMIT[doc] = "When inheriting the buildhistory class, this variable specifies whether or not to commit the build history output in a local Git repository." - + + When inheriting the buildhistory class, this variable specifies whether or not to commit the @@ -1500,7 +1554,8 @@ BUILDHISTORY_COMMIT_AUTHOR[doc] = "When inheriting the buildhistory class, this variable specifies the author to use for each Git commit." - + + When inheriting the buildhistory class, this variable specifies the author to use for each @@ -1534,7 +1589,8 @@ BUILDHISTORY_DIR[doc] = "When inheriting the buildhistory class, this variable specifies the directory in which build history information is kept." - + + When inheriting the buildhistory class, this variable specifies the directory in which @@ -1558,7 +1614,8 @@ BUILDHISTORY_FEATURES[doc] = "When inheriting the buildhistory class, this variable specifies the build history features to be enabled." - + + When inheriting the buildhistory class, this variable specifies the build history features @@ -1602,7 +1659,8 @@ BUILDHISTORY_IMAGE_FILES[doc] = "When inheriting the buildhistory class, this variable specifies a list of paths to files copied from the image contents into the build history directory under an "image-files" directory in the directory for the image, so that you can track the contents of each file." - + + When inheriting the buildhistory class, this variable specifies a list of paths to files @@ -1634,7 +1692,8 @@ BUILDHISTORY_PUSH_REPO[doc] = "When inheriting the buildhistory class, this variable optionally specifies a remote repository to which build history pushes Git changes." - + + When inheriting the buildhistory class, this variable optionally specifies a remote @@ -1668,7 +1727,8 @@ BUILDSDK_CFLAGS[doc] = "Specifies the flags to pass to the C compiler when building for the SDK." - + + Specifies the flags to pass to the C compiler when building for the SDK. When building in the nativesdk @@ -1684,7 +1744,8 @@ BUILDSDK_CPPFLAGS[doc] = "Specifies the flags to pass to the C pre-processor (i.e. to both the C and the C++ compilers) when building for the SDK." - + + Specifies the flags to pass to the C pre-processor (i.e. to both the C and the C++ compilers) when building for the SDK. @@ -1701,7 +1762,8 @@ BUILDSDK_CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler when building for the SDK." - + + Specifies the flags to pass to the C++ compiler when building for the SDK. When building in the nativesdk @@ -1717,7 +1779,8 @@ BUILDSDK_LDFLAGS[doc] = "Specifies the flags to pass to the linker when building for the SDK." - + + Specifies the flags to pass to the linker when building for the SDK. When building in the nativesdk- @@ -1733,7 +1796,8 @@ BUILDSTATS_BASE[doc] = "Points to the location of the directory that holds build statistics when you use and enable the buildstats class." - + + Points to the location of the directory that holds build statistics when you use and enable the buildstats @@ -1750,7 +1814,8 @@ BUSYBOX_SPLIT_SUID[doc] = "For the BusyBox recipe, specifies whether to split the output executable file into two parts: one for features that require setuid root, and one for the remaining features." - + + For the BusyBox recipe, specifies whether to split the output executable file into two parts: one for features that require setuid root, and one for @@ -1776,7 +1841,8 @@ CACHE[doc] = "The directory BitBake uses to store a cache of the metadata." - + + Specifies the directory BitBake uses to store a cache of the Metadata @@ -1791,7 +1857,8 @@ CC[doc] = "Minimum command and arguments to run the C compiler." - + + The minimal command and arguments used to run the C compiler. @@ -1803,7 +1870,8 @@ CFLAGS[doc] = "Flags passed to the C compiler for the target system. This variable evaluates to the same as TARGET_CFLAGS." - + + Specifies the flags to pass to the C compiler. This variable is exported to an environment variable and thus made visible to the software being @@ -1838,7 +1906,8 @@ CLASSOVERRIDE[doc] = "An internal variable specifying the special class override that should currently apply (e.g. "class-target", "class-native", and so forth)." - + + An internal variable specifying the special class override that should currently apply (e.g. "class-target", "class-native", and so forth). @@ -1867,7 +1936,8 @@ CLEANBROKEN[doc] = "Prevents the build system from running 'make clean' during the do_configure task." - + + If set to "1" within a recipe, CLEANBROKEN specifies that the make clean command does @@ -1885,7 +1955,8 @@ COMBINED_FEATURES[doc] = "A set of features common between MACHINE_FEATURES and DISTRO_FEATURES." - + + Provides a list of hardware features that are enabled in both MACHINE_FEATURES @@ -1914,7 +1985,8 @@ COMMON_LICENSE_DIR[doc] = "Points to meta/files/common-licenses in the Source Directory, which is where generic license files reside." - + + Points to meta/files/common-licenses in the Source Directory, @@ -1928,7 +2000,8 @@ COMPATIBLE_HOST[doc] = "A regular expression that resolves to one or more hosts (when the recipe is native) or one or more targets (when the recipe is non-native) with which a recipe is compatible." - + + A regular expression that resolves to one or more hosts (when the recipe is native) or one or more targets (when the recipe is non-native) with which a recipe is compatible. @@ -1950,7 +2023,8 @@ COMPATIBLE_MACHINE[doc] = "A regular expression that resolves to one or more target machines with which a recipe is compatible." - + + A regular expression that resolves to one or more target machines with which a recipe is compatible. The regular expression is matched against @@ -1970,7 +2044,8 @@ COMPLEMENTARY_GLOB[doc] = "Defines wildcards to match when installing a list of complementary packages for all the packages installed in an image." - + + Defines wildcards to match when installing a list of complementary packages for all the packages explicitly (or implicitly) installed in an image. @@ -2000,7 +2075,8 @@ CONF_VERSION[doc] = "Tracks the version of local.conf. Increased each time build/conf/ changes incompatibly." - + + Tracks the version of the local configuration file (i.e. local.conf). The value for CONF_VERSION @@ -2015,7 +2091,8 @@ CONFFILES[doc] = "Identifies editable or configurable files that are part of a package." - + + Identifies editable or configurable files that are part of a package. If the Package Management System (PMS) is being used to update packages on the target system, it is possible that @@ -2068,7 +2145,8 @@ CONFIG_INITRAMFS_SOURCE[doc] = "Identifies the initial RAM disk (initramfs) source files. The OpenEmbedded build system receives and uses this kernel Kconfig variable as an environment variable." - + + Identifies the initial RAM disk (initramfs) source files. The OpenEmbedded build system receives and uses this kernel Kconfig variable as an environment variable. @@ -2103,7 +2181,8 @@ CONFIG_SITE[doc] = "A list of files that contains autoconf test results relevant to the current build. This variable is used by the Autotools utilities when running configure." - + + A list of files that contains autoconf test results relevant to the current build. This variable is used by the Autotools utilities when running @@ -2117,7 +2196,8 @@ CONFIGURE_FLAGS[doc] = "The minimal arguments for GNU configure." - + + The minimal arguments for GNU configure. @@ -2128,7 +2208,8 @@ CONFLICT_DISTRO_FEATURES[doc] = "When a recipe inherits the distro_features_check class, this variable identifies distribution features that would be in conflict should the recipe be built." - + + When inheriting the distro_features_check class, this @@ -2150,7 +2231,8 @@ COPY_LIC_DIRS[doc] = "If set to "1" along with the COPY_LIC_MANIFEST variable, the OpenEmbedded build system copies into the image the license files, which are located in /usr/share/common-licenses, for each package." - + + If set to "1" along with the COPY_LIC_MANIFEST variable, the OpenEmbedded build system copies @@ -2168,7 +2250,8 @@ COPY_LIC_MANIFEST[doc] = "If set to "1", the OpenEmbedded build system copies the license manifest for the image to /usr/share/common-licenses/license.manifest within the image itself." - + + If set to "1", the OpenEmbedded build system copies the license manifest for the image to /usr/share/common-licenses/license.manifest @@ -2182,7 +2265,8 @@ CORE_IMAGE_EXTRA_INSTALL[doc] = "Specifies the list of packages to be added to the image. You should only set this variable in the conf/local.conf file in the Build Directory." - + + Specifies the list of packages to be added to the image. You should only set this variable in the local.conf configuration file found @@ -2201,7 +2285,8 @@ COREBASE[doc] = "Specifies the parent directory of the OpenEmbedded Core Metadata layer (i.e. meta)." - + + Specifies the parent directory of the OpenEmbedded Core Metadata layer (i.e. meta). @@ -2226,7 +2311,8 @@ CPP[doc] = "Minimum command and arguments to run the C preprocessor." - + + The minimal command and arguments used to run the C preprocessor. @@ -2238,7 +2324,8 @@ CPPFLAGS[doc] = "Specifies the flags to pass to the C pre-processor (i.e. to both the C and the C++ compilers)." - + + Specifies the flags to pass to the C pre-processor (i.e. to both the C and the C++ compilers). This variable is exported to an environment @@ -2274,7 +2361,8 @@ CROSS_COMPILE[doc] = "The toolchain binary prefix for the target tools." - + + The toolchain binary prefix for the target tools. The CROSS_COMPILE variable is the same as the @@ -2295,7 +2383,8 @@ CVSDIR[doc] = "The directory where cvs checkouts will be stored in." - + + The directory in which files checked out under the CVS system are stored. @@ -2307,7 +2396,8 @@ CXX[doc] = "Minimum command and arguments to run the C++ compiler." - + + The minimal command and arguments used to run the C++ compiler. @@ -2319,7 +2409,8 @@ CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler." - + + Specifies the flags to pass to the C++ compiler. This variable is exported to an environment variable and thus made visible to the software being @@ -2358,7 +2449,8 @@ D[doc] = "The destination directory." - + + The destination directory. The location in the Build Directory where components are installed by the @@ -2377,7 +2469,8 @@ DATE[doc] = "The date the build was started using YMD format." - + + The date the build was started. Dates appear using the year, month, and day (YMD) format (e.g. "20150209" for February 9th, 2015). @@ -2390,7 +2483,8 @@ DATETIME[doc] = "The date and time the build was started." - + + The date and time on which the current build started. The format is suitable for timestamps. @@ -2402,7 +2496,8 @@ DEBIAN_NOAUTONAME[doc] = "Prevents a particular package from being renamed according to Debian package naming." - + + When the debian class is inherited, which is the default behavior, @@ -2425,7 +2520,8 @@ DEBIANNAME[doc] = "Allows you to override the library name for an individual package for Debian library package renaming." - + + When the debian class is inherited, which is the default behavior, @@ -2448,7 +2544,8 @@ DEBUG_BUILD[doc] = "Specifies to build packages with debugging information. This influences the value of the SELECTED_OPTIMIZATION variable." - + + Specifies to build packages with debugging information. This influences the value of the SELECTED_OPTIMIZATION @@ -2462,7 +2559,8 @@ DEBUG_OPTIMIZATION[doc] = "The options to pass in TARGET_CFLAGS and CFLAGS when compiling a system for debugging. This variable defaults to '-O -fno-omit-frame-pointer -g'." - + + The options to pass in TARGET_CFLAGS and CFLAGS when compiling @@ -2477,7 +2575,8 @@ DEFAULT_PREFERENCE[doc] = "Specifies a weak bias for recipe selection priority." - + + Specifies a weak bias for recipe selection priority. @@ -2506,7 +2605,8 @@ DEFAULTTUNE[doc] = "The default CPU and Application Binary Interface (ABI) tunings (i.e. the "tune") used by the OpenEmbedded build system." - + + The default CPU and Application Binary Interface (ABI) tunings (i.e. the "tune") used by the OpenEmbedded build system. @@ -2530,7 +2630,8 @@ DEPENDS[doc] = "Lists a recipe's build-time dependencies (i.e. other recipe files)." - + + Lists a recipe's build-time dependencies (i.e. other recipe files). The system ensures that all the dependencies listed @@ -2568,7 +2669,8 @@ DEPLOY_DIR[doc] = "Points to the general area that the OpenEmbedded build system uses to place images, packages, SDKs and other output files that are ready to be used outside of the build system." - + + Points to the general area that the OpenEmbedded build system uses to place images, packages, SDKs and other output files that are ready to be used outside of the build system. @@ -2596,7 +2698,8 @@ DEPLOY_DIR_IMAGE[doc] = "Points to the area that the OpenEmbedded build system uses to place images and other associated output files that are ready to be deployed onto the target machine." - + + Points to the area that the OpenEmbedded build system uses to place images and other associated output files that are ready to be deployed onto the target machine. @@ -2626,7 +2729,8 @@ DEPLOYDIR[doc] = "For recipes that inherit the deploy class, the DEPLOYDIR points to a temporary work area for deployed files." - + + When inheriting the deploy class, the DEPLOYDIR points to a @@ -2653,7 +2757,8 @@ DESCRIPTION[doc] = "The package description used by package managers. If not set, DESCRIPTION takes the value of the SUMMARY variable." - + + The package description used by package managers. If not set, DESCRIPTION takes the value of the @@ -2668,7 +2773,8 @@ DISK_SIGNATURE[doc] = "A 32-bit MBR disk signature used by directdisk images." - + + A 32-bit MBR disk signature used by directdisk images. @@ -2721,7 +2827,8 @@ DISTRO[doc] = "The short name of the distribution. If the variable is blank, meta/conf/distro/defaultsetup.conf will be used." - + + The short name of the distribution. This variable corresponds to a distribution configuration file whose root name is the same as the @@ -2766,7 +2873,8 @@ DISTRO_CODENAME[doc] = "Specifies a codename for the distribution being built." - + + Specifies a codename for the distribution being built. @@ -2777,7 +2885,8 @@ DISTRO_EXTRA_RDEPENDS[doc] = "Specifies a list of distro-specific packages to add to all images. The variable only applies to the images that include packagegroup-base." - + + Specifies a list of distro-specific packages to add to all images. This variable takes affect through packagegroup-base so the @@ -2796,7 +2905,8 @@ DISTRO_EXTRA_RRECOMMENDS[doc] = "Specifies a list of distro-specific packages to add to all images if the packages exist. The list of packages are automatically installed but you can remove them." - + + Specifies a list of distro-specific packages to add to all images if the packages exist. The packages might not exist or be empty (e.g. kernel modules). @@ -2811,7 +2921,8 @@ DISTRO_FEATURES[doc] = "The features enabled for the distribution." - + + The software support you want in your distribution for various features. You define your distribution features in the distribution @@ -2847,7 +2958,8 @@ DISTRO_FEATURES_BACKFILL[doc] = "Features to be added to DISTRO_FEATURES if not also present in DISTRO_FEATURES_BACKFILL_CONSIDERED. This variable is set in the meta/conf/bitbake.conf file and it is not intended to be user-configurable." - + + Features to be added to DISTRO_FEATURES if not also present in @@ -2870,7 +2982,8 @@ DISTRO_FEATURES_BACKFILL_CONSIDERED[doc] = "Features from DISTRO_FEATURES_BACKFILL that should not be backfilled (i.e. added to DISTRO_FEATURES) during the build." - + + Features from DISTRO_FEATURES_BACKFILL that should not be backfilled (i.e. added to @@ -2887,7 +3000,8 @@ DISTRO_FEATURES_DEFAULT[doc] = "Provides the default list of distro features with the exception of any libc-specific features." - + + A convenience variable that gives you the default list of distro features with the exception of any features specific to the C library @@ -2914,7 +3028,8 @@ DISTRO_FEATURES_LIBC[doc] = "Specifies the list of distro features that are specific to the C library (libc)." - + + A convenience variable that specifies the list of distro features that are specific to the C library (libc). @@ -2930,7 +3045,8 @@ DISTRO_NAME[doc] = "The long name of the distribution." - + + The long name of the distribution. @@ -2941,7 +3057,8 @@ DISTRO_VERSION[doc] = "The version of the distribution." - + + The version of the distribution. @@ -2952,7 +3069,8 @@ DISTROOVERRIDES[doc] = "Lists overrides specific to the current distribution. By default, the variable list includes the value of the DISTRO variable." - + + This variable lists overrides specific to the current distribution. By default, the variable list includes the value of the @@ -2971,7 +3089,8 @@ DL_DIR[doc] = "The central download directory used by the build process to store downloads. By default, the directory is 'downloads' in the Build Directory." - + + The central download directory used by the build process to store downloads. By default, DL_DIR gets files @@ -3030,7 +3149,8 @@ DOC_COMPRESS[doc] = "When inheriting the compress_doc class, this variable sets the compression policy used when the OpenEmbedded build system compresses man pages and info pages." - + + When inheriting the compress_doc class, this variable sets the compression policy used when @@ -3057,7 +3177,8 @@ EFI_PROVIDER[doc] = "When building bootable images (i.e. where hddimg or vmdk is in IMAGE_FSTYPES), the EFI_PROVIDER variable specifies the EFI bootloader to use." - + + When building bootable images (i.e. where hddimg or vmdk is in @@ -3081,7 +3202,8 @@ ENABLE_BINARY_LOCALE_GENERATION[doc] = "Controls which locales for glibc are generated during the build. The variable is useful if the target device has 64Mbytes of RAM or less." - + + Variable that controls which locales for glibc are generated during the build (useful if the target device has 64Mbytes @@ -3095,7 +3217,8 @@ ERR_REPORT_DIR[doc] = "When used with the report-error class, specifies the path used for storing the debug files created by the error reporting tool, which allows you to submit build errors you encounter to a central database." - + + When used with the report-error class, specifies the path used for storing the debug files @@ -3123,7 +3246,8 @@ ERROR_QA[doc] = "Specifies the quality assurance checks whose failures are reported as errors by the OpenEmbedded build system." - + + Specifies the quality assurance checks whose failures are reported as errors by the OpenEmbedded build system. You set this variable in your distribution configuration @@ -3141,7 +3265,8 @@ EXCLUDE_FROM_WORLD[doc] = "Directs BitBake to exclude a recipe from world builds (i.e. bitbake world)." - + + Directs BitBake to exclude a recipe from world builds (i.e. bitbake world). During world builds, BitBake locates, parses and builds all @@ -3170,7 +3295,8 @@ EXTENDPE[doc] = "Used with file and pathnames to create a prefix for a recipe's version based on the recipe's PE value. If PE is set and greater than zero for a recipe, EXTENDPE becomes that value." - + + Used with file and pathnames to create a prefix for a recipe's version based on the recipe's PE value. @@ -3191,7 +3317,8 @@ EXTENDPKGV[doc] = "The full package version specification as it appears on the final packages produced by a recipe." - + + The full package version specification as it appears on the final packages produced by a recipe. The variable's value is normally used to fix a runtime @@ -3215,7 +3342,8 @@ EXTERNALSRC[doc] = "If externalsrc.bbclass is inherited, this variable points to the source tree, which is outside of the OpenEmbedded build system." - + + When inheriting the externalsrc class, this variable points to the source tree, which is @@ -3244,7 +3372,8 @@ EXTERNALSRC_BUILD[doc] = "If externalsrc.bbclass is inherited, this variable points to the directory in which the recipe's source code is built, which is outside of the OpenEmbedded build system." - + + When inheriting the externalsrc class, this variable points to the directory in which the @@ -3274,7 +3403,8 @@ EXTRA_AUTORECONF[doc] = "Extra options passed to the autoreconf command, which is executed during do_configure." - + + For recipes inheriting the autotools class, you can use EXTRA_AUTORECONF to @@ -3296,7 +3426,8 @@ EXTRA_IMAGE_FEATURES[doc] = "The list of additional features to include in an image. Configure this variable in the conf/local.conf file in the Build Directory." - + + The list of additional features to include in an image. Typically, you configure this variable in your local.conf file, which is found in the @@ -3374,7 +3505,8 @@ EXTRA_IMAGECMD[doc] = "Specifies additional options for the image creation command that has been specified in IMAGE_CMD. When setting this variable, you should use an override for the associated type." - + + Specifies additional options for the image creation command that has been specified in IMAGE_CMD. @@ -3393,7 +3525,8 @@ EXTRA_IMAGEDEPENDS[doc] = "A list of recipes to build that do not provide packages for installing into the root filesystem. Use this variable to list recipes that are required to build the final image, but not needed in the root filesystem." - + + A list of recipes to build that do not provide packages for installing into the root filesystem. @@ -3420,7 +3553,8 @@ EXTRA_OECMAKE[doc] = "Additional cmake options." - + + Additional cmake options. @@ -3431,7 +3565,8 @@ EXTRA_OECONF[doc] = "Additional configure script options." - + + Additional configure script options. @@ -3442,7 +3577,8 @@ EXTRA_OEMAKE[doc] = "Additional GNU make options." - + + Additional GNU make options. @@ -3453,7 +3589,8 @@ EXTRA_OESCONS[doc] = "When a recipe inherits the scons class, this variable specifies additional configuration options you want to pass to the scons command line." - + + When inheriting the scons class, this variable specifies additional configuration @@ -3468,7 +3605,8 @@ EXTRA_QMAKEVARS_POST[doc] = "Configuration variables or options you want to pass to qmake when the arguments need to be after the .pro file list on the command line." - + + Configuration variables or options you want to pass to qmake. Use this variable when the arguments need to be after the @@ -3489,7 +3627,8 @@ EXTRA_QMAKEVARS_PRE[doc] = "Configuration variables or options you want to pass to qmake when the arguments need to be before the .pro file list on the command line." - + + Configuration variables or options you want to pass to qmake. Use this variable when the arguments need to be before the @@ -3510,7 +3649,8 @@ EXTRA_USERS_PARAMS[doc] = "When a recipe inherits the extrausers class, this variable provides image level user and group operations." - + + When inheriting the extrausers class, this variable provides image level user and group @@ -3551,7 +3691,8 @@ FEATURE_PACKAGES[doc] = "Defines one or more packages to include in an image when a specific item is included in IMAGE_FEATURES. When setting the value, FEATURE_PACKAGES should have the name of the feature item as an override." - + + Defines one or more packages to include in an image when a specific item is included in IMAGE_FEATURES. @@ -3585,7 +3726,8 @@ FEED_DEPLOYDIR_BASE_URI[doc] = "Allow to serve ipk deploy directory as an ad hoc feed (bogofeed). Set to base URL of the directory as exported by HTTP. Set of ad hoc feed configs will be generated in the image." - + + Points to the base URL of the server and location within the document-root that provides the metadata and packages required by OPKG to support runtime package @@ -3615,7 +3757,8 @@ FILES[doc] = "The list of directories or files that are placed in packages." - + + The list of directories or files that are placed in packages. @@ -3665,7 +3808,8 @@ FILES_SOLIBSDEV[doc] = "Defines the full path name of the development symbolic link (symlink) for shared libraries on the target platform." - + + Defines the file specification to match SOLIBSDEV. In other words, FILES_SOLIBSDEV @@ -3688,7 +3832,8 @@ FILESEXTRAPATHS[doc] = "Extends the search path the OpenEmbedded build system uses when looking for files and patches as it processes recipes and append files." - + + Extends the search path the OpenEmbedded build system uses when looking for files and patches as it processes recipes and append files. @@ -3758,7 +3903,8 @@ FILESOVERRIDES[doc] = "A subset of OVERRIDES used by the OpenEmbedded build system for creating FILESPATH." - + + A subset of OVERRIDES used by the OpenEmbedded build system for creating FILESPATH. @@ -3789,7 +3935,8 @@ FILESPATH[doc] = "The default set of directories the OpenEmbedded build system uses when searching for patches and files. It is defined in the base.bbclass class found in meta/classes in the Source Directory. Do not hand-edit the FILESPATH variable." - + + The default set of directories the OpenEmbedded build system uses when searching for patches and files. During the build process, BitBake searches each directory in @@ -3835,7 +3982,8 @@ FILESYSTEM_PERMS_TABLES[doc] = "Allows you to define your own file permissions settings table as part of your configuration for the packaging process." - + + Allows you to define your own file permissions settings table as part of your configuration for the packaging process. For example, suppose you need a consistent set of custom permissions for @@ -3874,7 +4022,8 @@ 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'." - + + When inheriting the fontcache class, this variable specifies the runtime dependencies @@ -3890,7 +4039,8 @@ FONT_PACKAGES[doc] = "When a recipe inherits the fontcache class, this variable identifies packages containing font files that need to be cached by Fontconfig." - + + When inheriting the fontcache class, this variable identifies packages containing font @@ -3909,7 +4059,8 @@ FULL_OPTIMIZATION[doc]= "The options to pass in TARGET_CFLAGS and CFLAGS when compiling an optimized system. This variable defaults to '-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2'." - + + The options to pass in TARGET_CFLAGS and CFLAGS @@ -3928,7 +4079,8 @@ GDB[doc] = "The minimal command and arguments to run the GNU Debugger." - + + The minimal command and arguments to run the GNU Debugger. @@ -3939,7 +4091,8 @@ GITDIR[doc] = "The directory where Git clones will be stored." - + + The directory in which a local copy of a Git repository is stored when it is cloned. @@ -3951,7 +4104,8 @@ 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." - + + Specifies the list of GLIBC locales to generate should you not wish generate all LIBC locals, which can be time consuming. @@ -3979,7 +4133,8 @@ GROUPADD_PARAM[doc] = "When a recipe inherits the useradd class, this variable specifies for a package what parameters should be passed to the groupadd command if you wish to add a group to the system when the package is installed." - + + When inheriting the useradd class, this variable @@ -4007,7 +4162,8 @@ GROUPMEMS_PARAM[doc] = "When a recipe inherits the useradd class, this variable specifies for a package what parameters should be passed to the groupmems command if you wish to modify the members of a group when the package is installed." - + + When inheriting the useradd class, this variable @@ -4030,7 +4186,8 @@ GRUB_GFXSERIAL[doc] = "Configures the GNU GRand Unified Bootloader (GRUB) to have graphics and serial in the boot menu." - + + Configures the GNU GRand Unified Bootloader (GRUB) to have graphics and serial in the boot menu. Set this variable to "1" in your @@ -4052,7 +4209,8 @@ GRUB_OPTS[doc] = "Additional options to add to the GNU GRand Unified Bootloader (GRUB) configuration." - + + Additional options to add to the GNU GRand Unified Bootloader (GRUB) configuration. Use a semi-colon character (;) to @@ -4073,7 +4231,8 @@ GRUB_TIMEOUT[doc] = "Specifies the timeout before executing the default LABEL in the GNU GRand Unified Bootloader (GRUB)." - + + Specifies the timeout before executing the default LABEL in the GNU GRand Unified Bootloader (GRUB). @@ -4093,7 +4252,8 @@ GTKIMMODULES_PACKAGES[doc] = "For recipes that inherit the gtk-immodules-cache class, this variable specifies the packages that contain the GTK+ input method modules being installed when the modules are in packages other than the main package." - + + When inheriting the gtk-immodules-cache class, this variable specifies the packages that contain the @@ -4108,7 +4268,8 @@ GUMMIBOOT_CFG[doc] = "When EFI_PROVIDER is set to "gummiboot", the GUMMIBOOT_CFG variable specifies the configuration file that should be used." - + + When EFI_PROVIDER is set to "gummiboot", the @@ -4135,7 +4296,8 @@ GUMMIBOOT_ENTRIES[doc] = "When EFI_PROVIDER is set to "gummiboot", the GUMMIBOOT_ENTRIES variable specifies a list of entry files (*.conf) to be installed containing one boot entry per file." - + + When EFI_PROVIDER is set to "gummiboot", the @@ -4164,7 +4326,8 @@ GUMMIBOOT_TIMEOUT[doc] = "When EFI_PROVIDER is set to "gummiboot", the GUMMIBOOT_TIMEOUT variable specifies the boot menu timeout in seconds." - + + When EFI_PROVIDER is set to "gummiboot", the @@ -4195,7 +4358,8 @@ HOMEPAGE[doc] = "Website where more information about the software the recipe is building can be found." - + + Website where more information about the software the recipe is building can be found. @@ -4208,7 +4372,8 @@ - + + The name of the target architecture, which is normally the same as TARGET_ARCH. @@ -4235,7 +4400,8 @@ HOST_CC_ARCH[doc] = "The name of the host architecture. Normally same as the TARGET_CC_ARCH." - + + Specifies architecture-specific compiler flags that are passed to the C compiler. @@ -4268,7 +4434,8 @@ HOST_OS[doc] = "The name of the target operating system. Normally the same as the TARGET_OS." - + + Specifies the name of the target operating system, which is normally the same as the TARGET_OS. @@ -4285,7 +4452,8 @@ HOST_PREFIX[doc] = "The prefix for the cross compile toolchain. Normally same as the TARGET_PREFIX." - + + Specifies the prefix for the cross-compile toolchain. HOST_PREFIX is normally the same as TARGET_PREFIX. @@ -4298,7 +4466,8 @@ 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." - + + Specifies the system, including the architecture and the operating system, for which the build is occurring in the context of the current recipe. @@ -4338,7 +4507,8 @@ HOST_VENDOR[doc] = "The name of the vendor. Normally same as the TARGET_VENDOR." - + + Specifies the name of the vendor. HOST_VENDOR is normally the same as TARGET_VENDOR. @@ -4355,7 +4525,8 @@ ICECC_DISABLED[doc] = "Disables or enables the icecc (Icecream) function." - + + Disables or enables the icecc (Icecream) function. For more information on this function and best practices @@ -4383,7 +4554,8 @@ ICECC_ENV_EXEC[doc] = "Points to the icecc-create-env script that you provide." - + + Points to the icecc-create-env script that you provide. This variable is used by the @@ -4408,7 +4580,8 @@ ICECC_PARALLEL_MAKE[doc] = "Extra options passed to the make command during the do_compile task that specify parallel compilation." - + + Extra options passed to the make command during the do_compile @@ -4452,7 +4625,8 @@ ICECC_PATH[doc] = "The location of the icecc binary." - + + The location of the icecc binary. You can set this variable in your local.conf file. @@ -4470,7 +4644,8 @@ ICECC_USER_CLASS_BL[doc] = "Identifies user classes that you do not want the Icecream distributed compile support to consider." - + + Identifies user classes that you do not want the Icecream distributed compile support to consider. This variable is used by the @@ -4495,7 +4670,8 @@ ICECC_USER_PACKAGE_BL[doc] = "Identifies user recipes that you do not want the Icecream distributed compile support to consider." - + + Identifies user recipes that you do not want the Icecream distributed compile support to consider. This variable is used by the @@ -4520,7 +4696,8 @@ ICECC_USER_PACKAGE_WL[doc] = "Identifies user recipes that use an empty PARALLEL_MAKE variable that you want to force remote distributed compilation on using the Icecream distributed compile support." - + + Identifies user recipes that use an empty PARALLEL_MAKE variable that you want to force remote distributed @@ -4540,7 +4717,8 @@ IMAGE_BASENAME[doc] = "The base name of image output files." - + + The base name of image output files. This variable defaults to the recipe name (${PN}). @@ -4553,7 +4731,8 @@ IMAGE_BOOT_FILES[doc] = "Whitespace separated list of files from ${DEPLOY_DIR_IMAGE} to place in boot partition. Entries will be installed under a same name as the source file. To change the destination file name, pass a desired name after a semicolon (eg. u-boot.img;uboot)." - + + A space-separated list of files installed into the boot partition when preparing an image using the wic tool with the @@ -4602,7 +4781,8 @@ IMAGE_CLASSES[doc] = "A list of classes that all images should inherit." - + + A list of classes that all images should inherit. You typically use this variable to specify the list of classes that register the different types of images @@ -4630,7 +4810,8 @@ IMAGE_CMD[doc] = "Specifies the command to create the image file for a specific image type, which corresponds to the value set set in IMAGE_FSTYPES, (e.g. ext3, btrfs, and so forth)." - + + Specifies the command to create the image file for a specific image type, which corresponds to the value set set in @@ -4663,7 +4844,8 @@ IMAGE_DEVICE_TABLES[doc] = "Specifies one or more files that contain custom device tables that are passed to the makedevs command as part of creating an image." - + + Specifies one or more files that contain custom device tables that are passed to the makedevs command as part of creating @@ -4686,7 +4868,8 @@ IMAGE_FEATURES[doc] = "The primary list of features to include in an image. Configure this variable in an image recipe." - + + The primary list of features to include in an image. Typically, you configure this variable in an image recipe. Although you can use this variable from your @@ -4721,7 +4904,8 @@ IMAGE_FSTYPES[doc] = "Formats of root filesystem images that you want to have created." - + + Specifies the formats the OpenEmbedded build system uses during the build when creating the root filesystem. For example, setting IMAGE_FSTYPES @@ -4762,7 +4946,8 @@ IMAGE_INSTALL[doc] = "Specifies the packages to install into an image. Image recipes set IMAGE_INSTALL to specify the packages to install into an image through image.bbclass." - + + Specifies the packages to install into an image. The IMAGE_INSTALL variable is a mechanism for an image recipe and you should use it @@ -4828,7 +5013,8 @@ IMAGE_LINGUAS[doc] = "Specifies the list of locales to install into the image during the root filesystem construction process." - + + Specifies the list of locales to install into the image during the root filesystem construction process. The OpenEmbedded build system automatically splits locale @@ -4869,7 +5055,8 @@ IMAGE_MANIFEST[doc] = "The manifest file for the image. This file lists all the installed packages that make up the image." - + + The manifest file for the image. This file lists all the installed packages that make up the image. @@ -4905,7 +5092,8 @@ IMAGE_NAME[doc] = "The name of the output image files minus the extension." - + + The name of the output image files minus the extension. This variable is derived using the IMAGE_BASENAME, @@ -4925,7 +5113,8 @@ IMAGE_OVERHEAD_FACTOR[doc] = "Defines a multiplier that the build system applies to the initial image size for cases when the multiplier times the returned disk usage value for the image is greater than the sum of IMAGE_ROOTFS_SIZE and IMAGE_ROOTFS_EXTRA_SPACE." - + + Defines a multiplier that the build system applies to the initial image size for cases when the multiplier times the returned disk usage value for the image is greater than the sum of @@ -4970,7 +5159,8 @@ IMAGE_PKGTYPE[doc] = "Defines the package type (DEB, RPM, IPK, or TAR) used by the OpenEmbedded build system." - + + Defines the package type (DEB, RPM, IPK, or TAR) used by the OpenEmbedded build system. The variable is defined appropriately by the @@ -5021,7 +5211,8 @@ IMAGE_POSTPROCESS_COMMAND[doc] = "Added by classes to run post processing commands once the OpenEmbedded build system has created the image." - + + Added by classes to run post processing commands once the OpenEmbedded build system has created the image. You can specify shell commands separated by semicolons: @@ -5044,7 +5235,8 @@ IMAGE_ROOTFS[doc] = "The location of the root filesystem while it is under construction (i.e. during do_rootfs)." - + + The location of the root filesystem while it is under construction (i.e. during the do_rootfs @@ -5060,7 +5252,8 @@ IMAGE_ROOTFS_ALIGNMENT[doc] = "Specifies the alignment for the output image file in Kbytes." - + + Specifies the alignment for the output image file in Kbytes. If the size of the image is not a multiple of @@ -5079,7 +5272,8 @@ IMAGE_ROOTFS_EXTRA_SPACE[doc] = "Defines additional free disk space created in the image in Kbytes. By default, this variable is set to '0'." - + + Defines additional free disk space created in the image in Kbytes. By default, this variable is set to "0". This free disk space is added to the image after the build system determines @@ -5113,7 +5307,8 @@ IMAGE_ROOTFS_SIZE[doc] = "Defines the size in Kbytes for the generated image." - + + Defines the size in Kbytes for the generated image. The OpenEmbedded build system determines the final size for the generated image using an algorithm that takes into account the initial disk space used @@ -5162,7 +5357,8 @@ IMAGE_TYPEDEP[doc] = "Specifies a dependency from one image type on another." - + + Specifies a dependency from one image type on another. Here is an example from the image-live @@ -5191,7 +5387,8 @@ IMAGE_TYPES[doc] = "Specifies the complete list of supported image types by default." - + + Specifies the complete list of supported image types by default: @@ -5237,7 +5434,8 @@ INC_PR[doc] = "Helps define the recipe revision for recipes that share a common include file." - + + Helps define the recipe revision for recipes that share a common include file. You can think of this variable as part of the recipe revision @@ -5302,7 +5500,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INCOMPATIBLE_LICENSE[doc] = "Specifies a space-separated list of license names (as they would appear in LICENSE) that should be excluded from the build." - + + Specifies a space-separated list of license names (as they would appear in LICENSE) @@ -5332,7 +5531,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INHIBIT_DEFAULT_DEPS[doc] = "Prevents the default dependencies, namely the C compiler and standard C library (libc), from being added to DEPENDS." - + + Prevents the default dependencies, namely the C compiler and standard C library (libc), from being added to DEPENDS. @@ -5352,7 +5552,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INHIBIT_PACKAGE_STRIP[doc] = "If set to "1", causes the build to not strip binaries in resulting packages." - + + Prevents the OpenEmbedded build system from splitting out debug information during packaging. By default, the build system splits out debugging @@ -5382,7 +5583,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INHIBIT_PACKAGE_STRIP[doc] = "If set to "1", causes the build to not strip binaries in resulting packages." - + + If set to "1", causes the build to not strip binaries in resulting packages. @@ -5393,7 +5595,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INHERIT[doc] = "Causes the named class to be inherited at this point during parsing. The variable is only valid in configuration files." - + + Causes the named class to be inherited at this point during parsing. The variable is only valid in configuration files. @@ -5406,7 +5609,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INHERIT_DISTRO[doc] = "Lists classes that will be inherited at the distribution level. It is unlikely that you want to edit this variable." - + + Lists classes that will be inherited at the distribution level. It is unlikely that you want to edit this variable. @@ -5428,7 +5632,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INITRAMFS_FSTYPES[doc] = "Defines the format for the output image of an initial RAM disk (initramfs), which is used during boot." - + + Defines the format for the output image of an initial RAM disk (initramfs), which is used during boot. Supported formats are the same as those supported by the @@ -5443,7 +5648,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INITRAMFS_IMAGE[doc] = "Causes the OpenEmbedded build system to build an additional recipe as a dependency to your root filesystem recipe (e.g. core-image-sato)." - + + Causes the OpenEmbedded build system to build an additional recipe as a dependency to your root filesystem recipe (e.g. core-image-sato). @@ -5489,7 +5695,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INITRAMFS_IMAGE_BUNDLE[doc] = "Controls whether or not the image recipe specified by INITRAMFS_IMAGE is run through an extra pass during kernel compilation in order to build a single binary that contains both the kernel image and the initial RAM disk (initramfs)." - + + Controls whether or not the image recipe specified by INITRAMFS_IMAGE is run through an extra pass during kernel compilation @@ -5539,7 +5746,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INITRD[doc] = "Indicates a list of filesystem images to concatenate and use as an initial RAM disk (initrd)." - + + Indicates list of filesystem images to concatenate and use as an initial RAM disk (initrd). @@ -5558,7 +5766,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INITRD_IMAGE[doc] = "When building a "live" bootable image (i.e. when IMAGE_FSTYPES contains "live"), INITRD_IMAGE specifies the image recipe that should be built to provide the initial RAM disk image." - + + When building a "live" bootable image (i.e. when IMAGE_FSTYPES contains "live"), INITRD_IMAGE @@ -5580,7 +5789,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INITSCRIPT_NAME[doc] = "The filename of the initialization script as installed to ${sysconfdir}/init.d." - + + The filename of the initialization script as installed to ${sysconfdir}/init.d. @@ -5597,7 +5807,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INITSCRIPT_PACKAGES[doc] = "A list of the packages that contain initscripts. This variable is used in recipes when using update-rc.d.bbclass. The variable is optional and defaults to the PN variable." - + + A list of the packages that contain initscripts. If multiple packages are specified, you need to append the package name to the other INITSCRIPT_* as an override. @@ -5616,7 +5827,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INITSCRIPT_PARAMS[doc] = "Specifies the options to pass to update-rc.d. The variable is mandatory and is used in recipes when using update-rc.d.bbclass." - + + Specifies the options to pass to update-rc.d. Here is an example: @@ -5653,7 +5865,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INSANE_SKIP[doc] = "Specifies the QA checks to skip for a specific package within a recipe." - + + Specifies the QA checks to skip for a specific package within a recipe. For example, to skip the check for symbolic link @@ -5679,7 +5892,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" IPK_FEED_URIS[doc] = "List of ipkg feed records to put into generated image." - + + When the IPK backend is in use and package management is enabled on the target, you can use this variable to set up opkg in the target image @@ -5738,7 +5952,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" KARCH[doc] = "Defines the kernel architecture used when assembling the configuration. You define the KARCH variable in the BSP Descriptions." - + + Defines the kernel architecture used when assembling the configuration. Architectures supported for this release are: @@ -5764,7 +5979,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" KBRANCH[doc] = "A regular expression used by the build process to explicitly identify the kernel branch that is validated, patched and configured during a build." - + + A regular expression used by the build process to explicitly identify the kernel branch that is validated, patched, and configured during a build. @@ -5814,7 +6030,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" KERNEL_EXTRA_ARGS[doc] = "Specifies additional make command-line arguments the OpenEmbedded build system passes on when compiling the kernel." - + + Specifies additional make command-line arguments the OpenEmbedded build system passes on when compiling the kernel. @@ -5827,7 +6044,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" KERNEL_FEATURES[doc] = "Includes additional metadata from the Yocto Project kernel Git repository. The metadata you add through this variable includes config fragments and features descriptions." - + + Includes additional metadata from the Yocto Project kernel Git repository. In the OpenEmbedded build system, the default Board Support Packages (BSPs) Metadata @@ -5867,7 +6085,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" KERNEL_IMAGE_BASE_NAME[doc] = "The base name of the kernel image." - + + The base name of the kernel image. This variable is set in the kernel class @@ -5896,7 +6115,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" KERNEL_IMAGE_MAXSIZE[doc] = "The maximum allowable size in kilobytes of the kernel image file." - + + Specifies the maximum size of the kernel image file in kilobytes. If KERNEL_IMAGE_MAXSIZE is set, @@ -5926,7 +6146,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" KERNEL_IMAGETYPE[doc] = "The type of kernel to build for a device, usually set by the machine configuration files and defaults to 'zImage'." - + + The type of kernel to build for a device, usually set by the machine configuration files and defaults to "zImage". This variable is used @@ -5941,7 +6162,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" KERNEL_MODULE_AUTOLOAD[doc] = "Lists kernel modules that need to be auto-loaded during boot" - + + Lists kernel modules that need to be auto-loaded during boot. @@ -5994,7 +6216,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" KERNEL_MODULE_PROBECONF[doc] = "Lists kernel modules for which the build system expects to find module_conf_* values that specify configuration for each of the modules." - + + Provides a list of modules for which the OpenEmbedded build system expects to find module_conf_modname @@ -6012,7 +6235,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" KERNEL_PATH[doc] = "The location of the kernel sources. This variable is set to the value of the STAGING_KERNEL_DIR within the module class (module.bbclass)." - + + The location of the kernel sources. This variable is set to the value of the STAGING_KERNEL_DIR @@ -6042,7 +6266,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" KERNEL_SRC[doc] = "The location of the kernel sources. This variable is set to the value of the STAGING_KERNEL_DIR within the module class (module.bbclass)." - + + The location of the kernel sources. This variable is set to the value of the STAGING_KERNEL_DIR @@ -6072,7 +6297,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" KFEATURE_DESCRIPTION[doc] = "Provides a short description of a configuration fragment. You use this variable in the .scc file that describes a configuration fragment file." - + + Provides a short description of a configuration fragment. You use this variable in the .scc file that describes a configuration fragment file. @@ -6091,7 +6317,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" KMACHINE[doc] = "The machine as known by the kernel." - + + The machine as known by the kernel. Sometimes the machine name used by the kernel does not match the machine name used by the OpenEmbedded build @@ -6137,7 +6364,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" KTYPE[doc] = "Defines the kernel type to be used in assembling the configuration." - + + Defines the kernel type to be used in assembling the configuration. The linux-yocto recipes define "standard", "tiny", @@ -6166,7 +6394,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" LABELS[doc] = "Provides a list of targets for automatic configuration." - + + Provides a list of targets for automatic configuration. @@ -6183,7 +6412,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" LAYERDEPENDS[doc] = "Lists the layers, separated by spaces, upon which this recipe depends. This variable is used in the conf/layer.conf file and must be suffixed with the name of the specific layer." - + + Lists the layers that this recipe depends upon, separated by spaces. Optionally, you can specify a specific layer version for a dependency by adding it to the end of the layer name with a colon, (e.g. "anotherlayer:3" @@ -6204,7 +6434,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" LAYERDIR[doc] = "When used inside the layer.conf configuration file, this variable provides the path of the current layer." - + + When used inside the layer.conf configuration file, this variable provides the path of the current layer. This variable is not available outside of layer.conf @@ -6218,7 +6449,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" LAYERVERSION[doc] = "Optionally specifies the version of a layer as a single number. This variable is used in the conf/layer.conf file and must be suffixed with the name of the specific layer." - + + Optionally specifies the version of a layer as a single number. You can use this within LAYERDEPENDS @@ -6236,7 +6468,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" LD[doc] = "Minimal command and arguments to run the linker." - + + The minimal command and arguments used to run the linker. @@ -6248,7 +6481,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" LDFLAGS[doc] = "Specifies the flags to pass to the linker." - + + Specifies the flags to pass to the linker. This variable is exported to an environment variable and thus made visible to the software being @@ -6283,7 +6517,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" LEAD_SONAME[doc] = "Specifies the lead (or primary) compiled library file (.so) that the debian class applies its naming policy to given a recipe that packages multiple libraries." - + + Specifies the lead (or primary) compiled library file (.so) that the debian @@ -6303,8 +6538,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" LIC_FILES_CHKSUM[doc] = "Checksums of the license text in the recipe source code." - Checksums of the license text in the recipe source code. - + + + Checksums of the license text in the recipe source code. + + + This variable tracks changes in license text of the source code files. If the license text is changed, it will trigger a build @@ -6328,7 +6567,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" LICENSE[doc] = "The list of source licenses for the recipe. The logical operators &, '|', and parentheses can be used." - + + The list of source licenses for the recipe. Follow these rules: @@ -6392,7 +6632,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" LICENSE_FLAGS[doc] = "Specifies additional flags for a recipe you must whitelist through LICENSE_FLAGS_WHITELIST in order to allow the recipe to be built." - + + Specifies additional flags for a recipe you must whitelist through LICENSE_FLAGS_WHITELIST @@ -6419,7 +6660,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" LICENSE_FLAGS_WHITELIST[doc] = "Lists license flags that when specified in LICENSE_FLAGS within a recipe should not prevent that recipe from being built." - + + Lists license flags that when specified in LICENSE_FLAGS within a recipe should not prevent that recipe from being @@ -6438,7 +6680,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" LICENSE_PATH[doc] = "Path to additional licenses used during the build." - + + Path to additional licenses used during the build. By default, the OpenEmbedded build system uses COMMON_LICENSE_DIR to define the directory that holds common license text used during the build. @@ -6456,7 +6699,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" LINUX_KERNEL_TYPE[doc] = "Defines the kernel type to be used in assembling the configuration." - + + Defines the kernel type to be used in assembling the configuration. The linux-yocto recipes define "standard", "tiny", and @@ -6488,7 +6732,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" LINUX_VERSION[doc] = "The Linux version from kernel.org on which the Linux kernel image being built using the OpenEmbedded build system is based. You define this variable in the kernel recipe." - + + The Linux version from kernel.org on which the Linux kernel image being built using the OpenEmbedded build system is based. @@ -6518,7 +6763,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" LINUX_VERSION_EXTENSION[doc] = "A string extension compiled into the version string of the Linux kernel built with the OpenEmbedded build system. You define this variable in the kernel recipe." - + + A string extension compiled into the version string of the Linux kernel built with the OpenEmbedded build system. @@ -6550,7 +6796,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" LOG_DIR[doc] = "Specifies the directory to which the OpenEmbedded build system writes overall log files. The default directory is ${TMPDIR}/log" - + + Specifies the directory to which the OpenEmbedded build system writes overall log files. The default directory is ${TMPDIR}/log. @@ -6573,7 +6820,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" MACHINE[doc] = "Specifies the target device for which the image is built. You define MACHINE in the conf/local.conf file in the Build Directory." - + + Specifies the target device for which the image is built. You define MACHINE in the local.conf file found in the @@ -6628,7 +6876,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" MACHINE_ARCH[doc] = "Specifies the name of the machine-specific architecture. This variable is set automatically from MACHINE or TUNE_PKGARCH." - + + Specifies the name of the machine-specific architecture. This variable is set automatically from MACHINE @@ -6645,7 +6894,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" MACHINE_ESSENTIAL_EXTRA_RDEPENDS[doc] = "A list of required machine-specific packages to install as part of the image being built. Because this is a 'machine essential' variable, the list of packages are essential for the machine to boot." - + + A list of required machine-specific packages to install as part of the image being built. The build process depends on these packages being present. @@ -6681,7 +6931,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS[doc] = "A list of recommended machine-specific packages to install as part of the image being built. Because this is a 'machine essential' variable, the list of packages are essential for the machine to boot." - + + A list of recommended machine-specific packages to install as part of the image being built. The build process does not depend on these packages being present. @@ -6734,7 +6985,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" MACHINE_EXTRA_RDEPENDS[doc] = "A list of machine-specific packages to install as part of the image being built that are not essential for the machine to boot. However, the build process for more fully-featured images depends on the packages being present." - + + A list of machine-specific packages to install as part of the image being built that are not essential for the machine to boot. However, the build process for more fully-featured images @@ -6779,7 +7031,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" MACHINE_EXTRA_RRECOMMENDS[doc] = "A list of machine-specific packages to install as part of the image being built that are not essential for booting the machine. The image being built has no build dependencies on the packages in this list." - + + A list of machine-specific packages to install as part of the image being built that are not essential for booting the machine. The image being built has no build dependency on this list of packages. @@ -6823,7 +7076,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" MACHINE_FEATURES[doc] = "Specifies the list of hardware features the MACHINE supports." - + + Specifies the list of hardware features the MACHINE is capable of supporting. @@ -6849,7 +7103,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" MACHINE_FEATURES_BACKFILL[doc] = "Features to be added to MACHINE_FEATURES if not also present in MACHINE_FEATURES_BACKFILL_CONSIDERED. This variable is set in the meta/conf/bitbake.conf file and is not intended to be user-configurable." - + + Features to be added to MACHINE_FEATURES if not also present in @@ -6872,7 +7127,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" MACHINE_FEATURES_BACKFILL_CONSIDERED[doc] = "Features from MACHINE_FEATURES_BACKFILL that should not be backfilled (i.e. added to MACHINE_FEATURES) during the build." - + + Features from MACHINE_FEATURES_BACKFILL that should not be backfilled (i.e. added to @@ -6889,7 +7145,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" MACHINEOVERRIDES[doc] = "Lists overrides specific to the current machine. By default, this list includes the value of MACHINE." - + + Lists overrides specific to the current machine. By default, this list includes the value of MACHINE. @@ -6924,7 +7181,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" MAINTAINER[doc] = "The email address of the distribution maintainer." - + + The email address of the distribution maintainer. @@ -6935,7 +7193,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" MIRRORS[doc] = "Specifies additional paths from which the OpenEmbedded build system gets source code." - + + Specifies additional paths from which the OpenEmbedded build system gets source code. When the build system searches for source code, it first @@ -6963,7 +7222,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" MLPREFIX[doc] = "Specifies a prefix has been added to PN to create a special version of a recipe or package, such as a Multilib version." - + + Specifies a prefix has been added to PN to create a special version of a recipe or package, such as a Multilib version. @@ -6981,7 +7241,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" module_autoload[doc] = "This variable has been replaced by the KERNEL_MODULE_AUTOLOAD variable. You should replace all occurrences of module_autoload with additions to KERNEL_MODULE_AUTOLOAD." - + + This variable has been replaced by the KERNEL_MODULE_AUTOLOAD variable. You should replace all occurrences of @@ -7009,7 +7270,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" module_conf[doc] = "Specifies modprobe.d syntax lines for inclusion in the /etc/modprobe.d/modname.conf file." - + + Specifies modprobe.d syntax lines for inclusion in the @@ -7069,7 +7331,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" MODULE_IMAGE_BASE_NAME[doc] = "The base name of the kernel modules tarball." - + + The base name of the kernel modules tarball. This variable is set in the kernel class @@ -7097,7 +7360,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" MODULE_TARBALL_DEPLOY[doc] = "Controls creation of the modules-*.tgz file. Set this variable to "0" to disable creation of this file, which contains all of the kernel modules resulting from a kernel build." - + + Controls creation of the modules-*.tgz file. Set this variable to "0" to disable creation of this @@ -7112,7 +7376,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" MULTIMACH_TARGET_SYS[doc] = "Separates files for different machines such that you can build for multiple target machines using the same output directories." - + + Separates files for different machines such that you can build for multiple target machines using the same output directories. See the STAMP variable @@ -7130,7 +7395,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" NATIVELSBSTRING[doc] = "A string identifying the host distribution." - + + A string identifying the host distribution. Strings consist of the host distributor ID followed by the release, as reported by the @@ -7159,7 +7425,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" NM[doc] = "Minimal command and arguments to run 'nm'." - + + The minimal command and arguments to run nm. @@ -7171,7 +7438,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" NO_RECOMMENDATIONS[doc] = "When set to '1', no recommended packages will be installed. Realize that some recommended packages might be required for certain system functionality, such as kernel-modules. It is up to the user to add packages to IMAGE_INSTALL as needed." - + + Prevents installation of all "recommended-only" packages. Recommended-only packages are packages installed only through the @@ -7231,7 +7499,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" NOHDD[doc] = "Causes the OpenEmbedded build system to skip building the .hddimg image." - + + Causes the OpenEmbedded build system to skip building the .hddimg image. The NOHDD variable is used with the @@ -7248,7 +7517,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" NOISO[doc] = "Causes the OpenEmbedded build system to skip building the ISO image." - + + Causes the OpenEmbedded build system to skip building the ISO image. The NOISO variable is used with the @@ -7270,7 +7540,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" OBJCOPY[doc] = "Minimal command and arguments to run 'objcopy'." - + + The minimal command and arguments to run objcopy. @@ -7282,7 +7553,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" OBJDUMP[doc] = "Minimal command and arguments to run 'objdump'." - + + The minimal command and arguments to run objdump. @@ -7294,7 +7566,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" OE_BINCONFIG_EXTRA_MANGLE[doc] = "When a recipe inherits the binconfig.bbclass class, this variable specifies additional arguments passed to the "sed" command." - + + When inheriting the binconfig class, this variable @@ -7327,7 +7600,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" OE_IMPORTS[doc] = "An internal variable used to tell the OpenEmbedded build system what Python modules to import for every Python function run by the system." - + + An internal variable used to tell the OpenEmbedded build system what Python modules to import for every Python function run by the system. @@ -7345,7 +7619,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" OE_TERMINAL[doc] = "Controls how the OpenEmbedded build system spawns interactive terminals on the host development system." - + + Controls how the OpenEmbedded build system spawns interactive terminals on the host development system (e.g. using the BitBake command with the @@ -7379,7 +7654,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" OEROOT[doc] = "The directory from which the top-level build environment setup script is sourced." - + + The directory from which the top-level build environment setup script is sourced. The Yocto Project makes two top-level build environment @@ -7404,7 +7680,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" OLDEST_KERNEL[doc] = "Declares the oldest version of the Linux kernel that the produced binaries must support." - + + Declares the oldest version of the Linux kernel that the produced binaries must support. This variable is passed into the build of the Embedded @@ -7426,7 +7703,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" OVERRIDES[doc] = "BitBake uses OVERRIDES to control what variables are overridden after BitBake parses recipes and configuration files." - + + BitBake uses OVERRIDES to control what variables are overridden after BitBake parses recipes and configuration files. @@ -7446,7 +7724,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" P[doc] = "The recipe name and version. P is comprised of ${PN}-${PV}." - + + The recipe name and version. P is comprised of the following: @@ -7461,7 +7740,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PACKAGE_ARCH[doc] = "The architecture of the resulting package or packages." - + + The architecture of the resulting package or packages. @@ -7490,7 +7770,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PACKAGE_ARCHS[doc] = "A list of architectures compatible with the given target in order of priority." - + + Specifies a list of architectures compatible with the target machine. This variable is set automatically and should not @@ -7509,7 +7790,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PACKAGE_BEFORE_PN[doc] = "Enables easily adding packages to PACKAGES before ${PN} so that the packages can pick up files that would normally be included in the default package." - + + Enables easily adding packages to PACKAGES before ${PN} @@ -7524,7 +7806,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PACKAGE_CLASSES[doc] = "This variable specifies the package manager to use when packaging data. It is set in the conf/local.conf file in the Build Directory." - + + This variable, which is set in the local.conf configuration file found in the conf folder of the @@ -7572,7 +7855,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PACKAGE_DEBUG_SPLIT_STYLE[doc] = "Determines how to split up the binary and debug information when creating *-dbg packages to be used with the GNU Project Debugger (GDB)." - + + Determines how to split up the binary and debug information when creating *-dbg packages to be used with the GNU Project Debugger (GDB). @@ -7630,7 +7914,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PACKAGE_EXCLUDE[doc] = "Packages to exclude from the installation. If a listed package is required, an error is generated." - + + Lists packages that should not be installed into an image. For example: @@ -7681,7 +7966,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PACKAGE_EXTRA_ARCHS[doc] = "Specifies the list of architectures compatible with the device CPU. This variable is useful when you build for several different devices that use miscellaneous processors." - + + Specifies the list of architectures compatible with the device CPU. This variable is useful when you build for several different devices that use miscellaneous processors such as XScale and ARM926-EJS. @@ -7694,7 +7980,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PACKAGE_GROUP[doc] = "Defines one or more packages to include in an image when a specific item is included in IMAGE_FEATURES." - + + The PACKAGE_GROUP variable has been renamed to FEATURE_PACKAGES. @@ -7715,7 +8002,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PACKAGE_INSTALL[doc] = "List of the packages to be installed into the image. The variable is generally not user-defined and uses IMAGE_INSTALL as part of the list." - + + The final list of packages passed to the package manager for installation into the image. @@ -7746,7 +8034,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PACKAGE_INSTALL_ATTEMPTONLY[doc] = "List of packages attempted to be installed when creating an image. If a listed package fails to install, the build system does not generate an error. This variable is generally not user-defined." - + + Specifies a list of packages the OpenEmbedded build system attempts to install when creating an image. If a listed package fails to install, the build system @@ -7761,7 +8050,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" 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." - + + Specifies a list of functions run to pre-process the PKGD directory prior to splitting the files out to individual @@ -7775,7 +8065,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PACKAGECONFIG[doc] = "This variable provides a means of enabling or disabling features of a recipe on a per-recipe basis." - + + This variable provides a means of enabling or disabling features of a recipe on a per-recipe basis. PACKAGECONFIG blocks are defined @@ -7896,7 +8187,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PACKAGEGROUP_DISABLE_COMPLEMENTARY[doc] = "Prevents automatic creation of the normal complementary packages such as -dev and -dbg in a packagegroup recipe." - + + For recipes inheriting the packagegroup class, setting @@ -7916,7 +8208,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PACKAGES[doc] = "The list of packages to be created from the recipe." - + + The list of packages to be created from the recipe. The default value is the following: @@ -7931,7 +8224,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PACKAGES_DYNAMIC[doc] = "A promise that your recipe satisfies runtime dependencies for optional modules that are found in other recipes." - + + A promise that your recipe satisfies runtime dependencies for optional modules that are found in other recipes. PACKAGES_DYNAMIC @@ -7973,7 +8267,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PACKAGESPLITFUNCS[doc] = "Specifies a list of functions run to perform additional splitting of files into individual packages." - + + Specifies a list of functions run to perform additional splitting of files into individual packages. Recipes can either prepend to this variable or prepend @@ -7994,7 +8289,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PARALLEL_MAKE[doc] = "Specifies extra options that are passed to the make command during the compile tasks. This variable is usually in the form -j 4, where the number represents the maximum number of parallel threads make can run." - + + Extra options passed to the make command during the do_compile @@ -8023,7 +8319,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PARALLEL_MAKEINST[doc] = "Extra options passed to the make install command during the do_install task in order to specify parallel installation." - + + Extra options passed to the make install command during the do_install @@ -8044,7 +8341,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PATCHRESOLVE[doc] = "Enable or disable interactive patch resolution." - + + Determines the action to take when a patch fails. You can set this variable to one of two values: "noop" and "user". @@ -8071,7 +8369,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PATCHTOOL[doc] = "Specifies the utility used to apply patches for a recipe during do_patch." - + + Specifies the utility used to apply patches for a recipe during the do_patch @@ -8101,7 +8400,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PE[doc] = "The epoch of the recipe. The default value is '0'. The field is used to make upgrades possible when the versioning scheme changes in some backwards incompatible way." - + + The epoch of the recipe. By default, this variable is unset. The variable is used to make upgrades possible when the @@ -8116,7 +8416,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PF[doc] = "Specifies the recipe or package name and includes all version and revision numbers. This variable is comprised of ${PN}-${EXTENDPE}${PV}-${PR}." - + + Specifies the recipe or package name and includes all version and revision numbers (i.e. glibc-2.13-r20+svnr15508/ and bash-4.2-r1/). @@ -8133,7 +8434,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PIXBUF_PACKAGES[doc] = "When a recipe inherits the pixbufcache class, this variable identifies packages that contain the pixbuf loaders used with gdk-pixbuf." - + + When inheriting the pixbufcache class, this variable identifies packages that contain @@ -8153,7 +8455,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PKG[doc] = "The name of the resulting package created by the OpenEmbedded build system. When you use this variable, you must use a package name override." - + + The name of the resulting package created by the OpenEmbedded build system. @@ -8176,7 +8479,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PKG_CONFIG_PATH[doc] = "Path to pkg-config files for the current build context." - + + The path to pkg-config files for the current build context. pkg-config reads this variable @@ -8190,7 +8494,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PKGD[doc] = "Points to the destination directory for files to be packaged before they are split into individual packages." - + + Points to the destination directory for files to be packaged before they are split into individual packages. This directory defaults to the following: @@ -8210,7 +8515,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PKGDATA_DIR[doc] = "Points to a shared, global-state directory that holds data generated during the packaging process." - + + Points to a shared, global-state directory that holds data generated during the packaging process. During the packaging process, the @@ -8234,7 +8540,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PKGDEST[doc] = "Points to the parent directory for files to be packaged after they have been split into individual packages." - + + Points to the parent directory for files to be packaged after they have been split into individual packages. This directory defaults to the following: @@ -8257,7 +8564,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PKGDESTWORK[doc] = "Points to a temporary work area used by the do_package task to write output from the do_packagedata task." - + + Points to a temporary work area used by the do_package task to write output from the @@ -8288,7 +8596,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PKGE[doc] = "The epoch of the output package built by the OpenEmbedded build system." - + + The epoch of the output package built by the OpenEmbedded build system. By default, PKGE is set to @@ -8302,7 +8611,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PKGR[doc] = "The revision of the output package built by the OpenEmbedded build system." - + + The revision of the output package built by the OpenEmbedded build system. By default, PKGR is set to @@ -8316,7 +8626,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PKGV[doc] = "The version of the output package built by the OpenEmbedded build system." - + + The version of the output package built by the OpenEmbedded build system. By default, PKGV is set to @@ -8330,7 +8641,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PN[doc] = "PN refers to a recipe name in the context of a file used by the OpenEmbedded build system as input to create a package. It refers to a package name in the context of a file created or produced by the OpenEmbedded build system." - + + This variable can have two separate functions depending on the context: a recipe name or a resulting package name. @@ -8366,7 +8678,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PNBLACKLIST[doc] = "Lists recipes you do not want the OpenEmbedded build system to build." - + + Lists recipes you do not want the OpenEmbedded build system to build. This variable works in conjunction with the @@ -8393,7 +8706,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PR[doc] = "The revision of the recipe. The default value for this variable is 'r0'." - + + The revision of the recipe. The default value for this variable is "r0". @@ -8405,7 +8719,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PREFERRED_PROVIDER[doc] = "If multiple recipes provide an item, this variable determines which recipe should be given preference." - + + If multiple recipes provide an item, this variable determines which recipe should be given preference. You should always suffix the variable with the name of the @@ -8427,7 +8742,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PREFERRED_VERSION[doc] = "If there are multiple versions of recipes available, this variable determines which recipe should be given preference." - + + If there are multiple versions of recipes available, this variable determines which recipe should be given preference. You must always suffix the variable with the @@ -8453,7 +8769,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PREMIRRORS[doc] = "Specifies additional paths from which the OpenEmbedded build system gets source code." - + + Specifies additional paths from which the OpenEmbedded build system gets source code. When the build system searches for source code, it first @@ -8501,7 +8818,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PRINC[doc] = "Causes the PR variable of .bbappend files to dynamically increment. This increment minimizes the impact of layer ordering. This variable defaults to '0'." - + + The PRINC variable has been deprecated and triggers a warning if detected during a build. For @@ -8549,7 +8867,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PRIORITY[doc] = "Indicates the importance of a package. The default value is 'optional'. Other standard values are 'required', 'standard' and 'extra'." - + + Indicates the importance of a package. @@ -8574,7 +8893,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PRIVATE_LIBS[doc] = "Specifies libraries installed within a recipe that should be ignored by the OpenEmbedded build system's shared library resolver." - + + Specifies libraries installed within a recipe that should be ignored by the OpenEmbedded build system's shared library resolver. @@ -8609,7 +8929,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PROVIDES[doc] = "A list of aliases that a recipe also provides. These aliases are useful for satisfying dependencies of other recipes during the build as specified by DEPENDS." - + + A list of aliases by which a particular recipe can be known. By default, a recipe's own @@ -8641,7 +8962,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PRSERV_HOST[doc] = "The network based PR service host and port." - + + The network based PR service host and port. @@ -8670,7 +8992,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PRSERV_HOST[doc] = "Specifies whether or not Package Test (ptest) functionality is enabled when building a recipe." - + + Specifies whether or not Package Test (ptest) functionality is enabled when building a recipe. @@ -8688,7 +9011,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PV[doc] = "The version of the recipe. The version is normally extracted from the recipe filename." - + + The version of the recipe. The version is normally extracted from the recipe filename. For example, if the recipe is named @@ -8706,7 +9030,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PYTHON_ABI[doc] = "When used by recipes that inherit the distutils3, setuptools3, distutils, or setuptools classes, denotes the Application Binary Interface (ABI) currently in use for Python." - + + When used by recipes that inherit the distutils3, setuptools3, @@ -8742,7 +9067,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PYTHON_PN[doc] = "When used by recipes that inherit the distutils3, setuptools3, distutils, or setuptools classes, specifies the major Python version being built." - + + When used by recipes that inherit the distutils3, setuptools3, @@ -8778,7 +9104,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" QMAKE_PROFILES[doc] = "Specifies your own subset of .pro files to be built for use with qmake." - + + Specifies your own subset of .pro files to be built for use with qmake. @@ -8806,7 +9133,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" RANLIB[doc] = "Minimal command and arguments to run 'ranlib'." - + + The minimal command and arguments to run ranlib. @@ -8818,7 +9146,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" RCONFLICTS[doc] = "The list of packages that conflict with another package. Note that the package will not be installed if the conflicting packages are not first removed." - + + The list of packages that conflict with packages. Note that packages will not be installed if conflicting packages are not first removed. @@ -8866,7 +9195,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" RDEPENDS[doc] = "Lists a package's runtime dependencies (i.e. other packages) that must be installed for the package to be built. They must be the names of other packages as listed in the PACKAGES variable, not recipe names (PN)." - + + Lists a package's runtime dependencies (i.e. other packages) that must be installed in order for the built package to run correctly. @@ -9001,7 +9331,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" REQUIRED_DISTRO_FEATURES[doc] = "When a recipe inherits the distro_features_check class, this variable identifies distribution features that must exist in the current configuration in order for the OpenEmbedded build system to build the recipe." - + + When inheriting the distro_features_check class, this @@ -9023,7 +9354,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" RM_OLD_IMAGE[doc] = "Reclaims disk space by removing previously built versions of the same image from the images directory pointed to by the DEPLOY_DIR variable." - + + Reclaims disk space by removing previously built versions of the same image from the images directory pointed to by the @@ -9044,7 +9376,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" RM_WORK_EXCLUDE[doc] = "With rm_work enabled, this variable specifies a list of packages whose work directories should not be removed." - + + With rm_work enabled, this variable specifies a list of recipes whose work directories should not be removed. @@ -9059,7 +9392,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" ROOT_HOME[doc] = "Defines the root home directory." - + + Defines the root home directory. By default, this directory is set as follows in the BitBake configuration file: @@ -9095,7 +9429,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" ROOTFS[doc] = "Indicates a filesystem image to include as the root filesystem." - + + Indicates a filesystem image to include as the root filesystem. @@ -9114,7 +9449,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" ROOTFS_POSTPROCESS_COMMAND[doc] = "Added by classes to run post processing commands once the OpenEmbedded build system has created the root filesystem." - + + Added by classes to run post processing commands once the OpenEmbedded build system has created the root filesystem. You can specify shell commands separated by semicolons: @@ -9140,7 +9476,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" RPROVIDES[doc] = "A list of package name aliases that a package also provides. These aliases are useful for satisfying runtime dependencies of other packages both during the build and on the target." - + + A list of package name aliases that a package also provides. These aliases are useful for satisfying runtime dependencies of other packages both during the build and on the target @@ -9168,7 +9505,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" RRECOMMENDS[doc] = "A list of packages that extends the usability of a package being built. The package being built does not depend on this list of packages in order to successfully build, but needs them for the extended usability." - + + A list of packages that extends the usability of a package being built. The package being built does not depend on this list of @@ -9260,7 +9598,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" RREPLACES[doc] = "A list of packages replaced by a package. The package manager uses this variable to determine which package should be installed to replace other package(s) during an upgrade." - + + A list of packages replaced by a package. The package manager uses this variable to determine which package should be installed to replace other package(s) @@ -9315,7 +9654,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" RSUGGESTS[doc] = "A list of additional packages that you can suggest for installation by the package manager at the time a package is installed. Not all package managers support this functionality." - + + A list of additional packages that you can suggest for installation by the package manager at the time a package is installed. @@ -9343,7 +9683,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" S[doc] = "The location in the Build Directory where unpacked package source code resides." - + + The location in the Build Directory where unpacked recipe source code resides. @@ -9380,7 +9721,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SANITY_REQUIRED_UTILITIES[doc] = "Specifies a list of command-line utilities that should be checked for during the initial sanity checking process when running BitBake." - + + Specifies a list of command-line utilities that should be checked for during the initial sanity checking process when running BitBake. @@ -9395,7 +9737,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SANITY_TESTED_DISTROS[doc] = "A list of the host distribution identifiers that the build system has been tested against." - + + A list of the host distribution identifiers that the build system has been tested against. Identifiers consist of the host distributor ID @@ -9419,7 +9762,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SDK_ARCH[doc] = "The target architecture for the SDK." - + + The target architecture for the SDK. Typically, you do not directly set this variable. Instead, use @@ -9433,7 +9777,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SDK_DEPLOY[doc] = "The directory set up and used by the populate_sdk_base to which the SDK is deployed." - + + The directory set up and used by the populate_sdk_base to which the SDK is deployed. @@ -9451,7 +9796,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SDK_DIR[doc] = "The parent directory used by the OpenEmbedded build system when creating SDK output." - + + The parent directory used by the OpenEmbedded build system when creating SDK output. The @@ -9476,7 +9822,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SDK_NAME[doc] = "The base name for SDK output files." - + + The base name for SDK output files. The name is derived from the DISTRO, @@ -9498,7 +9845,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SDK_OS[doc] = "The operating system for which the SDK will be built." - + + Specifies the operating system for which the SDK will be built. The default value is the value of @@ -9512,7 +9860,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SDK_OUTPUT[doc] = "The location used by the OpenEmbedded build system when creating SDK output." - + + The location used by the OpenEmbedded build system when creating SDK output. The @@ -9538,7 +9887,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SDK_PACKAGE_ARCHS[doc] = "Specifies a list of architectures compatible with the SDK machine. This variable is set automatically and should not normally be hand-edited." - + + Specifies a list of architectures compatible with the SDK machine. This variable is set automatically and should not @@ -9557,7 +9907,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SDK_PREFIX[doc] = "The toolchain binary prefix used for nativesdk recipes." - + + The toolchain binary prefix used for nativesdk recipes. The OpenEmbedded build system uses the SDK_PREFIX value to set the @@ -9573,7 +9924,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SDK_SYS[doc] = "Specifies the system, including the architecture and the operating system, for which the SDK will be built." - + + Specifies the system, including the architecture and the operating system, for which the SDK will be built. @@ -9596,7 +9948,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SDK_VENDOR[doc] = "Specifies the name of the SDK vendor." - + + Specifies the name of the SDK vendor. @@ -9607,7 +9960,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SDKIMAGE_FEATURES[doc] = "Equivalent to IMAGE_FEATURES. However, this variable applies to the SDK generated from an image using the command 'bitbake -c populate_sdk imagename'." - + + Equivalent to IMAGE_FEATURES. However, this variable applies to the SDK generated from an @@ -9624,7 +9978,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SDKMACHINE[doc] = "Specifies the architecture (i.e. i686 or x86_64) for which to build SDK and ADT items." - + + The machine for which the Application Development Toolkit (ADT) or SDK is built. In other words, the SDK or ADT is built such that it @@ -9656,7 +10011,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SDKPATH[doc] = "Defines the path offered to the user for installation of the SDK that is generated by the OpenEmbedded build system." - + + Defines the path offered to the user for installation of the SDK that is generated by the OpenEmbedded build system. @@ -9673,7 +10029,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SDKTARGETSYSROOT[doc] = "Full path to the sysroot used for cross-compilation within an SDK as it will be when installed into the default SDKPATH." - + + The full path to the sysroot used for cross-compilation within an SDK as it will be when installed into the default @@ -9687,7 +10044,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SECTION[doc] = "The section in which packages should be categorized. Package management utilities can make use of this variable." - + + The section in which packages should be categorized. Package management utilities can make use of this variable. @@ -9699,7 +10057,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SELECTED_OPTIMIZATION[doc] = "The variable takes the value of FULL_OPTIMIZATION unless DEBUG_BUILD = '1'. In this case, the value of DEBUG_OPTIMIZATION is used." - + + Specifies the optimization flags passed to the C compiler when building for the target. The flags are passed through the default value of the @@ -9723,7 +10082,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SERIAL_CONSOLE[doc] = "The speed and device for the serial port used to attach the serial console. This variable is given to the kernel as the 'console' parameter. After booting occurs, getty is started on that port so remote login is possible." - + + Defines a serial console (TTY) to enable using getty. Provide a value that specifies the baud rate followed by the TTY device name separated by a space. @@ -9747,7 +10107,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SERIAL_CONSOLES[doc] = "Defines the serial consoles (TTYs) to enable using getty." - + + Defines the serial consoles (TTYs) to enable using getty. Provide a value that specifies the baud rate followed by the TTY device name separated by a semicolon. @@ -9764,7 +10125,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SERIAL_CONSOLES_CHECK[doc] = "Similar to SERIAL_CONSOLES except the device is checked for existence before attempting to enable it. Supported only by SysVinit." - + + Similar to SERIAL_CONSOLES except the device is checked for existence before attempting @@ -9780,7 +10142,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS[doc] = "A list of recipe dependencies that should not be used to determine signatures of tasks from one recipe when they depend on tasks from another recipe." - + + A list of recipe dependencies that should not be used to determine signatures of tasks from one recipe when they depend on tasks from another recipe. @@ -9814,7 +10177,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SIGGEN_EXCLUDERECIPES_ABISAFE[doc] = "A list of recipes that are completely stable and will never change." - + + A list of recipes that are completely stable and will never change. The ABI for the recipes in the list are presented by @@ -9837,7 +10201,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SITEINFO_BITS[doc] = "Specifies the number of bits for the target system CPU." - + + Specifies the number of bits for the target system CPU. The value should be either "32" or "64". @@ -9849,7 +10214,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SITEINFO_ENDIANNESS[doc] = "Specifies the endian byte order of the target system. The value should be either 'le' for 'little-endian' or 'be' for 'big-endian'." - + + Specifies the endian byte order of the target system. The value should be either "le" for little-endian or "be" for big-endian. @@ -9861,7 +10227,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SOC_FAMILY[doc] = "Groups together machines based upon the same family of SOC (System On Chip). You typically set this variable in a common .inc file that you include in the configuration files of all the machines." - + + Groups together machines based upon the same family of SOC (System On Chip). You typically set this variable in a common @@ -9882,7 +10249,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SOLIBS[doc] = "Defines the suffix for shared libraries used on the target platform." - + + Defines the suffix for shared libraries used on the target platform. By default, this suffix is ".so.*" for all Linux-based @@ -9903,7 +10271,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SOLIBSDEV[doc] = "Defines the suffix for the development symbolic link (symlink) for shared libraries on the target platform." - + + Defines the suffix for the development symbolic link (symlink) for shared libraries on the target platform. By default, this suffix is ".so" for Linux-based @@ -9924,7 +10293,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SOURCE_MIRROR_FETCH[doc] = "Set as part of a source mirror generation script to skip COMPATIBLE_MACHINE and COMPATIBLE_HOST checks." - + + When you are fetching files to create a mirror of sources (i.e. creating a source mirror), setting SOURCE_MIRROR_FETCH to "1" in your @@ -9955,7 +10325,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SOURCE_MIRROR_URL[doc] = "URL to source mirror that will be used before fetching from original SRC_URI." - + + Defines your own PREMIRRORS from which to first fetch source before attempting to fetch @@ -9985,7 +10356,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SPDXLICENSEMAP[doc] = "Maps commonly used license names to their SPDX counterparts found in meta/files/common-licenses/." - + + Maps commonly used license names to their SPDX counterparts found in meta/files/common-licenses/. For the default SPDXLICENSEMAP @@ -10006,7 +10378,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SPECIAL_PKGSUFFIX[doc] = "A list of prefixes for PN used by the OpenEmbedded build system to create variants of recipes or packages. The list specifies the prefixes to strip off during certain circumstances such as the generation of the BPN variable." - + + A list of prefixes for PN used by the OpenEmbedded build system to create variants of recipes or packages. The list specifies the prefixes to strip off during certain circumstances @@ -10020,7 +10393,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SRC_URI[doc] = "The list of source files - local or remote. This variable tells the OpenEmbedded build system what bits to pull in for the build and how to pull them in." - + + The list of source files - local or remote. This variable tells the OpenEmbedded build system which bits to pull in for the build and how to pull them in. @@ -10185,7 +10559,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SRC_URI_OVERRIDES_PACKAGE_ARCH[doc] = "By default, the OpenEmbedded build system automatically detects whether SRC_URI contains files that are machine-specific. If so, the build system automatically changes PACKAGE_ARCH. Setting this variable to '0' disables this behavior." - + + By default, the OpenEmbedded build system automatically detects whether SRC_URI contains files that are machine-specific. @@ -10201,7 +10576,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SRCDATE[doc] = "The date of the source code used to build the package. This variable applies only if the source was fetched from a Source Code Manager (SCM)." - + + The date of the source code used to build the package. This variable applies only if the source was fetched from a Source Code Manager (SCM). @@ -10213,7 +10589,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SRCPV[doc] = "Returns the version string of the current package. This string is used to help define the value of PV." - + + Returns the version string of the current package. This string is used to help define the value of PV. @@ -10250,7 +10627,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SRCREV[doc] = "The revision of the source code used to build the package. This variable applies to Subversion, Git, Mercurial and Bazaar only." - + + The revision of the source code used to build the package. This variable applies to Subversion, Git, Mercurial and Bazaar only. @@ -10276,7 +10654,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SSTATE_DIR[doc] = "The directory for the shared state cache." - + + The directory for the shared state cache. @@ -10287,7 +10666,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SSTATE_MIRROR_ALLOW_NETWORK[doc] = "If set to "1", allows fetches from mirrors that are specified in SSTATE_MIRRORS to work even when fetching from the network has been disabled by setting BB_NO_NETWORK to "1"." - + + If set to "1", allows fetches from mirrors that are specified in SSTATE_MIRRORS @@ -10309,7 +10689,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SSTATE_MIRRORS[doc] = "Configures the OpenEmbedded build system to search other mirror locations for prebuilt cache data objects before building out the data. You can specify a filesystem directory or a remote URL such as HTTP or FTP." - + + Configures the OpenEmbedded build system to search other mirror locations for prebuilt cache data objects before building out the data. @@ -10350,7 +10731,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAGING_BASE_LIBDIR_NATIVE[doc] = "Specifies the path to the /lib subdirectory of the sysroot directory for the build host." - + + Specifies the path to the /lib subdirectory of the sysroot directory for the build host. @@ -10363,7 +10745,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAGING_BASELIBDIR[doc] = "Specifies the path to the /lib subdirectory of the sysroot directory for the target for which the current recipe is being built (STAGING_DIR_HOST)." - + + Specifies the path to the /lib subdirectory of the sysroot directory for the target for which the current recipe is being built @@ -10377,7 +10760,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAGING_BINDIR[doc] = "Specifies the path to the /usr/bin subdirectory of the sysroot directory for the target for which the current recipe is being built (STAGING_DIR_HOST)." - + + Specifies the path to the /usr/bin subdirectory of the sysroot directory for the target for which the current @@ -10392,7 +10776,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAGING_BINDIR_CROSS[doc] = "Specifies the path to the directory containing binary configuration scripts. These scripts provide configuration information for other software that wants to make use of libraries or include files provided by the software associated with the script." - + + Specifies the path to the directory containing binary configuration scripts. These scripts provide configuration information for @@ -10417,7 +10802,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAGING_BINDIR_NATIVE[doc] = "Specifies the path to the /usr/bin subdirectory of the sysroot directory for the build host." - + + Specifies the path to the /usr/bin subdirectory of the sysroot directory for the build host. @@ -10430,7 +10816,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAGING_DATADIR[doc] = "Specifies the path to the /usr/share subdirectory of the sysroot directory for the target for which the current recipe is being built (STAGING_DIR_HOST)." - + + Specifies the path to the /usr/share subdirectory of the sysroot directory for the target for which the current recipe is being built @@ -10444,7 +10831,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAGING_DATADIR_NATIVE[doc] = "Specifies the path to the /usr/share subdirectory of the sysroot directory for the build host." - + + Specifies the path to the /usr/share subdirectory of the sysroot directory for the build host. @@ -10456,7 +10844,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAGING_DIR[doc] = "Specifies the path to the top-level sysroots directory (i.e. ${TMPDIR}/sysroots)." - + + Specifies the path to the top-level sysroots directory (i.e. ${TMPDIR}/sysroots). @@ -10480,7 +10869,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAGING_DIR_HOST[doc] = "Specifies the path to the primary sysroot directory for which the target is being built." - + + Specifies the path to the primary sysroot directory for which the target is being built. Depending on the type of recipe and the build target, the @@ -10509,7 +10899,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAGING_DIR_NATIVE[doc] = "Specifies the path to the sysroot directory for the build host." - + + Specifies the path to the sysroot directory for the build host. @@ -10521,7 +10912,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAGING_DIR_TARGET[doc] = "Specifies the path to the sysroot directory for the target for which the current recipe is being built." - + + Specifies the path to the sysroot directory for the target for which the current recipe is being built. In most cases, this path is the @@ -10548,7 +10940,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAGING_ETCDIR_NATIVE[doc] = "Specifies the path to the /etc subdirectory of the sysroot directory for the build host." - + + Specifies the path to the /etc subdirectory of the sysroot directory for the build host. @@ -10561,7 +10954,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAGING_EXECPREFIXDIR[doc] = "Specifies the path to the /usr subdirectory of the sysroot directory for the target for which the current recipe is being built (STAGING_DIR_HOST)." - + + Specifies the path to the /usr subdirectory of the sysroot directory for the target for which the current recipe is being built @@ -10575,7 +10969,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAGING_INCDIR[doc] = "Specifies the path to the /usr/include subdirectory of the sysroot directory for the target for which the current recipe being built (STAGING_DIR_HOST)." - + + Specifies the path to the /usr/include subdirectory of the sysroot directory for the target for which the current @@ -10590,7 +10985,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAGING_INCDIR_NATIVE[doc] = "Specifies the path to the /usr/include subdirectory of the sysroot directory for the build host." - + + Specifies the path to the /usr/include subdirectory of the sysroot directory for the build host. @@ -10602,7 +10998,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAGING_KERNEL_DIR[doc] = "The directory with kernel headers that are required to build out-of-tree modules." - + + The directory with kernel headers that are required to build out-of-tree modules. @@ -10614,7 +11011,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAGING_LIBDIR[doc] = "Specifies the path to the /usr/lib subdirectory of the sysroot directory for the target for which the current recipe is being built (STAGING_DIR_HOST)." - + + Specifies the path to the /usr/lib subdirectory of the sysroot directory for the target for which the current recipe is being built @@ -10628,7 +11026,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAGING_LIBDIR_NATIVE[doc] = "Specifies the path to the /usr/lib subdirectory of the sysroot directory for the build host." - + + Specifies the path to the /usr/lib subdirectory of the sysroot directory for the build host. @@ -10640,7 +11039,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAMP[doc] = "Specifies the base path used to create recipe stamp files. The path to an actual stamp file is constructed by evaluating this string and then appending additional information." - + + Specifies the base path used to create recipe stamp files. The path to an actual stamp file is constructed by evaluating this string and then appending additional information. @@ -10669,7 +11069,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAMPS_DIR[doc] = "Specifies the base directory in which the OpenEmbedded build system places stamps." - + + Specifies the base directory in which the OpenEmbedded build system places stamps. The default directory is @@ -10683,7 +11084,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STRIP[doc] = "Minimal command and arguments to run 'strip' (strip symbols)." - + + The minimal command and arguments to run strip, which is used to strip symbols. @@ -10696,7 +11098,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SUMMARY[doc] = "The short (80 characters or less) summary of the binary package for packaging systems such as opkg, rpm or dpkg. By default, SUMMARY is used to define the DESCRIPTION variable if DESCRIPTION is not set in the recipe." - + + The short (72 characters or less) summary of the binary package for packaging systems such as opkg, rpm or dpkg. @@ -10713,7 +11116,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SVNDIR[doc] = "The directory where Subversion checkouts will be stored." - + + The directory in which files checked out of a Subversion system are stored. @@ -10725,7 +11129,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SYSLINUX_DEFAULT_CONSOLE[doc] = "Specifies the kernel boot default console." - + + Specifies the kernel boot default console. If you want to use a console other than the default, set this variable in your recipe as follows where "X" is @@ -10749,7 +11154,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SYSLINUX_OPTS[doc] = "Lists additional options to add to the syslinux file." - + + Lists additional options to add to the syslinux file. You need to set this variable in your recipe. If you want to list multiple options, separate the options @@ -10769,7 +11175,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SYSLINUX_SERIAL[doc] = "Specifies the alternate serial port or turns it off." - + + Specifies the alternate serial port or turns it off. To turn off serial, set this variable to an empty string in your recipe. @@ -10792,7 +11199,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SYSLINUX_SPLASH[doc] = "An .LSS file used as the background for the VGA boot menu when you are using the boot menu." - + + An .LSS file used as the background for the VGA boot menu when you are using the boot menu. You need to set this variable in your recipe. @@ -10812,7 +11220,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SYSLINUX_SERIAL_TTY[doc] = "Specifies the alternate console=tty... kernel boot argument." - + + Specifies the alternate console=tty... kernel boot argument. The variable's default value is set in the syslinux @@ -10833,7 +11242,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SYSROOT_PREPROCESS_FUNCS[doc] = "A list of functions to execute after files are staged into the sysroot. These functions are usually used to apply additional processing on the staged files, or to stage additional files." - + + A list of functions to execute after files are staged into the sysroot. These functions are usually used to apply additional @@ -10848,7 +11258,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SYSTEMD_AUTO_ENABLE[doc] = "For recipes that inherit the systemd class, this variable specifies whether the service you have specified in SYSTEMD_SERVICE should be started automatically or not." - + + When inheriting the systemd class, this variable specifies whether the service you have @@ -10877,7 +11288,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SYSTEMD_PACKAGES[doc] = "For recipes that inherit the systemd class, this variable locates the systemd unit files when they are not found in the main recipe's package." - + + When inheriting the systemd class, this variable locates the systemd unit files when @@ -10906,7 +11318,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SYSTEMD_SERVICE[doc] = "For recipes that inherit the systemd class, this variable specifies the systemd service name for a package." - + + When inheriting the systemd class, this variable specifies the systemd service name for @@ -10930,7 +11343,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SYSVINIT_ENABLED_GETTYS[doc] = "Specifies which virtual terminals should be running a getty, the default is '1'." - + + When using SysVinit, specifies a space-separated list of the virtual terminals @@ -10958,7 +11372,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" T[doc] = "This variable points to a directory were BitBake places temporary files, which consist mostly of task logs and scripts, when building a particular recipe." - + + This variable points to a directory were BitBake places temporary files, which consist mostly of task logs and scripts, when building a particular recipe. @@ -10986,7 +11401,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TARGET_ARCH[doc] = "The architecture of the device being built. The OpenEmbedded build system supports the following architectures: arm, mips, ppc, x86, x86-64." - + + The target machine's architecture. The OpenEmbedded build system supports many architectures. @@ -11018,7 +11434,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TARGET_AS_ARCH[doc] = "Specifies architecture-specific assembler flags for the target system." - + + Specifies architecture-specific assembler flags for the target system. TARGET_AS_ARCH is initialized from @@ -11037,7 +11454,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TARGET_CC_ARCH[doc] = "Specifies architecture-specific C compiler flags for the target system." - + + Specifies architecture-specific C compiler flags for the target system. TARGET_CC_ARCH is initialized from @@ -11060,7 +11478,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TARGET_CC_KERNEL_ARCH[doc] = "This is a specific kernel compiler flag for a CPU or Application Binary Interface (ABI) tune." - + + This is a specific kernel compiler flag for a CPU or Application Binary Interface (ABI) tune. The flag is used rarely and only for cases where a @@ -11084,7 +11503,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TARGET_CFLAGS[doc] = "Flags passed to the C compiler for the target system. This variable evaluates to the same as CFLAGS." - + + Specifies the flags to pass to the C compiler when building for the target. When building in the target context, @@ -11109,7 +11529,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TARGET_CPPFLAGS[doc] = "Specifies the flags to pass to the C pre-processor (i.e. to both the C and the C++ compilers) when building for the target." - + + Specifies the flags to pass to the C pre-processor (i.e. to both the C and the C++ compilers) when building for the target. @@ -11135,7 +11556,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TARGET_CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler when building for the target." - + + Specifies the flags to pass to the C++ compiler when building for the target. When building in the target context, @@ -11160,7 +11582,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TARGET_FPU[doc] = "Specifies the method for handling FPU code. For FPU-less targets, which include most ARM CPUs, the variable must be set to 'soft'. If not, the kernel emulation gets used, which results in a performance penalty." - + + Specifies the method for handling FPU code. For FPU-less targets, which include most ARM CPUs, the variable must be set to "soft". @@ -11174,7 +11597,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TARGET_LD_ARCH[doc] = "Specifies architecture-specific linker flags for the target system." - + + Specifies architecture-specific linker flags for the target system. TARGET_LD_ARCH is initialized from @@ -11193,7 +11617,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TARGET_LDFLAGS[doc] = "Specifies the flags to pass to the linker when building for the target." - + + Specifies the flags to pass to the linker when building for the target. When building in the target context, @@ -11218,7 +11643,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TARGET_OS[doc] = "Specifies the target's operating system." - + + Specifies the target's operating system. The variable can be set to "linux" for glibc-based systems and to "linux-uclibc" for uclibc. @@ -11233,7 +11659,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TARGET_PREFIX[doc] = "The prefix used for the toolchain binary target tools." - + + Specifies the prefix used for the toolchain binary target tools. @@ -11267,7 +11694,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TARGET_SYS[doc] = "The target system is comprised of TARGET_ARCH,TARGET_VENDOR and TARGET_OS." - + + Specifies the system, including the architecture and the operating system, for which the build is occurring in the context of the current recipe. @@ -11310,7 +11738,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TARGET_VENDOR[doc] = "The name of the target vendor." - + + Specifies the name of the target vendor. @@ -11321,7 +11750,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TCLIBCAPPEND[doc] = "Specifies a suffix appended to TMPDIR that identifies the libc variant for the build." - + + Specifies a suffix to be appended onto the TMPDIR value. @@ -11351,7 +11781,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TCLIBC[doc] = "Specifies GNU standard C library (libc) variant to use during the build process. You can select 'glibc' or 'uclibc'." - + + Specifies the GNU standard C library (libc) variant to use during the build process. This variable replaces POKYLIBC, which is no longer @@ -11373,7 +11804,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TCMODE[doc] = "Enables an external toolchain (where provided by an additional layer) if set to a value other than 'default'." - + + Specifies the toolchain selector. TCMODE controls the characteristics of the generated packages and images by telling the @@ -11440,7 +11872,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TEST_EXPORT_DIR[doc] = "The location the OpenEmbedded build system uses to export tests when the TEST_EXPORT_ONLY variable is set to "1"." - + + The location the OpenEmbedded build system uses to export tests when the TEST_EXPORT_ONLY @@ -11459,7 +11892,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TEST_EXPORT_ONLY[doc] = "Specifies to export the tests only. Set this variable to "1" if you do not want to run the tests but you want them to be exported in a manner that you to run them outside of the build system." - + + Specifies to export the tests only. Set this variable to "1" if you do not want to run the tests but you want them to be exported in a manner that @@ -11473,7 +11907,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TEST_IMAGE[doc] = "Enables test booting of virtual machine images under the QEMU emulator after any root filesystems are created and runs tests against those images." - + + Automatically runs the series of automated tests for images when an image is successfully built. @@ -11506,7 +11941,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TEST_LOG_DIR[doc] = "Holds the SSH log and the boot log for QEMU machines. The TEST_LOG_DIR variable defaults to "${WORKDIR}/testimage"." - + + Holds the SSH log and the boot log for QEMU machines. The TEST_LOG_DIR variable defaults to "${WORKDIR}/testimage". @@ -11524,7 +11960,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TEST_POWERCONTROL_CMD[doc] = "For automated hardware testing, specifies the command to use to control the power of the target machine under test" - + + For automated hardware testing, specifies the command to use to control the power of the target machine under test. Typically, this command would point to a script that @@ -11543,7 +11980,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TEST_POWERCONTROL_EXTRA_ARGS[doc] = "For automated hardware testing, specifies additional arguments to pass through to the command specified in TEST_POWERCONTROL_CMD" - + + For automated hardware testing, specifies additional arguments to pass through to the command specified in TEST_POWERCONTROL_CMD. @@ -11561,7 +11999,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TEST_QEMUBOOT_TIMEOUT[doc] = "The time in seconds allowed for an image to boot before automated runtime tests begin to run against an image." - + + The time in seconds allowed for an image to boot before automated runtime tests begin to run against an image. @@ -11584,7 +12023,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TEST_SERIALCONTROL_CMD[doc] = "For automated hardware testing, specifies the command to use to connect to the serial console of the target machine under test." - + + For automated hardware testing, specifies the command to use to connect to the serial console of the target machine under test. @@ -11609,7 +12049,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TEST_SERIALCONTROL_EXTRA_ARGS[doc] = "For automated hardware testing, specifies additional arguments to pass through to the command specified in TEST_SERIALCONTROL_CMD." - + + For automated hardware testing, specifies additional arguments to pass through to the command specified in TEST_SERIALCONTROL_CMD. @@ -11627,7 +12068,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TEST_SERVER_IP[doc] = "The IP address of the build machine (host machine). This IP address is usually automatically detected." - + + The IP address of the build machine (host machine). This IP address is usually automatically detected. However, if detection fails, this variable needs to be set @@ -11648,7 +12090,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TEST_TARGET[doc] = "For automated runtime testing, specifies the method of deploying the image and running tests on the target machine." - + + Specifies the target controller to use when running tests against a test image. The default controller to use is "qemu": @@ -11719,7 +12162,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TEST_TARGET_IP[doc] = "The IP address of your hardware under test." - + + The IP address of your hardware under test. The TEST_TARGET_IP variable has no effect when @@ -11748,7 +12192,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TEST_SUITES[doc] = "An ordered list of tests (modules) to run against an image when performing automated runtime testing." - + + An ordered list of tests (modules) to run against an image when performing automated runtime testing. @@ -11806,7 +12251,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" THISDIR[doc] = "The directory in which the file BitBake is currently parsing is located." - + + The directory in which the file BitBake is currently parsing is located. Do not manually set this variable. @@ -11819,7 +12265,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TIME[doc] = "The time the build was started using HMS format." - + + The time the build was started. Times appear using the hour, minute, and second (HMS) format (e.g. "140159" for one minute and fifty-nine @@ -11833,7 +12280,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" 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." - + + This variable is the base directory the OpenEmbedded build system uses for all build output and intermediate files (other than the shared state cache). @@ -11874,7 +12322,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TOOLCHAIN_HOST_TASK[doc] = "This variable lists packages the OpenEmbedded build system uses when building an SDK, which contains a cross-development environment." - + + This variable lists packages the OpenEmbedded build system uses when building an SDK, which contains a cross-development environment. @@ -11907,7 +12356,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TOOLCHAIN_TARGET_TASK[doc] = "This variable lists packages the OpenEmbedded build system uses when it creates the target part of an SDK, which includes libraries and headers." - + + This variable lists packages the OpenEmbedded build system uses when it creates the target part of an SDK (i.e. the part built for the target hardware), which @@ -11932,7 +12382,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TOPDIR[doc] = "The Build Directory. BitBake automatically sets this variable. The OpenEmbedded build system uses the Build Directory when building images." - + + The top-level Build Directory. BitBake automatically sets this variable when you @@ -11949,7 +12400,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TRANSLATED_TARGET_ARCH[doc] = "A sanitized version of TARGET_ARCH. This variable is used where the architecture is needed in a value where underscores are not allowed." - + + A sanitized version of TARGET_ARCH. This variable is used where the architecture is needed in @@ -11970,7 +12422,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TUNE_ARCH[doc] = "The GNU canonical architecture for a specific architecture (i.e. arm, armeb, mips, mips64, and so forth)." - + + The GNU canonical architecture for a specific architecture (i.e. arm, armeb, @@ -12028,7 +12481,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TUNE_ASARGS[doc] = "Specifies architecture-specific assembler flags for the target system." - + + Specifies architecture-specific assembler flags for the target system. The set of flags is based on the selected tune features. @@ -12058,7 +12512,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TUNE_CCARGS[doc] = "Specifies architecture-specific C compiler flags for the target system." - + + Specifies architecture-specific C compiler flags for the target system. The set of flags is based on the selected tune features. @@ -12082,7 +12537,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TUNE_LDARGS[doc] = "Specifies architecture-specific linker flags for the target system." - + + Specifies architecture-specific linker flags for the target system. The set of flags is based on the selected tune features. @@ -12112,7 +12568,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TUNE_FEATURES[doc] = "Features used to "tune" a compiler for optimal use given a specific processor." - + + Features used to "tune" a compiler for optimal use given a specific processor. The features are defined within the tune files and allow @@ -12145,7 +12602,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TUNE_PKGARCH[doc] = "The package architecture understood by the packaging system to define the architecture, ABI, and tuning of output packages." - + + The package architecture understood by the packaging system to define the architecture, ABI, and tuning of output packages. @@ -12175,7 +12633,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TUNEABI[doc] = "An underlying ABI used by a particular tuning in a given toolchain layer. This feature allows providers using prebuilt libraries to check compatibility of a tuning against their selection of libraries." - + + An underlying Application Binary Interface (ABI) used by a particular tuning in a given toolchain layer. Providers that use prebuilt libraries can use the @@ -12202,7 +12661,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TUNEABI_OVERRIDE[doc] = "If set, ignores TUNEABI_WHITELIST." - + + If set, the OpenEmbedded system ignores the TUNEABI_WHITELIST variable. @@ -12228,7 +12688,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TUNEABI_WHITELIST[doc] = "A whitelist of permissible TUNEABI values. If the variable is not set, all values are allowed." - + + A whitelist of permissible TUNEABI values. @@ -12255,7 +12716,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TUNECONFLICTS[doc] = "Specifies CPU or Application Binary Interface (ABI) tuning features that conflict with specified feature." - + + Specifies CPU or Application Binary Interface (ABI) tuning features that conflict with feature. @@ -12280,7 +12742,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TUNEVALID[doc] = "Descriptions, stored as flags, of valid tuning features." - + + Specifies a valid CPU or Application Binary Interface (ABI) tuning feature. The specified feature is stored as a flag. @@ -12309,7 +12772,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" UBOOT_CONFIG[doc] = "Configures the UBOOT_MACHINE and can also define IMAGE_FSTYPES for individual cases." - + + Configures the UBOOT_MACHINE and can also define @@ -12351,7 +12815,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" UBOOT_ENTRYPOINT[doc] = "Specifies the entry point for the U-Boot image." - + + Specifies the entry point for the U-Boot image. During U-Boot image creation, the UBOOT_ENTRYPOINT variable is passed @@ -12366,7 +12831,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" UBOOT_LOADADDRESS[doc] = "Specifies the load address for the U-Boot image." - + + Specifies the load address for the U-Boot image. During U-Boot image creation, the UBOOT_LOADADDRESS variable is passed @@ -12381,7 +12847,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" UBOOT_LOCALVERSION[doc] = "Appends a string to the name of the local version of the U-Boot image." - + + Appends a string to the name of the local version of the U-Boot image. For example, assuming the version of the U-Boot image @@ -12400,7 +12867,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" UBOOT_MACHINE[doc] = "Specifies the value passed on the make command line when building a U-Boot image." - + + Specifies the value passed on the make command line when building a U-Boot image. @@ -12423,7 +12891,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" UBOOT_MAKE_TARGET[doc] = "Specifies the target called in the Makefile." - + + Specifies the target called in the Makefile. The default target is "all". @@ -12436,7 +12905,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" UBOOT_SUFFIX[doc] = "Points to the generated U-Boot extension." - + + Points to the generated U-Boot extension. For example, u-boot.sb has a .sb extension. @@ -12454,7 +12924,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" UBOOT_TARGET[doc] = "Specifies the target used for building U-Boot." - + + Specifies the target used for building U-Boot. The target is passed directly as part of the "make" command (e.g. SPL and AIS). @@ -12470,7 +12941,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" UPDATERCPN[doc] = "Specifies the package that contains the initscript that is to be enabled." - + + For recipes inheriting the update-rc.d class, UPDATERCPN specifies @@ -12492,7 +12964,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" USE_DEVFS[doc] = "Determines if devtmpfs is used for /dev population." - + + Determines if devtmpfs is used for /dev population. The default value used for USE_DEVFS @@ -12516,7 +12989,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" USE_VT[doc] = "When using SysVinit, determines whether or not to run a getty on any virtual terminals in order to enable logging in through those terminals." - + + When using SysVinit, determines whether or not to run a @@ -12541,7 +13015,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" USER_CLASSES[doc] = "List of additional classes to use when building images that enable extra features." - + + A list of classes to globally inherit. These classes are used by the OpenEmbedded build system to enable extra features (e.g. @@ -12568,7 +13043,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" USERADD_ERROR_DYNAMIC[doc] = "Forces the OpenEmbedded build system to produce an error if the user identification (uid) and group identification (gid) values are not defined in files/passwd and files/group files." - + + Forces the OpenEmbedded build system to produce an error if the user identification (uid) and group identification (gid) values @@ -12608,7 +13084,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" USERADD_GID_TABLES[doc] = "Specifies a password file to use for obtaining static group identification (gid) values when the OpenEmbedded build system adds a group to the system during package installation." - + + Specifies a password file to use for obtaining static group identification (gid) values when the OpenEmbedded build system adds a group to the @@ -12643,7 +13120,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" USERADD_PACKAGES[doc] = "When a recipe inherits the useradd class, this variable specifies the individual packages within the recipe that require users and/or groups to be added." - + + When inheriting the useradd class, this variable @@ -12679,7 +13157,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" USERADD_PARAM[doc] = "When a recipe inherits the useradd class, this variable specifies for a package what parameters should be passed to the useradd command if you wish to add a user to the system when the package is installed." - + + When inheriting the useradd class, this variable @@ -12709,7 +13188,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" USERADD_UID_TABLES[doc] = "Specifies a password file to use for obtaining static user identification (uid) values when the OpenEmbedded build system adds a user to the system during package installation." - + + Specifies a password file to use for obtaining static user identification (uid) values when the OpenEmbedded build system adds a user to the @@ -12744,7 +13224,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" USERADDEXTENSION[doc] = "When set to "useradd-staticids", causes the OpenEmbedded build system to base all user and group additions on a static passwd and group files found in BBPATH." - + + When set to "useradd-staticids", causes the OpenEmbedded build system to base all user and group additions on a static @@ -12799,7 +13280,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" WARN_QA[doc] = "Specifies the quality assurance checks whose failures are reported as warnings by the OpenEmbedded build system." - + + Specifies the quality assurance checks whose failures are reported as warnings by the OpenEmbedded build system. You set this variable in your distribution configuration @@ -12817,7 +13299,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" WORKDIR[doc] = "The pathname of the working directory in which the OpenEmbedded build system builds a recipe. This directory is located within the TMPDIR directory structure and changes as different packages are built." - + + The pathname of the work directory in which the OpenEmbedded build system builds a recipe. This directory is located within the @@ -12879,7 +13362,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" to provide an X server and drivers for the current machine." - + + Specifies the packages that should be installed to provide an X server and drivers for the current machine, assuming your image directly includes -- cgit v1.2.3-54-g00ecf