From 81fb49bb05a24e0c61ecb918443d6fa18acead64 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 13 Nov 2014 08:11:07 -0600 Subject: [PATCH] ref-manual: Added info strings for variables in glossary. Fixes [YOCTO #5600] Added a tag pair with a short description of the variable to each variable in the glossary. The short description is what will be used in the documentation.conf file. Scripting from engineering will pick up the variable description automatically. The information between the tags does not appear in the HTML or PDF output. (From yocto-docs rev: 57fb9100e377a96c330be20613c5895b25910022) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 1495 ++++++++++++++++++-- 1 file changed, 1379 insertions(+), 116 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 510563a00b..ced40c0549 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -47,6 +47,9 @@ A ABIEXTENSION + + 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) @@ -66,7 +69,10 @@ - ALLOW_EMPTY + ALLOW_EMPTY + + 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. @@ -86,9 +92,12 @@ - + - ALTERNATIVE + ALTERNATIVE + + ALTERNATIVE[doc] = "Lists commands in a package that need an alternative binary naming scheme." + Lists commands in a package that need an alternative @@ -113,9 +122,12 @@ section. - + - ALTERNATIVE_LINK_NAME + ALTERNATIVE_LINK_NAME + + 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 @@ -146,9 +158,12 @@ section. - + - ALTERNATIVE_PRIORITY + ALTERNATIVE_PRIORITY + + ALTERNATIVE_PRIORITY[doc] = "Used by the alternatives system to create default priorities for duplicated commands." + Used by the alternatives system to create default @@ -171,9 +186,12 @@ section. - + - ALTERNATIVE_TARGET + ALTERNATIVE_TARGET + + 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 @@ -222,9 +240,12 @@ section. - + - APPEND + APPEND + + APPEND[doc] = "An override list of append strings for each LABEL." + An override list of append strings for each @@ -237,9 +258,12 @@ class for more information on how this variable is used. - + - ASSUME_PROVIDED + ASSUME_PROVIDED + + ASSUME_PROVIDED[doc] = "Lists recipe names (PN values) BitBake does not attempt to build." + Lists recipe names @@ -257,32 +281,42 @@ used rather than building git-native. - + - AUTHOR + AUTHOR + + 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. - + - AUTO_SYSLINUXMENU + AUTO_SYSLINUXMENU + + AUTO_SYSLINUXMENU[doc] = "Enables creating an automatic menu for the syslinux bootloader." + - Enables creating an automatic menu. - You must set this in your recipe. + Enables creating an automatic menu for the syslinux + bootloader. + You must set this variable in your recipe. The syslinux class checks this variable. - + AUTOREV + + 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 the latest - source revision in the repository. + is set to the value of this variable, it specifies to use + the latest source revision in the repository. Here is an example: SRCREV = "${AUTOREV}" @@ -292,8 +326,11 @@ AVAILTUNES + + 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. @@ -318,12 +355,14 @@ - B B + + 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 @@ -347,6 +386,9 @@ BAD_RECOMMENDATIONS + + 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. @@ -395,6 +437,9 @@ BASE_LIB + + 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 @@ -417,6 +462,9 @@ BB_DANGLINGAPPENDS_WARNONLY + + 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 @@ -451,6 +499,9 @@ BB_DISKMON_DIRS + + 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 @@ -546,6 +597,9 @@ BB_DISKMON_WARNINTERVAL + + 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. @@ -614,6 +668,9 @@ BB_GENERATE_MIRROR_TARBALLS + + 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 @@ -637,12 +694,15 @@ BB_NUMBER_THREADS + + BB_NUMBER_THREADS[doc] = "The maximum number of tasks BitBake should run in parallel at any one time. A good rule of thumb is for this variable to be twice the number of cores." + The maximum number of tasks BitBake should run in parallel at any one time. If your host development system supports multiple cores, - a good rule of thumb is to set this variable to twice the + a good rule of thumb is to have this variable be twice the number of cores. @@ -654,6 +714,9 @@ BBCLASSEXTEND + + 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. @@ -678,6 +741,9 @@ BBFILE_COLLECTIONS + + 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_* @@ -689,6 +755,9 @@ BBFILE_PATTERN + + 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 @@ -700,6 +769,9 @@ BBFILE_PRIORITY + + 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. This variable is useful in situations where the same recipe appears in @@ -731,18 +803,27 @@ BBFILES + + BBFILES[doc] = "List of recipe files used by BitBake to build software." + List of recipe files used by BitBake to build software. BBINCLUDELOGS + + BBINCLUDELOGS[doc] = "Variable that controls how BitBake displays logs on build failure." + Variable that controls how BitBake displays logs on build failure. BBLAYERS + + 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 @@ -768,6 +849,9 @@ BBLAYERS_NON_REMOVABLE + + 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 @@ -802,6 +886,9 @@ 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. @@ -861,6 +948,9 @@ BBPATH + + BBPATH[doc] = "Used by BitBake to locate .bbclass and configuration files. This variable is analogous to the PATH variable." + Used by BitBake to locate @@ -886,6 +976,9 @@ BBSERVER + + BBSERVER[doc] = "Points to the server that runs memory-resident BitBake." + Points to the server that runs memory-resident BitBake. @@ -908,6 +1001,9 @@ BINCONFIG + + 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 @@ -932,6 +1028,9 @@ BINCONFIG_GLOB + + BINCONFIG_GLOB[doc] = "When inheriting binconfig.bbclass from a recipe, this variable specifies a wildcard for configuration scripts that need editing." + When inheriting the @@ -956,6 +1055,9 @@ BP + + 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-, @@ -968,6 +1070,9 @@ BPN + + 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 @@ -983,6 +1088,9 @@ BUGTRACKER + + BUGTRACKER[doc] = "Specifies a URL for an upstream bug tracking website for a recipe." + Specifies a URL for an upstream bug tracking website for @@ -995,6 +1103,9 @@ BUILD_CFLAGS + + 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 @@ -1007,6 +1118,9 @@ BUILD_CPPFLAGS + + 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 @@ -1020,6 +1134,9 @@ BUILD_CXXFLAGS + + 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 @@ -1032,6 +1149,9 @@ BUILD_LDFLAGS + + 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 @@ -1044,6 +1164,9 @@ BUILD_OPTIMIZATION + + 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 @@ -1064,6 +1187,9 @@ BUILDDIR + + BUILDDIR[doc] = "Points to the location of the Build Directory." + Points to the location of the @@ -1082,6 +1208,9 @@ BUILDHISTORY_COMMIT + + 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 @@ -1110,6 +1239,9 @@ BUILDHISTORY_COMMIT_AUTHOR + + BUILDHISTORY_COMMIT_AUTHOR[doc] = "When inheriting the buildhistory class, this variable specifies the author to use for each Git commit." + When inheriting the @@ -1141,6 +1273,9 @@ BUILDHISTORY_DIR + + BUILDHISTORY_DIR[doc] = "When inheriting the buildhistory class, this variable specifies the directory in which build history information is kept." + When inheriting the @@ -1162,6 +1297,9 @@ BUILDHISTORY_FEATURES + + BUILDHISTORY_FEATURES[doc] = "When inheriting the buildhistory class, this variable specifies the build history features to be enabled." + When inheriting the @@ -1203,6 +1341,9 @@ BUILDHISTORY_IMAGE_FILES + + 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 @@ -1232,6 +1373,9 @@ BUILDHISTORY_PUSH_REPO + + 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 @@ -1263,6 +1407,9 @@ BUILDSDK_CFLAGS + + 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 @@ -1276,6 +1423,9 @@ BUILDSDK_CPPFLAGS + + 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 @@ -1290,6 +1440,9 @@ BUILDSDK_CXXFLAGS + + 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 @@ -1303,6 +1456,9 @@ BUILDSDK_LDFLAGS + + 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 @@ -1316,6 +1472,9 @@ BUILDSTATS_BASE + + 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 @@ -1330,6 +1489,9 @@ BUSYBOX_SPLIT_SUID + + 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 @@ -1353,6 +1515,9 @@ C CFLAGS + + 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. @@ -1385,6 +1550,9 @@ CLASSOVERRIDE + + 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 @@ -1411,6 +1579,9 @@ COMBINED_FEATURES + + COMBINED_FEATURES[doc] = "A set of features common between MACHINE_FEATURES and DISTRO_FEATURES." + Provides a list of hardware features that are enabled in @@ -1437,6 +1608,9 @@ COMMON_LICENSE_DIR + + 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 @@ -1448,6 +1622,9 @@ COMPATIBLE_HOST + + 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 @@ -1465,6 +1642,9 @@ COMPATIBLE_MACHINE + + 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. @@ -1480,6 +1660,9 @@ COMPLEMENTARY_GLOB + + 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 @@ -1507,6 +1690,9 @@ CONFFILES + + CONFFILES[doc] = "Identifies editable or configurable files that are part of a package." + Identifies editable or configurable files that are part of a package. @@ -1557,6 +1743,9 @@ CONFIG_INITRAMFS_SOURCE + + 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. @@ -1589,6 +1778,9 @@ CONFIG_SITE + + 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 @@ -1600,6 +1792,9 @@ CONFLICT_DISTRO_FEATURES + + 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 @@ -1619,6 +1814,9 @@ COPY_LIC_DIRS + + 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 @@ -1634,6 +1832,9 @@ COPY_LIC_MANIFEST + + 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 @@ -1645,6 +1846,9 @@ CORE_IMAGE_EXTRA_INSTALL + + 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. @@ -1661,6 +1865,9 @@ COREBASE + + COREBASE[doc] = "Specifies the parent directory of the OpenEmbedded Core Metadata layer (i.e. meta)." + Specifies the parent directory of the OpenEmbedded @@ -1683,6 +1890,9 @@ CPPFLAGS + + 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 @@ -1716,6 +1926,9 @@ CXXFLAGS + + CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler." + Specifies the flags to pass to the C++ compiler. @@ -1752,6 +1965,9 @@ D D + + D[doc] = "The destination directory." + The destination directory. @@ -1768,6 +1984,9 @@ DATETIME + + DATETIME[doc] = "The date and time the build was started." + The date and time on which the current build started. @@ -1777,6 +1996,9 @@ DEBUG_BUILD + + 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. @@ -1788,6 +2010,9 @@ DEBUG_OPTIMIZATION + + 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 @@ -1800,6 +2025,9 @@ DEFAULT_PREFERENCE + + DEFAULT_PREFERENCE[doc] = "Specifies a weak bias for recipe selection priority." + Specifies a weak bias for recipe selection priority. @@ -1824,6 +2052,9 @@ DEFAULTTUNE + + 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) @@ -1845,6 +2076,9 @@ DEPENDS + + DEPENDS[doc] = "Lists a recipe's build-time dependencies (i.e. other recipe files)." + Lists a recipe's build-time dependencies @@ -1880,6 +2114,9 @@ DEPLOY_DIR + + 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 @@ -1905,6 +2142,9 @@ DEPLOY_DIR_IMAGE + + 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 @@ -1932,6 +2172,9 @@ DEPLOYDIR + + DEPLOYDIR[doc] = "For recipes that inherit the deploy class, the DEPLOYDIR points to a temporary work area for deployed files." + When inheriting the @@ -1953,6 +2196,9 @@ DESCRIPTION + + 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 @@ -1964,6 +2210,9 @@ DISK_SIGNATURE + + DISK_SIGNATURE[doc] = "A 32-bit MBR disk signature used by directdisk images." + A 32-bit MBR disk signature used by @@ -2014,6 +2263,9 @@ DISTRO + + 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. @@ -2056,6 +2308,9 @@ DISTRO_EXTRA_RDEPENDS + + 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. @@ -2072,6 +2327,9 @@ DISTRO_EXTRA_RRECOMMENDS + + 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 @@ -2084,6 +2342,9 @@ DISTRO_FEATURES + + DISTRO_FEATURES[doc] = "The features enabled for the distribution." + The software support you want in your distribution for @@ -2117,6 +2378,9 @@ DISTRO_FEATURES_BACKFILL + + 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 @@ -2136,6 +2400,9 @@ DISTRO_FEATURES_BACKFILL_CONSIDERED + + 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 @@ -2149,12 +2416,18 @@ DISTRO_NAME + + DISTRO_NAME[doc] = "The long name of the distribution." + The long name of the distribution. DISTRO_PN_ALIAS + + DISTRO_PN_ALIAS[doc] = "Alias names used for the recipe in various Linux distributions." + Alias names used for the recipe in various Linux distributions. See the @@ -2165,12 +2438,18 @@ DISTRO_VERSION + + DISTRO_VERSION[doc] = "The version of the distribution." + The version of the distribution. DISTROOVERRIDES + + 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 @@ -2187,6 +2466,9 @@ DL_DIR + + 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 @@ -2243,6 +2525,9 @@ DOC_COMPRESS + + 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 @@ -2267,13 +2552,16 @@ E EFI_PROVIDER + + 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 IMAGE_FSTYPES), - The EFI_PROVIDER variable specifies + the EFI_PROVIDER variable specifies the EFI bootloader to use. The default is "grub-efi", but "gummiboot" can be used instead. @@ -2288,6 +2576,9 @@ ENABLE_BINARY_LOCALE_GENERATION + + 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 eglibc are generated during the @@ -2296,22 +2587,10 @@ - ERROR_QA - - - Specifies the quality assurance checks whose failures are - reported as errors by the OpenEmbedded build system. - You set this variable in your distribution configuration - file. - For a list of the checks you can control with this variable, - see the - "insane.bbclass" - section. - - - - ERR_REPORT_DIR + + 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 @@ -2336,7 +2615,28 @@ + ERROR_QA + + 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 + file. + For a list of the checks you can control with this variable, + see the + "insane.bbclass" + section. + + + + EXCLUDE_FROM_WORLD + + 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. @@ -2363,6 +2663,9 @@ EXTENDPE + + 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 @@ -2381,6 +2684,9 @@ EXTENDPKGV + + 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 @@ -2402,6 +2708,9 @@ EXTERNALSRC + + 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 @@ -2428,6 +2737,9 @@ EXTERNALSRC_BUILD + + 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 @@ -2455,6 +2767,9 @@ EXTRA_IMAGE_FEATURES + + 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. @@ -2527,6 +2842,9 @@ EXTRA_IMAGECMD + + 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 @@ -2543,6 +2861,9 @@ EXTRA_IMAGEDEPENDS + + 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. @@ -2563,24 +2884,36 @@ EXTRA_OECMAKE + + EXTRA_OECMAKE[doc] = "Additional cmake options." + Additional cmake options. EXTRA_OECONF + + EXTRA_OECONF[doc] = "Additional configure script options." + Additional configure script options. EXTRA_OEMAKE + + EXTRA_OEMAKE[doc] = "Additional GNU make options." + Additional GNU make options. EXTRA_OESCONS + + 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 @@ -2593,6 +2926,9 @@ EXTRA_QMAKEVARS_POST + + 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 @@ -2611,6 +2947,9 @@ EXTRA_QMAKEVARS_PRE + + 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 @@ -2629,6 +2968,9 @@ EXTRA_USERS_PARAMS + + EXTRA_USERS_PARAMS[doc] = "When a recipe inherits the extrausers class, this variable provides image level user and group operations." + When inheriting the @@ -2667,6 +3009,9 @@ F FEATURE_PACKAGES + + 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 @@ -2695,6 +3040,9 @@ FEED_DEPLOYDIR_BASE_URI + + 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 @@ -2722,6 +3070,9 @@ FILES + + FILES[doc] = "The list of directories or files that are placed in packages." + The list of directories or files that are placed in packages. @@ -2769,6 +3120,9 @@ FILESEXTRAPATHS + + 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 @@ -2836,6 +3190,9 @@ FILESOVERRIDES + + FILESOVERRIDES[doc] = "A subset of OVERRIDES used by the OpenEmbedded build system for creating FILESPATH." + A subset of OVERRIDES @@ -2864,6 +3221,9 @@ FILESPATH + + 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 @@ -2907,6 +3267,9 @@ FILESYSTEM_PERMS_TABLES + + 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. @@ -2939,6 +3302,9 @@ FONT_PACKAGES + + 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 @@ -2955,6 +3321,9 @@ FULL_OPTIMIZATION + + 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 @@ -2971,6 +3340,9 @@ G GLIBC_GENERATE_LOCALES + + 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 @@ -2993,6 +3365,9 @@ GROUPADD_PARAM + + 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 @@ -3018,6 +3393,9 @@ GROUPMEMS_PARAM + + 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 @@ -3038,6 +3416,9 @@ GRUB_GFXSERIAL + + 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 @@ -3057,6 +3438,9 @@ GRUB_OPTS + + GRUB_OPTS[doc] = "Additional options to add to the GNU GRand Unified Bootloader (GRUB) configuration." + Additional options to add to the GNU GRand Unified @@ -3075,6 +3459,9 @@ GRUB_TIMEOUT + + 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 @@ -3092,6 +3479,9 @@ GTKIMMODULES_PACKAGES + + 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 @@ -3104,6 +3494,9 @@ GUMMIBOOT_CFG + + GUMMIBOOT_CFG[doc] = "When EFI_PROVIDER is set to "gummiboot", the GUMMIBOOT_CFG variable specifies the configuration file that should be used." + When @@ -3128,6 +3521,9 @@ GUMMIBOOT_ENTRIES + + 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 @@ -3154,6 +3550,9 @@ GUMMIBOOT_TIMEOUT + + GUMMIBOOT_TIMEOUT[doc] = "When EFI_PROVIDER is set to "gummiboot", the GUMMIBOOT_TIMEOUT variable specifies the boot menu timeout in seconds." + When @@ -3182,6 +3581,9 @@ H HOMEPAGE + + 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. @@ -3189,6 +3591,9 @@ HOST_CC_ARCH + + HOST_CC_ARCH[doc] = "The name of the host architecture. Normally same as the TARGET_CC_ARCH." + Specifies architecture-specific compiler flags that are @@ -3219,6 +3624,9 @@ HOST_SYS + + 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 @@ -3251,6 +3659,9 @@ I ICECC_DISABLED + + ICECC_DISABLED[doc] = "Disables or enables the icecc (Icecream) function." + Disables or enables the icecc @@ -3276,6 +3687,9 @@ ICECC_ENV_EXEC + + ICECC_ENV_EXEC[doc] = "Points to the icecc-create-env script that you provide." + Points to the icecc-create-env script @@ -3298,6 +3712,9 @@ ICECC_PARALLEL_MAKE + + 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 @@ -3339,6 +3756,9 @@ ICECC_PATH + + ICECC_PATH[doc] = "The location of the icecc binary." + The location of the icecc binary. @@ -3354,6 +3774,9 @@ ICECC_USER_CLASS_BL + + 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 @@ -3376,6 +3799,9 @@ ICECC_USER_PACKAGE_BL + + 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 @@ -3398,6 +3824,9 @@ ICECC_USER_PACKAGE_WL + + 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 @@ -3415,6 +3844,9 @@ IMAGE_BASENAME + + IMAGE_BASENAME[doc] = "The base name of image output files." + The base name of image output files. @@ -3425,6 +3857,9 @@ IMAGE_BOOT_FILES + + 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 @@ -3445,6 +3880,9 @@ IMAGE_CLASSES + + IMAGE_CLASSES[doc] = "A list of classes that all images should inherit." + A list of classes that all images should inherit. @@ -3470,6 +3908,9 @@ IMAGE_CMD + + 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 @@ -3497,6 +3938,9 @@ IMAGE_DEVICE_TABLES + + 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 @@ -3517,6 +3961,9 @@ IMAGE_FEATURES + + 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. @@ -3546,6 +3993,9 @@ IMAGE_FSTYPES + + IMAGE_FSTYPES[doc] = "Formats of root filesystem images that you want to have created." + Specifies the formats the OpenEmbedded build system uses @@ -3581,6 +4031,9 @@ IMAGE_INSTALL + + 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. @@ -3644,6 +4097,9 @@ IMAGE_LINGUAS + + 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 @@ -3679,6 +4135,9 @@ IMAGE_MANIFEST + + 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. @@ -3712,6 +4171,9 @@ IMAGE_NAME + + IMAGE_NAME[doc] = "The name of the output image files minus the extension." + The name of the output image files minus the extension. @@ -3729,6 +4191,9 @@ IMAGE_OVERHEAD_FACTOR + + 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 @@ -3771,6 +4236,9 @@ IMAGE_PKGTYPE + + 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 @@ -3814,6 +4282,9 @@ IMAGE_POSTPROCESS_COMMAND + + 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 @@ -3831,6 +4302,9 @@ IMAGE_ROOTFS + + 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 @@ -3844,6 +4318,9 @@ IMAGE_ROOTFS_ALIGNMENT + + IMAGE_ROOTFS_ALIGNMENT[doc] = "Specifies the alignment for the output image file in Kbytes." + Specifies the alignment for the output image file in @@ -3860,6 +4337,9 @@ IMAGE_ROOTFS_EXTRA_SPACE + + 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. @@ -3891,6 +4371,9 @@ IMAGE_ROOTFS_SIZE + + IMAGE_ROOTFS_SIZE[doc] = "Defines the size in Kbytes for the generated image." + Defines the size in Kbytes for the generated image. @@ -3934,6 +4417,9 @@ IMAGE_TYPEDEP + + IMAGE_TYPEDEP[doc] = "Specifies a dependency from one image type on another." + Specifies a dependency from one image type on another. @@ -3957,6 +4443,9 @@ IMAGE_TYPES + + IMAGE_TYPES[doc] = "Specifies the complete list of supported image types by default." + Specifies the complete list of supported image types @@ -3997,6 +4486,9 @@ INC_PR + + 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. @@ -4050,6 +4542,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INCOMPATIBLE_LICENSE + + 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 @@ -4077,6 +4572,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INHIBIT_DEFAULT_DEPS + + 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 @@ -4094,6 +4592,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INHIBIT_PACKAGE_DEBUG_SPLIT + + INHIBIT_PACKAGE_STRIP[doc] = "If set to "1", causes the build to not strip binaries in resulting packages." + @@ -4122,6 +4623,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INHIBIT_PACKAGE_STRIP + + 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. @@ -4130,6 +4634,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INHERIT + + 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 @@ -4140,6 +4647,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INHERIT_DISTRO + + 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 @@ -4159,6 +4669,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INITRAMFS_FSTYPES + + 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 @@ -4171,6 +4684,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INITRAMFS_IMAGE + + 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 @@ -4214,6 +4730,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INITRAMFS_IMAGE_BUNDLE + + 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 @@ -4261,6 +4780,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INITRD + + 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 @@ -4277,6 +4799,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INITRD_IMAGE + + 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 @@ -4296,6 +4821,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INITSCRIPT_NAME + + INITSCRIPT_NAME[doc] = "The filename of the initialization script as installed to ${sysconfdir}/init.d." + The filename of the initialization script as installed to @@ -4309,6 +4837,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INITSCRIPT_PACKAGES + + 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. @@ -4323,6 +4854,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INITSCRIPT_PARAMS + + 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. @@ -4352,6 +4886,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INSANE_SKIP + + 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 @@ -4374,6 +4911,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" IPK_FEED_URIS + + IPK_FEED_URIS[doc] = "List of ipkg feed records to put into generated image." + When the IPK backend is in use and package management @@ -4430,6 +4970,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" K KARCH + + 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 @@ -4453,6 +4996,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" KBRANCH + + 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 @@ -4514,6 +5060,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" KBRANCH_DEFAULT + + KBRANCH_DEFAULT[doc] = "Defines the Linux kernel source repository's default branch used to build the Linux kernel. Unless you specify otherwise, the variable initializes to 'master'." + Defines the Linux kernel source repository's default @@ -4529,6 +5078,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" KERNEL_EXTRA_ARGS + + KERNEL_EXTRA_ARGS[doc] = "Specifies additional make command-line arguments the OpenEmbedded build system passes on when compiling the kernel." + Specifies additional make @@ -4539,6 +5091,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" KERNEL_FEATURES + + 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) @@ -4569,6 +5124,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" KERNEL_IMAGE_BASE_NAME + + KERNEL_IMAGE_BASE_NAME[doc] = "The base name of the kernel image." + The base name of the kernel image. @@ -4592,6 +5150,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" KERNEL_IMAGETYPE + + 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". @@ -4602,6 +5163,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" KERNEL_MODULE_AUTOLOAD + + 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 @@ -4652,6 +5216,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" KERNEL_MODULE_PROBECONF + + 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 @@ -4667,6 +5234,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" KERNEL_PATH + + 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. @@ -4694,6 +5264,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" KERNEL_SRC + + 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. @@ -4721,6 +5294,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" KFEATURE_DESCRIPTION + + 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. @@ -4737,6 +5313,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" KMACHINE + + KMACHINE[doc] = "The machine as known by the kernel." + The machine as known by the kernel. @@ -4830,6 +5409,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" KTYPE + + KTYPE[doc] = "Defines the kernel type to be used in assembling the configuration." + Defines the kernel type to be used in assembling the @@ -4856,6 +5438,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" L LABELS + + LABELS[doc] = "Provides a list of targets for automatic configuration." + Provides a list of targets for automatic configuration. @@ -4870,6 +5455,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" LAYERDEPENDS + + 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 @@ -4886,6 +5474,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" LAYERDIR + + 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. @@ -4895,6 +5486,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" LAYERVERSION + + 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 @@ -4908,6 +5502,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" LDFLAGS + + LDFLAGS[doc] = "Specifies the flags to pass to the linker." + Specifies the flags to pass to the linker. @@ -4940,6 +5537,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" LEAD_SONAME + + 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 @@ -4957,6 +5557,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" LIC_FILES_CHKSUM + + LIC_FILES_CHKSUM[doc] = "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 @@ -4975,6 +5578,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" LICENSE + + LICENSE[doc] = "The list of source licenses for the recipe. The logical operators ampersand or '|' and parentheses can be used." + The list of source licenses for the recipe. @@ -5036,6 +5642,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" LICENSE_FLAGS + + 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 @@ -5060,6 +5669,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" LICENSE_FLAGS_WHITELIST + + 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 @@ -5076,6 +5688,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" LICENSE_PATH + + 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 @@ -5089,6 +5704,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" LINUX_KERNEL_TYPE + + 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 @@ -5118,6 +5736,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" LINUX_VERSION + + 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 @@ -5140,6 +5761,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" LINUX_VERSION_EXTENSION + + 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 @@ -5165,6 +5789,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" LOG_DIR + + 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 @@ -5184,6 +5811,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" M MACHINE + + 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. @@ -5231,6 +5861,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" MACHINE_ARCH + + 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. @@ -5245,6 +5878,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" MACHINE_ESSENTIAL_EXTRA_RDEPENDS + + 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 @@ -5276,6 +5912,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS + + 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 @@ -5323,6 +5962,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" MACHINE_EXTRA_RDEPENDS + + 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 @@ -5362,6 +6004,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" MACHINE_EXTRA_RRECOMMENDS + + 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 @@ -5400,6 +6045,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" MACHINE_FEATURES + + MACHINE_FEATURES[doc] = "Specifies the list of hardware features the MACHINE supports." + Specifies the list of hardware features the @@ -5423,6 +6071,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" MACHINE_FEATURES_BACKFILL + + 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 @@ -5442,6 +6093,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" MACHINE_FEATURES_BACKFILL_CONSIDERED + + 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 @@ -5455,6 +6109,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" MACHINEOVERRIDES + + 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. @@ -5484,12 +6141,18 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" MAINTAINER + + MAINTAINER[doc] = "The email address of the distribution maintainer." + The email address of the distribution maintainer. MIRRORS + + MIRRORS[doc] = "Specifies additional paths from which the OpenEmbedded build system gets source code." + Specifies additional paths from which the OpenEmbedded @@ -5515,6 +6178,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" MLPREFIX + + 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 @@ -5530,6 +6196,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" module_autoload + + 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 @@ -5552,6 +6221,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" module_conf + + module_conf[doc] = "Specifies modprobe.d syntax lines for inclusion in the /etc/modprobe.d/modname.conf file." + Specifies @@ -5609,6 +6281,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" MODULE_IMAGE_BASE_NAME + + MODULE_IMAGE_BASE_NAME[doc] = "The base name of the kernel modules tarball." + The base name of the kernel modules tarball. @@ -5631,6 +6306,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" MODULE_TARBALL_DEPLOY + + 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 @@ -5643,6 +6321,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" MULTIMACH_TARGET_SYS + + 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 @@ -5658,6 +6339,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" N NATIVELSBSTRING + + NATIVELSBSTRING[doc] = "A string identifying the host distribution." + A string identifying the host distribution. @@ -5683,6 +6367,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" NO_RECOMMENDATIONS + + 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. @@ -5737,6 +6424,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" NOHDD + + NOHDD[doc] = "Causes the OpenEmbedded build system to skip building the .hddimg image." + Causes the OpenEmbedded build system to skip building the @@ -5751,6 +6441,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" NOISO + + NOISO[doc] = "Causes the OpenEmbedded build system to skip building the ISO image." + Causes the OpenEmbedded build system to skip building the @@ -5770,6 +6463,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" O OE_BINCONFIG_EXTRA_MANGLE + + 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 @@ -5800,6 +6496,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" OE_IMPORTS + + 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 @@ -5815,6 +6514,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" OE_TERMINAL + + OE_TERMINAL[doc] = "Controls how the OpenEmbedded build system spawns interactive terminals on the host development system." + Controls how the OpenEmbedded build system spawns @@ -5846,6 +6548,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" OEROOT + + OEROOT[doc] = "The directory from which the top-level build environment setup script is sourced." + The directory from which the top-level build environment @@ -5868,6 +6573,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" OLDEST_KERNEL + + 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 @@ -5887,6 +6595,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" OVERRIDES + + OVERRIDES[doc] = "BitBake uses OVERRIDES to control what variables are overridden after BitBake parses recipes and configuration files." + BitBake uses OVERRIDES to control @@ -5904,6 +6615,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" P P + + P[doc] = "The recipe name and version. P is comprised of ${PN}-${PV}." + The recipe name and version. P is comprised of the following: @@ -5914,6 +6628,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PACKAGE_ARCH + + PACKAGE_ARCH[doc] = "The architecture of the resulting package or packages." + The architecture of the resulting package or packages. @@ -5940,6 +6657,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PACKAGE_ARCHS + + PACKAGE_ARCHS[doc] = "A list of architectures compatible with the given target in order of priority." + Specifies a list of architectures compatible with @@ -5955,9 +6675,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - - PACKAGE_BEFORE_PN + + 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 @@ -5968,6 +6689,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PACKAGE_CLASSES + + 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 @@ -6017,8 +6741,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PACKAGE_DEBUG_SPLIT_STYLE + + 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 @@ -6073,6 +6799,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PACKAGE_EXCLUDE + + 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. @@ -6118,6 +6847,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PACKAGE_EXTRA_ARCHS + + 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 @@ -6126,8 +6858,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PACKAGE_GROUP + + 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 @@ -6145,6 +6879,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PACKAGE_INSTALL + + 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 @@ -6173,6 +6910,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PACKAGE_PREPROCESS_FUNCS + + 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 @@ -6184,6 +6924,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PACKAGECONFIG + + 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 @@ -6299,6 +7042,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PACKAGES + + 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: @@ -6308,25 +7054,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PACKAGESPLITFUNCS - - - Specifies a list of functions run to perform additional - splitting of files into individual packages. - Recipes can either prepend to this variable or prepend - to the populate_packages function - in order to perform additional package splitting. - In either case, the function should set - PACKAGES, - FILES, - RDEPENDS - and other packaging variables appropriately in order to - perform the desired splitting. - - - - PACKAGES_DYNAMIC + + 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 @@ -6364,7 +7095,31 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + PACKAGESPLITFUNCS + + 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 + to the populate_packages function + in order to perform additional package splitting. + In either case, the function should set + PACKAGES, + FILES, + RDEPENDS + and other packaging variables appropriately in order to + perform the desired splitting. + + + + PARALLEL_MAKE + + 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 @@ -6393,6 +7148,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PARALLEL_MAKEINST + + 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 @@ -6411,6 +7169,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PATCHRESOLVE + + PATCHRESOLVE[doc] = "Enable or disable interactive patch resolution." + Determines the action to take when a patch fails. @@ -6435,6 +7196,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PATCHTOOL + + 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 @@ -6462,6 +7226,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PE + + 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. @@ -6474,6 +7241,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PF + + 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. eglibc-2.13-r20+svnr15508/ and @@ -6486,6 +7256,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PIXBUF_PACKAGES + + 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 @@ -6503,6 +7276,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PKG + + 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 @@ -6520,6 +7296,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PKGD + + 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 @@ -6534,6 +7313,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PKGDATA_DIR + + 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 @@ -6552,6 +7334,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PKGDEST + + 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 @@ -6569,6 +7354,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PKGDESTWORK + + 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 @@ -6594,6 +7382,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PKGE + + PKGE[doc] = "The epoch of the output package built by the OpenEmbedded build system." + The epoch of the output package built by the @@ -6605,6 +7396,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PKGR + + PKGR[doc] = "The revision of the output package built by the OpenEmbedded build system." + The revision of the output package built by the @@ -6616,6 +7410,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PKGV + + PKGV[doc] = "The version of the output package built by the OpenEmbedded build system." + The version of the output package built by the @@ -6627,6 +7424,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PN + + 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. @@ -6651,6 +7451,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PNBLACKLIST + + PNBLACKLIST[doc] = "Lists recipes you do not want the OpenEmbedded build system to build." + Lists recipes you do not want the OpenEmbedded build system @@ -6675,6 +7478,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PR + + PR[doc] = "The revision of the recipe. The default value for this variable is 'r0'." + The revision of the recipe. @@ -6684,6 +7490,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PREFERRED_PROVIDER + + 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 @@ -6703,6 +7512,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PREFERRED_VERSION + + 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 @@ -6726,6 +7538,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PREMIRRORS + + PREMIRRORS[doc] = "Specifies additional paths from which the OpenEmbedded build system gets source code." + Specifies additional paths from which the OpenEmbedded @@ -6771,6 +7586,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PRINC + + 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'." + @@ -6817,6 +7635,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PRIVATE_LIBS + + 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 @@ -6849,6 +7670,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PROVIDES + + 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 @@ -6878,6 +7702,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PRSERV_HOST + + PRSERV_HOST[doc] = "The network based PR service host and port." + The network based @@ -6904,6 +7731,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PTEST_ENABLED + + PRSERV_HOST[doc] = "Specifies whether or not Package Test (ptest) functionality is enabled when building a recipe." + Specifies whether or not @@ -6919,6 +7749,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PV + + PV[doc] = "The version of the recipe. The version is normally extracted from the recipe filename." + The version of the recipe. @@ -6934,6 +7767,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PYTHON_ABI + + 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 @@ -6967,6 +7803,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PYTHON_PN + + 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 @@ -7000,6 +7839,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" Q QMAKE_PROFILES + + QMAKE_PROFILES[doc] = "Specifies your own subset of .pro files to be built for use with qmake." + Specifies your own subset of .pro @@ -7025,6 +7867,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" R RCONFLICTS + + 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. @@ -7070,6 +7915,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" RDEPENDS + + 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) @@ -7202,6 +8050,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" REQUIRED_DISTRO_FEATURES + + 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 @@ -7221,6 +8072,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" RM_OLD_IMAGE + + 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 @@ -7239,6 +8093,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" RM_WORK_EXCLUDE + + 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 @@ -7251,6 +8108,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" ROOT_HOME + + ROOT_HOME[doc] = "Defines the root home directory." + Defines the root home directory. @@ -7284,6 +8144,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" ROOTFS + + ROOTFS[doc] = "Indicates a filesystem image to include as the root filesystem." + Indicates a filesystem image to include as the root @@ -7300,6 +8163,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" ROOTFS_POSTPROCESS_COMMAND + + 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 @@ -7320,6 +8186,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" RPROVIDES + + 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. @@ -7344,6 +8213,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" RRECOMMENDS + + 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 @@ -7433,6 +8305,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" RREPLACES + + 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. @@ -7484,6 +8359,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" RSUGGESTS + + 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 @@ -7508,6 +8386,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" S S + + S[doc] = "The location in the Build Directory where unpacked package source code resides." + The location in the @@ -7539,6 +8420,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SANITY_REQUIRED_UTILITIES + + 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 @@ -7551,6 +8435,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SANITY_TESTED_DISTROS + + 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 @@ -7572,6 +8459,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SDK_ARCH + + SDK_ARCH[doc] = "The target architecture for the SDK." + The target architecture for the SDK. @@ -7583,6 +8473,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SDK_DEPLOY + + 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 @@ -7598,6 +8491,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SDK_DIR + + 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 @@ -7620,6 +8516,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SDK_NAME + + SDK_NAME[doc] = "The base name for SDK output files." + The base name for SDK output files. @@ -7639,6 +8538,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SDK_OUTPUT + + SDK_OUTPUT[doc] = "The location used by the OpenEmbedded build system when creating SDK output." + The location used by the OpenEmbedded build system when @@ -7663,6 +8565,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SDK_PACKAGE_ARCHS + + 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 @@ -7679,6 +8584,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SDKIMAGE_FEATURES + + 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. @@ -7692,6 +8600,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SDKMACHINE + + 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 @@ -7721,6 +8632,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SDKPATH + + 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 @@ -7735,6 +8649,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SECTION + + 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. @@ -7742,6 +8659,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SELECTED_OPTIMIZATION + + 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 @@ -7763,6 +8683,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SERIAL_CONSOLE + + 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. @@ -7784,6 +8707,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SERIAL_CONSOLES + + SERIAL_CONSOLES[doc] = "Defines the serial consoles (TTYs) to enable using getty." + Defines the serial consoles (TTYs) to enable using getty. @@ -7798,6 +8724,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SERIAL_CONSOLES_CHECK + + 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 @@ -7811,6 +8740,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS + + 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 @@ -7839,6 +8771,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SIGGEN_EXCLUDERECIPES_ABISAFE + + 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 @@ -7859,6 +8794,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SITEINFO_BITS + + SITEINFO_BITS[doc] = "Specifies the number of bits for the target system CPU." + Specifies the number of bits for the target system CPU. @@ -7868,6 +8806,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SITEINFO_ENDIANNESS + + 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. @@ -7877,6 +8818,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SOC_FAMILY + + 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 @@ -7895,6 +8839,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SOLIBS + + SOLIBS[doc] = "Defines the suffix for shared libraries used on the target platform." + Defines the suffix for shared libraries used on the @@ -7913,6 +8860,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SOLIBSDEV + + 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 @@ -7931,6 +8881,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SOURCE_MIRROR_URL + + SOURCE_MIRROR_URL[doc] = "URL to source mirror that will be used before fetching from original SRC_URI." + Defines your own @@ -7958,6 +8911,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SPDXLICENSEMAP + + 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 @@ -7976,6 +8932,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SPECIAL_PKGSUFFIX + + 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 @@ -7987,6 +8946,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SRC_URI + + 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 @@ -8139,6 +9101,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SRC_URI_OVERRIDES_PACKAGE_ARCH + + 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 @@ -8152,6 +9117,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SRCDATE + + 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. @@ -8161,6 +9129,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SRCPV + + 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. @@ -8195,6 +9166,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SRCREV + + 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. @@ -8209,12 +9183,18 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SSTATE_DIR + + SSTATE_DIR[doc] = "The directory for the shared state cache." + The directory for the shared state cache. SSTATE_MIRROR_ALLOW_NETWORK + + 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 @@ -8234,6 +9214,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SSTATE_MIRRORS + + 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 @@ -8272,6 +9255,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAGING_BASE_LIBDIR_NATIVE + + 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 @@ -8282,6 +9268,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAGING_BASELIBDIR + + 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 @@ -8293,6 +9282,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAGING_BINDIR + + 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 @@ -8305,6 +9297,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAGING_BINDIR_CROSS + + 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 @@ -8327,6 +9322,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAGING_BINDIR_NATIVE + + 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 @@ -8337,6 +9335,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAGING_DATADIR + + 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 @@ -8347,7 +9348,22 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + STAGING_DATADIR_NATIVE + + 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. + + + + STAGING_DIR + + 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 @@ -8369,6 +9385,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAGING_DIR_HOST + + 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 @@ -8394,18 +9413,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - STAGING_DATADIR_NATIVE - - - Specifies the path to the /usr/share - subdirectory of the sysroot directory for the build host. - - - - - - STAGING_DIR_NATIVE + + STAGING_DIR_NATIVE[doc] = "Specifies the path to the sysroot directory for the build host." + Specifies the path to the sysroot directory for the @@ -8415,6 +9426,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAGING_DIR_TARGET + + 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 @@ -8439,6 +9453,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAGING_ETCDIR_NATIVE + + 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 @@ -8449,6 +9466,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAGING_EXECPREFIXDIR + + 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 @@ -8460,6 +9480,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAGING_INCDIR + + 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 @@ -8472,6 +9495,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAGING_INCDIR_NATIVE + + 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 @@ -8480,7 +9506,22 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + STAGING_KERNEL_DIR + + 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. + + + + STAGING_LIBDIR + + 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 @@ -8492,6 +9533,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAGING_LIBDIR_NATIVE + + 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 @@ -8500,16 +9544,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - STAGING_KERNEL_DIR - - - The directory with kernel headers that are required to build out-of-tree - modules. - - - - STAMP + + 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. @@ -8533,6 +9571,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAMPS_DIR + + STAMPS_DIR[doc] = "Specifies the base directory in which the OpenEmbedded build system places stamps." + Specifies the base directory in which the OpenEmbedded @@ -8544,6 +9585,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SUMMARY + + 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 @@ -8557,6 +9601,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SYSLINUX_DEFAULT_CONSOLE + + SYSLINUX_DEFAULT_CONSOLE[doc] = "Specifies the kernel boot default console." + Specifies the kernel boot default console. @@ -8578,6 +9625,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SYSLINUX_OPTS + + SYSLINUX_OPTS[doc] = "Lists additional options to add to the syslinux file." + Lists additional options to add to the syslinux file. @@ -8595,6 +9645,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SYSLINUX_SERIAL + + SYSLINUX_SERIAL[doc] = "Specifies the alternate serial port or turns it off." + Specifies the alternate serial port or turns it off. @@ -8611,6 +9664,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SYSLINUX_SPLASH + + 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 @@ -8628,6 +9684,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SYSLINUX_SERIAL_TTY + + SYSLINUX_SERIAL_TTY[doc] = "Specifies the alternate console=tty... kernel boot argument." + Specifies the alternate console=tty... kernel boot argument. @@ -8643,6 +9702,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SYSROOT_PREPROCESS_FUNCS + + 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 @@ -8655,6 +9717,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SYSTEMD_AUTO_ENABLE + + 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 @@ -8678,6 +9743,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SYSTEMD_PACKAGES + + 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 @@ -8701,6 +9769,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SYSTEMD_SERVICE + + SYSTEMD_SERVICE[doc] = "For recipes that inherit the systemd class, this variable specifies the systemd service name for a package." + When inheriting the @@ -8722,6 +9793,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SYSVINIT_ENABLED_GETTYS + + SYSVINIT_ENABLED_GETTYS[doc] = "Specifies which virtual terminals should be running a getty, the default is '1'." + When using @@ -8747,6 +9821,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" T T + + 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 @@ -8768,6 +9845,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TARGET_ARCH + + 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. @@ -8794,6 +9874,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TARGET_AS_ARCH + + TARGET_AS_ARCH[doc] = "Specifies architecture-specific assembler flags for the target system." + Specifies architecture-specific assembler flags for the @@ -8810,6 +9893,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TARGET_CC_ARCH + + TARGET_CC_ARCH[doc] = "Specifies architecture-specific C compiler flags for the target system." + Specifies architecture-specific C compiler flags for the @@ -8830,6 +9916,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TARGET_CC_KERNEL_ARCH + + 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 @@ -8851,6 +9940,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TARGET_CFLAGS + + 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 @@ -8873,6 +9965,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TARGET_CPPFLAGS + + 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 @@ -8896,6 +9991,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TARGET_CXXFLAGS + + 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 @@ -8918,6 +10016,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TARGET_FPU + + 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 @@ -8927,6 +10028,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TARGET_LD_ARCH + + TARGET_LD_ARCH[doc] = "Specifies architecture-specific linker flags for the target system." + Specifies architecture-specific linker flags for the @@ -8943,6 +10047,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TARGET_LDFLAGS + + 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 @@ -8965,6 +10072,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TARGET_OS + + TARGET_OS[doc] = "Specifies the target's operating system." + Specifies the target's operating system. The variable can be set to "linux" for eglibc-based systems and @@ -8975,6 +10085,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TCLIBC + + 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) @@ -8993,6 +10106,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TCMODE + + TCMODE[doc] = "Enables an external toolchain (where provided by an additional layer) if set to a value other than 'default'." + Specifies the toolchain selector. @@ -9051,6 +10167,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TEST_EXPORT_DIR + + 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 @@ -9067,6 +10186,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TEST_EXPORT_ONLY + + 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. @@ -9078,6 +10200,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TEST_IMAGE + + 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 @@ -9108,6 +10233,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TEST_LOG_DIR + + 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. @@ -9123,6 +10251,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TEST_POWERCONTROL_CMD + + 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 @@ -9139,6 +10270,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TEST_POWERCONTROL_EXTRA_ARGS + + 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 @@ -9154,6 +10288,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TEST_QEMUBOOT_TIMEOUT + + 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 @@ -9174,6 +10311,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TEST_SERIALCONTROL_CMD + + 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 @@ -9196,6 +10336,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TEST_SERIALCONTROL_EXTRA_ARGS + + 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 @@ -9211,6 +10354,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TEST_SERVER_IP + + 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). @@ -9229,6 +10375,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TEST_TARGET + + 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 @@ -9294,6 +10443,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TEST_TARGET_IP + + TEST_TARGET_IP[doc] = "The IP address of your hardware under test." + The IP address of your hardware under test. @@ -9320,6 +10472,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TEST_SUITES + + 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 @@ -9375,6 +10530,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" THISDIR + + THISDIR[doc] = "The directory in which the file BitBake is currently parsing is located." + The directory in which the file BitBake is currently @@ -9385,6 +10543,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TMPDIR + + 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 @@ -9423,6 +10584,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TOOLCHAIN_HOST_TASK + + 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 @@ -9453,6 +10617,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TOOLCHAIN_TARGET_TASK + + 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 @@ -9475,6 +10642,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TOPDIR + + TOPDIR[doc] = "The Build Directory. BitBake automatically sets this variable. The OpenEmbedded build system uses the Build Directory when building images." + The top-level @@ -9489,6 +10659,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TRANSLATED_TARGET_ARCH + + 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 @@ -9507,6 +10680,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TUNE_ARCH + + 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 @@ -9562,6 +10738,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TUNE_ASARGS + + TUNE_ASARGS[doc] = "Specifies architecture-specific assembler flags for the target system." + Specifies architecture-specific assembler flags for @@ -9586,6 +10765,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TUNE_CCARGS + + TUNE_CCARGS[doc] = "Specifies architecture-specific C compiler flags for the target system." + Specifies architecture-specific C compiler flags for @@ -9604,6 +10786,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TUNE_LDARGS + + TUNE_LDARGS[doc] = "Specifies architecture-specific linker flags for the target system." + Specifies architecture-specific linker flags for @@ -9628,6 +10813,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TUNE_FEATURES + + 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 @@ -9658,6 +10846,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TUNE_PKGARCH + + 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 @@ -9668,6 +10859,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TUNE_PKGARCH_tune + + TUNE_PKGARCH_tune[doc] = "The CPU or Application Binary Interface (ABI) specific tuning of the TUNE_PKGARCH." + The CPU or Application Binary Interface (ABI) specific @@ -9690,6 +10884,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TUNEABI + + 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 @@ -9714,6 +10911,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TUNEABI_OVERRIDE + + TUNEABI_OVERRIDE[doc] = "If set, ignores TUNEABI_WHITELIST." + If set, the OpenEmbedded system ignores the @@ -9737,6 +10937,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TUNEABI_WHITELIST + + TUNEABI_WHITELIST[doc] = "A whitelist of permissible TUNEABI values. If the variable is not set, all values are allowed." + A whitelist of permissible @@ -9760,7 +10963,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TUNECONFLICT[feature] + TUNECONFLICTS[feature] + + TUNECONFLICTS[doc] = "Specifies CPU or Application Binary Interface (ABI) tuning features that conflict with specified feature." + Specifies CPU or Application Binary Interface (ABI) @@ -9783,6 +10989,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TUNEVALID[feature] + + TUNEVALID[doc] = "Descriptions, stored as flags, of valid tuning features." + Specifies a valid CPU or Application Binary Interface (ABI) @@ -9806,6 +11015,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" U UBOOT_CONFIG + + UBOOT_CONFIG[doc] = "Configures the UBOOT_MACHINE and can also define IMAGE_FSTYPES for individual cases." + Configures the @@ -9845,6 +11057,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" UBOOT_ENTRYPOINT + + UBOOT_ENTRYPOINT[doc] = "Specifies the entry point for the U-Boot image." + Specifies the entry point for the U-Boot image. @@ -9857,6 +11072,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" UBOOT_LOADADDRESS + + UBOOT_LOADADDRESS[doc] = "Specifies the load address for the U-Boot image." + Specifies the load address for the U-Boot image. @@ -9869,6 +11087,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" UBOOT_LOCALVERSION + + 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 @@ -9885,6 +11106,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" UBOOT_MACHINE + + UBOOT_MACHINE[doc] = "Specifies the value passed on the make command line when building a U-Boot image." + Specifies the value passed on the @@ -9905,6 +11129,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" UBOOT_MAKE_TARGET + + UBOOT_MAKE_TARGET[doc] = "Specifies the target called in the Makefile." + Specifies the target called in the @@ -9915,6 +11142,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" UBOOT_SUFFIX + + UBOOT_SUFFIX[doc] = "Points to the generated U-Boot extension." + Points to the generated U-Boot extension. @@ -9930,6 +11160,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" UBOOT_TARGET + + UBOOT_TARGET[doc] = "Specifies the target used for building U-Boot." + Specifies the target used for building U-Boot. @@ -9943,6 +11176,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" USE_VT + + 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 @@ -9965,6 +11201,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" USER_CLASSES + + USER_CLASSES[doc] = "List of additional classes to use when building images that enable extra features." + A list of classes to globally inherit. @@ -9989,6 +11228,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" USERADD_ERROR_DYNAMIC + + 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 @@ -10026,6 +11268,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" USERADD_GID_TABLES + + 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 @@ -10057,39 +11302,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - USERADD_UID_TABLES - - - 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. - - - - When applying static user identification - (uid) values, the OpenEmbedded build - system looks in - BBPATH - for a files/passwd file and then applies - those uid values. - Set the variable as follows in your - local.conf file: - - USERADD_UID_TABLES = "files/passwd" - - - - - Setting the - USERADDEXTENSION - variable to "useradd-staticids" causes the build system - to use static uid values. - - - - USERADD_PACKAGES + + 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 @@ -10123,6 +11339,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" USERADD_PARAM + + 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 @@ -10149,7 +11368,45 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + USERADD_UID_TABLES + + 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 + system during package installation. + + + + When applying static user identification + (uid) values, the OpenEmbedded build + system looks in + BBPATH + for a files/passwd file and then applies + those uid values. + Set the variable as follows in your + local.conf file: + + USERADD_UID_TABLES = "files/passwd" + + + + + Setting the + USERADDEXTENSION + variable to "useradd-staticids" causes the build system + to use static uid values. + + + + USERADDEXTENSION + + 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 @@ -10202,6 +11459,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" W WARN_QA + + 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 @@ -10217,6 +11477,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" WORKDIR + + 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