From 400cb14deae0eb1b803b4feb378614d3f484f80d Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 21 Nov 2014 13:50:19 -0600 Subject: ref-manual: Created form for context images for variables Fixes [YOCTO #6158] Updated the style scheet file to format glossary variables in such a way to allow for a PNG file of standard size to be displayed below each variable. Right now, the PNG file is a generic placeholder. Each variable displays a PNG file. Updated each variable to include that PNG file. (From yocto-docs rev: 24b7b847b7093022a49a014395df0c3a8c019331) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-style.css | 15 +- documentation/ref-manual/ref-variables.xml | 848 ++++++++++++++--------------- 2 files changed, 436 insertions(+), 427 deletions(-) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/ref-style.css b/documentation/ref-manual/ref-style.css index e04b5006b4..e77ba718b3 100644 --- a/documentation/ref-manual/ref-style.css +++ b/documentation/ref-manual/ref-style.css @@ -201,8 +201,17 @@ div.variablelist dl { .variablelist dl dt, .variablelist dl dt span.term { font-weight: normal; - width: 20em; + width: 0em; text-align: right; + margin-top: 4em; + margin-left: .5em; + margin-bottom: 0em; + -webkit-column-count: 2; /* Chrome, Safari, Opera */ + -moz-column-count: 2; /* Firefox */ + column-count: 2; + -webkit-column-gap: 4px; /* Chrome, Safari, Opera */ + -moz-column-gap: 4px; /* Firefox */ + column-gap: 4px; } .variablelist dl dt { @@ -211,8 +220,8 @@ div.variablelist dl { .glossary dl dd, .variablelist dl dd { - margin-top: -1em; - margin-left: 25.5em; + margin-top: -3.5em; + margin-left: 15.5em; } .glossary dd p, diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index b1f61454b2..0bae35a3f6 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -46,7 +46,7 @@ A - ABIEXTENSION + ABIEXTENSION ABIEXTENSION[doc] = "Extension to the Application Binary Interface (ABI) field of the GNU canonical architecture name (e.g. "eabi")." @@ -69,7 +69,7 @@ - ALLOW_EMPTY + ALLOW_EMPTY ALLOW_EMPTY[doc] = "Specifies if an output package should still be produced if it is empty." @@ -94,7 +94,7 @@ - ALTERNATIVE + ALTERNATIVE ALTERNATIVE[doc] = "Lists commands in a package that need an alternative binary naming scheme." @@ -124,7 +124,7 @@ - ALTERNATIVE_LINK_NAME + ALTERNATIVE_LINK_NAME ALTERNATIVE_LINK_NAME[doc] = "Used by the alternatives system to map duplicated commands to actual locations." @@ -160,7 +160,7 @@ - ALTERNATIVE_PRIORITY + ALTERNATIVE_PRIORITY ALTERNATIVE_PRIORITY[doc] = "Used by the alternatives system to create default priorities for duplicated commands." @@ -188,7 +188,7 @@ - ALTERNATIVE_TARGET + ALTERNATIVE_TARGET ALTERNATIVE_TARGET[doc] = "Used by the alternatives system to create default link locations for duplicated commands." @@ -242,7 +242,7 @@ - APPEND + APPEND APPEND[doc] = "An override list of append strings for each LABEL." @@ -260,7 +260,7 @@ - ASSUME_PROVIDED + ASSUME_PROVIDED ASSUME_PROVIDED[doc] = "Lists recipe names (PN values) BitBake does not attempt to build." @@ -283,7 +283,7 @@ - AUTHOR + AUTHOR AUTHOR[doc] = "Email address used to contact the original author or authors in order to send patches and forward bugs." @@ -293,7 +293,7 @@ - AUTO_SYSLINUXMENU + AUTO_SYSLINUXMENU AUTO_SYSLINUXMENU[doc] = "Enables creating an automatic menu for the syslinux bootloader." @@ -309,7 +309,7 @@ - AUTOREV + AUTOREV AUTOREV[doc] = "When SRCREV is set to the value of this variable, it specifies to use the latest source revision in the repository." @@ -325,7 +325,7 @@ - AVAILTUNES + 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." @@ -359,7 +359,7 @@ B - B + B B[doc] = "The Build Directory. The OpenEmbedded build system places generated objects into the Build Directory during a recipe's build process." @@ -385,7 +385,7 @@ - BAD_RECOMMENDATIONS + 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." @@ -436,7 +436,7 @@ - BASE_LIB + BASE_LIB BASE_LIB[doc] = "The library directory name for the CPU or Application Binary Interface (ABI) tune." @@ -461,7 +461,7 @@ - BB_DANGLINGAPPENDS_WARNONLY + BB_DANGLINGAPPENDS_WARNONLY BB_DANGLINGAPPENDS_WARNONLY[doc] = "Defines how BitBake handles situations where an append file (.bbappend) has no corresponding recipe file (.bb)." @@ -498,7 +498,7 @@ - BB_DISKMON_DIRS + 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." @@ -596,7 +596,7 @@ - BB_DISKMON_WARNINTERVAL + 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." @@ -667,7 +667,7 @@ - BB_GENERATE_MIRROR_TARBALLS + BB_GENERATE_MIRROR_TARBALLS BB_GENERATE_MIRROR_TARBALLS[doc] = "Causes tarballs of the Git repositories to be placed in the DL_DIR directory." @@ -693,7 +693,7 @@ - BB_NUMBER_THREADS + 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." @@ -713,7 +713,7 @@ - BBCLASSEXTEND + 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." @@ -740,7 +740,7 @@ - BBFILE_COLLECTIONS + BBFILE_COLLECTIONS BBFILE_COLLECTIONS[doc] = "Lists the names of configured layers. These names are used to find the other BBFILE_* variables." @@ -754,7 +754,7 @@ - BBFILE_PATTERN + 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." @@ -768,7 +768,7 @@ - BBFILE_PRIORITY + 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." @@ -802,7 +802,7 @@ - BBFILES + BBFILES BBFILES[doc] = "List of recipe files used by BitBake to build software." @@ -811,7 +811,7 @@ - BBINCLUDELOGS + BBINCLUDELOGS BBINCLUDELOGS[doc] = "Variable that controls how BitBake displays logs on build failure." @@ -820,7 +820,7 @@ - BBLAYERS + BBLAYERS BBLAYERS[doc] = "Lists the layers to enable during the build. This variable is defined in the bblayers.conf configuration file." @@ -848,7 +848,7 @@ - BBLAYERS_NON_REMOVABLE + BBLAYERS_NON_REMOVABLE BBLAYERS_NON_REMOVABLE[doc] = "Lists core layers that cannot be removed from the bblayers.conf file." @@ -884,7 +884,7 @@ - BBMASK + BBMASK BBMASK[doc] = "Prevents BitBake from processing specific recipes or recipe append files. Use the BBMASK variable from within conf/local.conf." @@ -947,7 +947,7 @@ - BBPATH + BBPATH BBPATH[doc] = "Used by BitBake to locate .bbclass and configuration files. This variable is analogous to the PATH variable." @@ -975,7 +975,7 @@ - BBSERVER + BBSERVER BBSERVER[doc] = "Points to the server that runs memory-resident BitBake." @@ -1000,7 +1000,7 @@ - BINCONFIG + 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." @@ -1027,7 +1027,7 @@ - BINCONFIG_GLOB + BINCONFIG_GLOB BINCONFIG_GLOB[doc] = "When inheriting binconfig.bbclass from a recipe, this variable specifies a wildcard for configuration scripts that need editing." @@ -1054,7 +1054,7 @@ - BP + 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}" @@ -1069,7 +1069,7 @@ - BPN + BPN BPN[doc] = "The bare name of the recipe. This variable is a version of the PN variable but removes common suffixes and prefixes." @@ -1087,7 +1087,7 @@ - BUGTRACKER + BUGTRACKER BUGTRACKER[doc] = "Specifies a URL for an upstream bug tracking website for a recipe." @@ -1102,7 +1102,7 @@ - BUILD_CFLAGS + BUILD_CFLAGS BUILD_CFLAGS[doc] = "Specifies the flags to pass to the C compiler when building for the build host." @@ -1117,7 +1117,7 @@ - BUILD_CPPFLAGS + 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." @@ -1133,7 +1133,7 @@ - BUILD_CXXFLAGS + BUILD_CXXFLAGS BUILD_CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler when building for the build host." @@ -1148,7 +1148,7 @@ - BUILD_LDFLAGS + BUILD_LDFLAGS BUILD_LDFLAGS[doc] = "Specifies the flags to pass to the linker when building for the build host." @@ -1163,7 +1163,7 @@ - BUILD_OPTIMIZATION + BUILD_OPTIMIZATION BUILD_OPTIMIZATION[doc] = "Specifies the optimization flags passed to the C compiler when building for the build host or the SDK." @@ -1186,7 +1186,7 @@ - BUILDDIR + BUILDDIR BUILDDIR[doc] = "Points to the location of the Build Directory." @@ -1207,7 +1207,7 @@ - BUILDHISTORY_COMMIT + 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." @@ -1238,7 +1238,7 @@ - BUILDHISTORY_COMMIT_AUTHOR + BUILDHISTORY_COMMIT_AUTHOR BUILDHISTORY_COMMIT_AUTHOR[doc] = "When inheriting the buildhistory class, this variable specifies the author to use for each Git commit." @@ -1272,7 +1272,7 @@ - BUILDHISTORY_DIR + BUILDHISTORY_DIR BUILDHISTORY_DIR[doc] = "When inheriting the buildhistory class, this variable specifies the directory in which build history information is kept." @@ -1296,7 +1296,7 @@ - BUILDHISTORY_FEATURES + BUILDHISTORY_FEATURES BUILDHISTORY_FEATURES[doc] = "When inheriting the buildhistory class, this variable specifies the build history features to be enabled." @@ -1340,7 +1340,7 @@ - BUILDHISTORY_IMAGE_FILES + 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." @@ -1372,7 +1372,7 @@ - BUILDHISTORY_PUSH_REPO + 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." @@ -1406,7 +1406,7 @@ - BUILDSDK_CFLAGS + BUILDSDK_CFLAGS BUILDSDK_CFLAGS[doc] = "Specifies the flags to pass to the C compiler when building for the SDK." @@ -1422,7 +1422,7 @@ - BUILDSDK_CPPFLAGS + 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." @@ -1439,7 +1439,7 @@ - BUILDSDK_CXXFLAGS + BUILDSDK_CXXFLAGS BUILDSDK_CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler when building for the SDK." @@ -1455,7 +1455,7 @@ - BUILDSDK_LDFLAGS + BUILDSDK_LDFLAGS BUILDSDK_LDFLAGS[doc] = "Specifies the flags to pass to the linker when building for the SDK." @@ -1471,7 +1471,7 @@ - BUILDSTATS_BASE + BUILDSTATS_BASE BUILDSTATS_BASE[doc] = "Points to the location of the directory that holds build statistics when you use and enable the buildstats class." @@ -1488,7 +1488,7 @@ - BUSYBOX_SPLIT_SUID + 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." @@ -1514,7 +1514,7 @@ C - CFLAGS + CFLAGS CFLAGS[doc] = "Flags passed to the C compiler for the target system. This variable evaluates to the same as TARGET_CFLAGS." @@ -1549,7 +1549,7 @@ - CLASSOVERRIDE + CLASSOVERRIDE CLASSOVERRIDE[doc] = "An internal variable specifying the special class override that should currently apply (e.g. "class-target", "class-native", and so forth)." @@ -1578,7 +1578,7 @@ - COMBINED_FEATURES + COMBINED_FEATURES COMBINED_FEATURES[doc] = "A set of features common between MACHINE_FEATURES and DISTRO_FEATURES." @@ -1607,7 +1607,7 @@ - COMMON_LICENSE_DIR + COMMON_LICENSE_DIR COMMON_LICENSE_DIR[doc] = "Points to meta/files/common-licenses in the Source Directory, which is where generic license files reside." @@ -1621,7 +1621,7 @@ - COMPATIBLE_HOST + 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." @@ -1641,7 +1641,7 @@ - COMPATIBLE_MACHINE + COMPATIBLE_MACHINE COMPATIBLE_MACHINE[doc] = "A regular expression that resolves to one or more target machines with which a recipe is compatible." @@ -1659,7 +1659,7 @@ - COMPLEMENTARY_GLOB + COMPLEMENTARY_GLOB COMPLEMENTARY_GLOB[doc] = "Defines wildcards to match when installing a list of complementary packages for all the packages installed in an image." @@ -1689,7 +1689,7 @@ - CONFFILES + CONFFILES CONFFILES[doc] = "Identifies editable or configurable files that are part of a package." @@ -1742,7 +1742,7 @@ - CONFIG_INITRAMFS_SOURCE + 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." @@ -1777,7 +1777,7 @@ - CONFIG_SITE + 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." @@ -1791,7 +1791,7 @@ - CONFLICT_DISTRO_FEATURES + 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." @@ -1813,7 +1813,7 @@ - COPY_LIC_DIRS + 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." @@ -1831,7 +1831,7 @@ - COPY_LIC_MANIFEST + 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." @@ -1845,7 +1845,7 @@ - CORE_IMAGE_EXTRA_INSTALL + 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." @@ -1864,7 +1864,7 @@ - COREBASE + COREBASE COREBASE[doc] = "Specifies the parent directory of the OpenEmbedded Core Metadata layer (i.e. meta)." @@ -1889,7 +1889,7 @@ - CPPFLAGS + CPPFLAGS CPPFLAGS[doc] = "Specifies the flags to pass to the C pre-processor (i.e. to both the C and the C++ compilers)." @@ -1925,7 +1925,7 @@ - CXXFLAGS + CXXFLAGS CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler." @@ -1964,7 +1964,7 @@ D - D + D D[doc] = "The destination directory." @@ -1983,7 +1983,7 @@ - DATETIME + DATETIME DATETIME[doc] = "The date and time the build was started." @@ -1995,7 +1995,7 @@ - DEBUG_BUILD + DEBUG_BUILD DEBUG_BUILD[doc] = "Specifies to build packages with debugging information. This influences the value of the SELECTED_OPTIMIZATION variable." @@ -2009,7 +2009,7 @@ - DEBUG_OPTIMIZATION + 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'." @@ -2024,7 +2024,7 @@ - DEFAULT_PREFERENCE + DEFAULT_PREFERENCE DEFAULT_PREFERENCE[doc] = "Specifies a weak bias for recipe selection priority." @@ -2051,7 +2051,7 @@ - DEFAULTTUNE + DEFAULTTUNE DEFAULTTUNE[doc] = "The default CPU and Application Binary Interface (ABI) tunings (i.e. the "tune") used by the OpenEmbedded build system." @@ -2075,7 +2075,7 @@ - DEPENDS + DEPENDS DEPENDS[doc] = "Lists a recipe's build-time dependencies (i.e. other recipe files)." @@ -2113,7 +2113,7 @@ - DEPLOY_DIR + 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." @@ -2141,7 +2141,7 @@ - DEPLOY_DIR_IMAGE + 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." @@ -2171,7 +2171,7 @@ - DEPLOYDIR + DEPLOYDIR DEPLOYDIR[doc] = "For recipes that inherit the deploy class, the DEPLOYDIR points to a temporary work area for deployed files." @@ -2195,7 +2195,7 @@ - DESCRIPTION + DESCRIPTION DESCRIPTION[doc] = "The package description used by package managers. If not set, DESCRIPTION takes the value of the SUMMARY variable." @@ -2209,7 +2209,7 @@ - DISK_SIGNATURE + DISK_SIGNATURE DISK_SIGNATURE[doc] = "A 32-bit MBR disk signature used by directdisk images." @@ -2262,7 +2262,7 @@ - DISTRO + DISTRO DISTRO[doc] = "The short name of the distribution. If the variable is blank, meta/conf/distro/defaultsetup.conf will be used." @@ -2307,7 +2307,7 @@ - DISTRO_EXTRA_RDEPENDS + 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." @@ -2326,7 +2326,7 @@ - DISTRO_EXTRA_RRECOMMENDS + 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." @@ -2341,7 +2341,7 @@ - DISTRO_FEATURES + DISTRO_FEATURES DISTRO_FEATURES[doc] = "The features enabled for the distribution." @@ -2377,7 +2377,7 @@ - DISTRO_FEATURES_BACKFILL + 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." @@ -2399,7 +2399,7 @@ - DISTRO_FEATURES_BACKFILL_CONSIDERED + 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." @@ -2415,7 +2415,7 @@ - DISTRO_NAME + DISTRO_NAME DISTRO_NAME[doc] = "The long name of the distribution." @@ -2424,7 +2424,7 @@ - DISTRO_PN_ALIAS + DISTRO_PN_ALIAS DISTRO_PN_ALIAS[doc] = "Alias names used for the recipe in various Linux distributions." @@ -2437,7 +2437,7 @@ - DISTRO_VERSION + DISTRO_VERSION DISTRO_VERSION[doc] = "The version of the distribution." @@ -2446,7 +2446,7 @@ - DISTROOVERRIDES + DISTROOVERRIDES DISTROOVERRIDES[doc] = "Lists overrides specific to the current distribution. By default, the variable list includes the value of the DISTRO variable." @@ -2465,7 +2465,7 @@ - DL_DIR + 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." @@ -2524,7 +2524,7 @@ - DOC_COMPRESS + 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." @@ -2551,7 +2551,7 @@ E - EFI_PROVIDER + 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." @@ -2575,7 +2575,7 @@ - ENABLE_BINARY_LOCALE_GENERATION + 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." @@ -2587,7 +2587,7 @@ - ERR_REPORT_DIR + 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." @@ -2615,7 +2615,7 @@ - ERROR_QA + ERROR_QA ERROR_QA[doc] = "Specifies the quality assurance checks whose failures are reported as errors by the OpenEmbedded build system." @@ -2633,7 +2633,7 @@ - EXCLUDE_FROM_WORLD + EXCLUDE_FROM_WORLD EXCLUDE_FROM_WORLD[doc] = "Directs BitBake to exclude a recipe from world builds (i.e. bitbake world)." @@ -2662,7 +2662,7 @@ - EXTENDPE + 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." @@ -2683,7 +2683,7 @@ - EXTENDPKGV + EXTENDPKGV EXTENDPKGV[doc] = "The full package version specification as it appears on the final packages produced by a recipe." @@ -2707,7 +2707,7 @@ - EXTERNALSRC + EXTERNALSRC EXTERNALSRC[doc] = "If externalsrc.bbclass is inherited, this variable points to the source tree, which is outside of the OpenEmbedded build system." @@ -2736,7 +2736,7 @@ - EXTERNALSRC_BUILD + 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." @@ -2766,7 +2766,7 @@ - EXTRA_IMAGE_FEATURES + 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." @@ -2841,7 +2841,7 @@ - EXTRA_IMAGECMD + 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." @@ -2860,7 +2860,7 @@ - EXTRA_IMAGEDEPENDS + 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." @@ -2883,7 +2883,7 @@ - EXTRA_OECMAKE + EXTRA_OECMAKE EXTRA_OECMAKE[doc] = "Additional cmake options." @@ -2892,7 +2892,7 @@ - EXTRA_OECONF + EXTRA_OECONF EXTRA_OECONF[doc] = "Additional configure script options." @@ -2901,7 +2901,7 @@ - EXTRA_OEMAKE + EXTRA_OEMAKE EXTRA_OEMAKE[doc] = "Additional GNU make options." @@ -2910,7 +2910,7 @@ - EXTRA_OESCONS + 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." @@ -2925,7 +2925,7 @@ - EXTRA_QMAKEVARS_POST + 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." @@ -2946,7 +2946,7 @@ - EXTRA_QMAKEVARS_PRE + 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." @@ -2967,7 +2967,7 @@ - EXTRA_USERS_PARAMS + EXTRA_USERS_PARAMS EXTRA_USERS_PARAMS[doc] = "When a recipe inherits the extrausers class, this variable provides image level user and group operations." @@ -3008,7 +3008,7 @@ F - FEATURE_PACKAGES + 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." @@ -3039,7 +3039,7 @@ - FEED_DEPLOYDIR_BASE_URI + 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." @@ -3069,7 +3069,7 @@ - FILES + FILES FILES[doc] = "The list of directories or files that are placed in packages." @@ -3119,7 +3119,7 @@ - FILESEXTRAPATHS + 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." @@ -3189,7 +3189,7 @@ - FILESOVERRIDES + FILESOVERRIDES FILESOVERRIDES[doc] = "A subset of OVERRIDES used by the OpenEmbedded build system for creating FILESPATH." @@ -3220,7 +3220,7 @@ - FILESPATH + 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." @@ -3266,7 +3266,7 @@ - FILESYSTEM_PERMS_TABLES + 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." @@ -3301,7 +3301,7 @@ - FONT_PACKAGES + 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." @@ -3320,7 +3320,7 @@ - FULL_OPTIMIZATION + 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'." @@ -3339,7 +3339,7 @@ G - GLIBC_GENERATE_LOCALES + 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." @@ -3364,7 +3364,7 @@ - GROUPADD_PARAM + 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." @@ -3392,7 +3392,7 @@ - GROUPMEMS_PARAM + 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." @@ -3415,7 +3415,7 @@ - GRUB_GFXSERIAL + GRUB_GFXSERIAL GRUB_GFXSERIAL[doc] = "Configures the GNU GRand Unified Bootloader (GRUB) to have graphics and serial in the boot menu." @@ -3437,7 +3437,7 @@ - GRUB_OPTS + GRUB_OPTS GRUB_OPTS[doc] = "Additional options to add to the GNU GRand Unified Bootloader (GRUB) configuration." @@ -3458,7 +3458,7 @@ - GRUB_TIMEOUT + GRUB_TIMEOUT GRUB_TIMEOUT[doc] = "Specifies the timeout before executing the default LABEL in the GNU GRand Unified Bootloader (GRUB)." @@ -3478,7 +3478,7 @@ - GTKIMMODULES_PACKAGES + 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." @@ -3493,7 +3493,7 @@ - GUMMIBOOT_CFG + GUMMIBOOT_CFG GUMMIBOOT_CFG[doc] = "When EFI_PROVIDER is set to "gummiboot", the GUMMIBOOT_CFG variable specifies the configuration file that should be used." @@ -3520,7 +3520,7 @@ - GUMMIBOOT_ENTRIES + 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." @@ -3549,7 +3549,7 @@ - GUMMIBOOT_TIMEOUT + GUMMIBOOT_TIMEOUT GUMMIBOOT_TIMEOUT[doc] = "When EFI_PROVIDER is set to "gummiboot", the GUMMIBOOT_TIMEOUT variable specifies the boot menu timeout in seconds." @@ -3580,7 +3580,7 @@ H - HOMEPAGE + HOMEPAGE HOMEPAGE[doc] = "Website where more information about the software the recipe is building can be found." @@ -3590,7 +3590,7 @@ - HOST_CC_ARCH + HOST_CC_ARCH HOST_CC_ARCH[doc] = "The name of the host architecture. Normally same as the TARGET_CC_ARCH." @@ -3623,7 +3623,7 @@ - HOST_SYS + 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." @@ -3658,7 +3658,7 @@ I - ICECC_DISABLED + ICECC_DISABLED ICECC_DISABLED[doc] = "Disables or enables the icecc (Icecream) function." @@ -3686,7 +3686,7 @@ - ICECC_ENV_EXEC + ICECC_ENV_EXEC ICECC_ENV_EXEC[doc] = "Points to the icecc-create-env script that you provide." @@ -3711,7 +3711,7 @@ - ICECC_PARALLEL_MAKE + ICECC_PARALLEL_MAKE ICECC_PARALLEL_MAKE[doc] = "Extra options passed to the make command during the do_compile task that specify parallel compilation." @@ -3755,7 +3755,7 @@ - ICECC_PATH + ICECC_PATH ICECC_PATH[doc] = "The location of the icecc binary." @@ -3773,7 +3773,7 @@ - ICECC_USER_CLASS_BL + ICECC_USER_CLASS_BL ICECC_USER_CLASS_BL[doc] = "Identifies user classes that you do not want the Icecream distributed compile support to consider." @@ -3798,7 +3798,7 @@ - ICECC_USER_PACKAGE_BL + ICECC_USER_PACKAGE_BL ICECC_USER_PACKAGE_BL[doc] = "Identifies user recipes that you do not want the Icecream distributed compile support to consider." @@ -3823,7 +3823,7 @@ - ICECC_USER_PACKAGE_WL + 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." @@ -3843,7 +3843,7 @@ - IMAGE_BASENAME + IMAGE_BASENAME IMAGE_BASENAME[doc] = "The base name of image output files." @@ -3856,7 +3856,7 @@ - IMAGE_BOOT_FILES + 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)." @@ -3879,7 +3879,7 @@ - IMAGE_CLASSES + IMAGE_CLASSES IMAGE_CLASSES[doc] = "A list of classes that all images should inherit." @@ -3907,7 +3907,7 @@ - IMAGE_CMD + 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)." @@ -3937,7 +3937,7 @@ - IMAGE_DEVICE_TABLES + 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." @@ -3960,7 +3960,7 @@ - IMAGE_FEATURES + IMAGE_FEATURES IMAGE_FEATURES[doc] = "The primary list of features to include in an image. Configure this variable in an image recipe." @@ -3992,7 +3992,7 @@ - IMAGE_FSTYPES + IMAGE_FSTYPES IMAGE_FSTYPES[doc] = "Formats of root filesystem images that you want to have created." @@ -4030,7 +4030,7 @@ - IMAGE_INSTALL + 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." @@ -4096,7 +4096,7 @@ - IMAGE_LINGUAS + IMAGE_LINGUAS IMAGE_LINGUAS[doc] = "Specifies the list of locales to install into the image during the root filesystem construction process." @@ -4134,7 +4134,7 @@ - IMAGE_MANIFEST + IMAGE_MANIFEST IMAGE_MANIFEST[doc] = "The manifest file for the image. This file lists all the installed packages that make up the image." @@ -4170,7 +4170,7 @@ - IMAGE_NAME + IMAGE_NAME IMAGE_NAME[doc] = "The name of the output image files minus the extension." @@ -4190,7 +4190,7 @@ - IMAGE_OVERHEAD_FACTOR + 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." @@ -4235,7 +4235,7 @@ - IMAGE_PKGTYPE + IMAGE_PKGTYPE IMAGE_PKGTYPE[doc] = "Defines the package type (DEB, RPM, IPK, or TAR) used by the OpenEmbedded build system." @@ -4281,7 +4281,7 @@ - IMAGE_POSTPROCESS_COMMAND + IMAGE_POSTPROCESS_COMMAND IMAGE_POSTPROCESS_COMMAND[doc] = "Added by classes to run post processing commands once the OpenEmbedded build system has created the image." @@ -4301,7 +4301,7 @@ - IMAGE_ROOTFS + IMAGE_ROOTFS IMAGE_ROOTFS[doc] = "The location of the root filesystem while it is under construction (i.e. during do_rootfs)." @@ -4317,7 +4317,7 @@ - IMAGE_ROOTFS_ALIGNMENT + IMAGE_ROOTFS_ALIGNMENT IMAGE_ROOTFS_ALIGNMENT[doc] = "Specifies the alignment for the output image file in Kbytes." @@ -4336,7 +4336,7 @@ - IMAGE_ROOTFS_EXTRA_SPACE + 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'." @@ -4370,7 +4370,7 @@ - IMAGE_ROOTFS_SIZE + IMAGE_ROOTFS_SIZE IMAGE_ROOTFS_SIZE[doc] = "Defines the size in Kbytes for the generated image." @@ -4416,7 +4416,7 @@ - IMAGE_TYPEDEP + IMAGE_TYPEDEP IMAGE_TYPEDEP[doc] = "Specifies a dependency from one image type on another." @@ -4442,7 +4442,7 @@ - IMAGE_TYPES + IMAGE_TYPES IMAGE_TYPES[doc] = "Specifies the complete list of supported image types by default." @@ -4485,7 +4485,7 @@ - INC_PR + INC_PR INC_PR[doc] = "Helps define the recipe revision for recipes that share a common include file." @@ -4541,7 +4541,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - INCOMPATIBLE_LICENSE + 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." @@ -4571,7 +4571,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - INHIBIT_DEFAULT_DEPS + 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." @@ -4591,7 +4591,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - INHIBIT_PACKAGE_DEBUG_SPLIT + INHIBIT_PACKAGE_DEBUG_SPLIT INHIBIT_PACKAGE_STRIP[doc] = "If set to "1", causes the build to not strip binaries in resulting packages." @@ -4622,7 +4622,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - INHIBIT_PACKAGE_STRIP + INHIBIT_PACKAGE_STRIP INHIBIT_PACKAGE_STRIP[doc] = "If set to "1", causes the build to not strip binaries in resulting packages." @@ -4633,7 +4633,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - INHERIT + INHERIT INHERIT[doc] = "Causes the named class to be inherited at this point during parsing. The variable is only valid in configuration files." @@ -4646,7 +4646,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - INHERIT_DISTRO + 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." @@ -4668,7 +4668,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - INITRAMFS_FSTYPES + INITRAMFS_FSTYPES INITRAMFS_FSTYPES[doc] = "Defines the format for the output image of an initial RAM disk (initramfs), which is used during boot." @@ -4683,7 +4683,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - INITRAMFS_IMAGE + 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)." @@ -4729,7 +4729,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - INITRAMFS_IMAGE_BUNDLE + 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)." @@ -4779,7 +4779,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - INITRD + INITRD INITRD[doc] = "Indicates a list of filesystem images to concatenate and use as an initial RAM disk (initrd)." @@ -4798,7 +4798,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - INITRD_IMAGE + 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." @@ -4820,7 +4820,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - INITSCRIPT_NAME + INITSCRIPT_NAME INITSCRIPT_NAME[doc] = "The filename of the initialization script as installed to ${sysconfdir}/init.d." @@ -4836,7 +4836,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - INITSCRIPT_PACKAGES + 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." @@ -4853,7 +4853,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - INITSCRIPT_PARAMS + 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." @@ -4885,7 +4885,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - INSANE_SKIP + INSANE_SKIP INSANE_SKIP[doc] = "Specifies the QA checks to skip for a specific package within a recipe." @@ -4910,7 +4910,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - IPK_FEED_URIS + IPK_FEED_URIS IPK_FEED_URIS[doc] = "List of ipkg feed records to put into generated image." @@ -4969,7 +4969,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" K - KARCH + KARCH KARCH[doc] = "Defines the kernel architecture used when assembling the configuration. You define the KARCH variable in the BSP Descriptions." @@ -4995,7 +4995,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - KBRANCH + 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." @@ -5059,7 +5059,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - KBRANCH_DEFAULT + 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'." @@ -5077,7 +5077,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - KERNEL_EXTRA_ARGS + KERNEL_EXTRA_ARGS KERNEL_EXTRA_ARGS[doc] = "Specifies additional make command-line arguments the OpenEmbedded build system passes on when compiling the kernel." @@ -5090,7 +5090,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - KERNEL_FEATURES + 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." @@ -5123,7 +5123,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - KERNEL_IMAGE_BASE_NAME + KERNEL_IMAGE_BASE_NAME KERNEL_IMAGE_BASE_NAME[doc] = "The base name of the kernel image." @@ -5149,7 +5149,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - KERNEL_IMAGETYPE + 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'." @@ -5162,7 +5162,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - KERNEL_MODULE_AUTOLOAD + KERNEL_MODULE_AUTOLOAD KERNEL_MODULE_AUTOLOAD[doc] = "Lists kernel modules that need to be auto-loaded during boot" @@ -5215,7 +5215,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - KERNEL_MODULE_PROBECONF + 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." @@ -5233,7 +5233,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - KERNEL_PATH + 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)." @@ -5263,7 +5263,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - KERNEL_SRC + 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)." @@ -5293,7 +5293,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - KFEATURE_DESCRIPTION + 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." @@ -5312,7 +5312,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - KMACHINE + KMACHINE KMACHINE[doc] = "The machine as known by the kernel." @@ -5408,7 +5408,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - KTYPE + KTYPE KTYPE[doc] = "Defines the kernel type to be used in assembling the configuration." @@ -5437,7 +5437,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" L - LABELS + LABELS LABELS[doc] = "Provides a list of targets for automatic configuration." @@ -5454,7 +5454,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - LAYERDEPENDS + 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." @@ -5473,7 +5473,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - LAYERDIR + LAYERDIR LAYERDIR[doc] = "When used inside the layer.conf configuration file, this variable provides the path of the current layer." @@ -5485,7 +5485,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - LAYERVERSION + 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." @@ -5501,7 +5501,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - LDFLAGS + LDFLAGS LDFLAGS[doc] = "Specifies the flags to pass to the linker." @@ -5536,7 +5536,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - LEAD_SONAME + 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." @@ -5556,7 +5556,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - LIC_FILES_CHKSUM + LIC_FILES_CHKSUM LIC_FILES_CHKSUM[doc] = "Checksums of the license text in the recipe source code." @@ -5577,7 +5577,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - LICENSE + LICENSE LICENSE[doc] = "The list of source licenses for the recipe. The logical operators ampersand or '|' and parentheses can be used." @@ -5641,7 +5641,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - LICENSE_FLAGS + 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." @@ -5668,7 +5668,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - LICENSE_FLAGS_WHITELIST + 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." @@ -5687,7 +5687,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - LICENSE_PATH + LICENSE_PATH LICENSE_PATH[doc] = "Path to additional licenses used during the build." @@ -5703,7 +5703,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - LINUX_KERNEL_TYPE + LINUX_KERNEL_TYPE LINUX_KERNEL_TYPE[doc] = "Defines the kernel type to be used in assembling the configuration." @@ -5735,7 +5735,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - LINUX_VERSION + 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." @@ -5760,7 +5760,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - LINUX_VERSION_EXTENSION + 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." @@ -5788,7 +5788,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - LOG_DIR + LOG_DIR LOG_DIR[doc] = "Specifies the directory to which the OpenEmbedded build system writes overall log files. The default directory is ${TMPDIR}/log" @@ -5810,7 +5810,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" M - MACHINE + 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." @@ -5860,7 +5860,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - MACHINE_ARCH + MACHINE_ARCH MACHINE_ARCH[doc] = "Specifies the name of the machine-specific architecture. This variable is set automatically from MACHINE or TUNE_PKGARCH." @@ -5877,7 +5877,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - MACHINE_ESSENTIAL_EXTRA_RDEPENDS + 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." @@ -5911,7 +5911,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS + 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." @@ -5961,7 +5961,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - MACHINE_EXTRA_RDEPENDS + 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." @@ -6003,7 +6003,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - MACHINE_EXTRA_RRECOMMENDS + 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." @@ -6044,7 +6044,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - MACHINE_FEATURES + MACHINE_FEATURES MACHINE_FEATURES[doc] = "Specifies the list of hardware features the MACHINE supports." @@ -6070,7 +6070,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - MACHINE_FEATURES_BACKFILL + 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." @@ -6092,7 +6092,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - MACHINE_FEATURES_BACKFILL_CONSIDERED + 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." @@ -6108,7 +6108,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - MACHINEOVERRIDES + MACHINEOVERRIDES MACHINEOVERRIDES[doc] = "Lists overrides specific to the current machine. By default, this list includes the value of MACHINE." @@ -6140,7 +6140,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - MAINTAINER + MAINTAINER MAINTAINER[doc] = "The email address of the distribution maintainer." @@ -6149,7 +6149,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - MIRRORS + MIRRORS MIRRORS[doc] = "Specifies additional paths from which the OpenEmbedded build system gets source code." @@ -6177,7 +6177,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - MLPREFIX + 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." @@ -6195,7 +6195,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - module_autoload + 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." @@ -6220,7 +6220,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - module_conf + module_conf module_conf[doc] = "Specifies modprobe.d syntax lines for inclusion in the /etc/modprobe.d/modname.conf file." @@ -6280,7 +6280,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - MODULE_IMAGE_BASE_NAME + MODULE_IMAGE_BASE_NAME MODULE_IMAGE_BASE_NAME[doc] = "The base name of the kernel modules tarball." @@ -6305,7 +6305,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - MODULE_TARBALL_DEPLOY + 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." @@ -6320,7 +6320,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - MULTIMACH_TARGET_SYS + 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." @@ -6338,7 +6338,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" N - NATIVELSBSTRING + NATIVELSBSTRING NATIVELSBSTRING[doc] = "A string identifying the host distribution." @@ -6366,7 +6366,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - NO_RECOMMENDATIONS + 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." @@ -6423,7 +6423,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - NOHDD + NOHDD NOHDD[doc] = "Causes the OpenEmbedded build system to skip building the .hddimg image." @@ -6440,7 +6440,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - NOISO + NOISO NOISO[doc] = "Causes the OpenEmbedded build system to skip building the ISO image." @@ -6462,7 +6462,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" O - OE_BINCONFIG_EXTRA_MANGLE + 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." @@ -6495,7 +6495,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - OE_IMPORTS + 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." @@ -6513,7 +6513,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - OE_TERMINAL + OE_TERMINAL OE_TERMINAL[doc] = "Controls how the OpenEmbedded build system spawns interactive terminals on the host development system." @@ -6547,7 +6547,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - OEROOT + OEROOT OEROOT[doc] = "The directory from which the top-level build environment setup script is sourced." @@ -6572,7 +6572,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - OLDEST_KERNEL + OLDEST_KERNEL OLDEST_KERNEL[doc] = "Declares the oldest version of the Linux kernel that the produced binaries must support." @@ -6594,7 +6594,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - OVERRIDES + OVERRIDES OVERRIDES[doc] = "BitBake uses OVERRIDES to control what variables are overridden after BitBake parses recipes and configuration files." @@ -6614,7 +6614,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" P - P + P P[doc] = "The recipe name and version. P is comprised of ${PN}-${PV}." @@ -6627,7 +6627,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PACKAGE_ARCH + PACKAGE_ARCH PACKAGE_ARCH[doc] = "The architecture of the resulting package or packages." @@ -6656,7 +6656,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PACKAGE_ARCHS + PACKAGE_ARCHS PACKAGE_ARCHS[doc] = "A list of architectures compatible with the given target in order of priority." @@ -6675,7 +6675,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PACKAGE_BEFORE_PN + 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." @@ -6688,7 +6688,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PACKAGE_CLASSES + 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." @@ -6740,7 +6740,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PACKAGE_DEBUG_SPLIT_STYLE + 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)." @@ -6798,7 +6798,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PACKAGE_EXCLUDE + PACKAGE_EXCLUDE PACKAGE_EXCLUDE[doc] = "Packages to exclude from the installation. If a listed package is required, an error is generated." @@ -6846,7 +6846,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PACKAGE_EXTRA_ARCHS + 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." @@ -6857,7 +6857,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PACKAGE_GROUP + PACKAGE_GROUP PACKAGE_GROUP[doc] = "Defines one or more packages to include in an image when a specific item is included in IMAGE_FEATURES." @@ -6878,7 +6878,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PACKAGE_INSTALL + 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." @@ -6909,7 +6909,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PACKAGE_PREPROCESS_FUNCS + 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." @@ -6923,7 +6923,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PACKAGECONFIG + PACKAGECONFIG PACKAGECONFIG[doc] = "This variable provides a means of enabling or disabling features of a recipe on a per-recipe basis." @@ -7041,7 +7041,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PACKAGES + PACKAGES PACKAGES[doc] = "The list of packages to be created from the recipe." @@ -7054,7 +7054,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PACKAGES_DYNAMIC + PACKAGES_DYNAMIC PACKAGES_DYNAMIC[doc] = "A promise that your recipe satisfies runtime dependencies for optional modules that are found in other recipes." @@ -7095,7 +7095,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PACKAGESPLITFUNCS + PACKAGESPLITFUNCS PACKAGESPLITFUNCS[doc] = "Specifies a list of functions run to perform additional splitting of files into individual packages." @@ -7116,7 +7116,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PARALLEL_MAKE + 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." @@ -7147,7 +7147,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PARALLEL_MAKEINST + PARALLEL_MAKEINST PARALLEL_MAKEINST[doc] = "Extra options passed to the make install command during the do_install task in order to specify parallel installation." @@ -7168,7 +7168,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PATCHRESOLVE + PATCHRESOLVE PATCHRESOLVE[doc] = "Enable or disable interactive patch resolution." @@ -7195,7 +7195,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PATCHTOOL + PATCHTOOL PATCHTOOL[doc] = "Specifies the utility used to apply patches for a recipe during do_patch." @@ -7225,7 +7225,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PE + 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." @@ -7240,7 +7240,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PF + 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}." @@ -7255,7 +7255,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PIXBUF_PACKAGES + 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." @@ -7275,7 +7275,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PKG + 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." @@ -7295,7 +7295,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PKGD + PKGD PKGD[doc] = "Points to the destination directory for files to be packaged before they are split into individual packages." @@ -7312,7 +7312,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PKGDATA_DIR + PKGDATA_DIR PKGDATA_DIR[doc] = "Points to a shared, global-state directory that holds data generated during the packaging process." @@ -7333,7 +7333,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PKGDEST + PKGDEST PKGDEST[doc] = "Points to the parent directory for files to be packaged after they have been split into individual packages." @@ -7353,7 +7353,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PKGDESTWORK + PKGDESTWORK PKGDESTWORK[doc] = "Points to a temporary work area used by the do_package task to write output from the do_packagedata task." @@ -7381,7 +7381,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PKGE + PKGE PKGE[doc] = "The epoch of the output package built by the OpenEmbedded build system." @@ -7395,7 +7395,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PKGR + PKGR PKGR[doc] = "The revision of the output package built by the OpenEmbedded build system." @@ -7409,7 +7409,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PKGV + PKGV PKGV[doc] = "The version of the output package built by the OpenEmbedded build system." @@ -7423,7 +7423,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PN + 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." @@ -7450,7 +7450,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PNBLACKLIST + PNBLACKLIST PNBLACKLIST[doc] = "Lists recipes you do not want the OpenEmbedded build system to build." @@ -7477,7 +7477,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PR + PR PR[doc] = "The revision of the recipe. The default value for this variable is 'r0'." @@ -7489,7 +7489,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PREFERRED_PROVIDER + PREFERRED_PROVIDER PREFERRED_PROVIDER[doc] = "If multiple recipes provide an item, this variable determines which recipe should be given preference." @@ -7511,7 +7511,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PREFERRED_VERSION + PREFERRED_VERSION PREFERRED_VERSION[doc] = "If there are multiple versions of recipes available, this variable determines which recipe should be given preference." @@ -7537,7 +7537,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PREMIRRORS + PREMIRRORS PREMIRRORS[doc] = "Specifies additional paths from which the OpenEmbedded build system gets source code." @@ -7585,7 +7585,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PRINC + 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'." @@ -7634,7 +7634,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PRIVATE_LIBS + PRIVATE_LIBS PRIVATE_LIBS[doc] = "Specifies libraries installed within a recipe that should be ignored by the OpenEmbedded build system's shared library resolver." @@ -7669,7 +7669,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PROVIDES + 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." @@ -7701,7 +7701,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PRSERV_HOST + PRSERV_HOST PRSERV_HOST[doc] = "The network based PR service host and port." @@ -7730,7 +7730,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PTEST_ENABLED + PTEST_ENABLED PRSERV_HOST[doc] = "Specifies whether or not Package Test (ptest) functionality is enabled when building a recipe." @@ -7748,7 +7748,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PV + PV PV[doc] = "The version of the recipe. The version is normally extracted from the recipe filename." @@ -7766,7 +7766,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PYTHON_ABI + 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." @@ -7802,7 +7802,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - PYTHON_PN + 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." @@ -7838,7 +7838,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" Q - QMAKE_PROFILES + QMAKE_PROFILES QMAKE_PROFILES[doc] = "Specifies your own subset of .pro files to be built for use with qmake." @@ -7866,7 +7866,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" R - RCONFLICTS + 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." @@ -7914,7 +7914,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - RDEPENDS + 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)." @@ -8049,7 +8049,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - REQUIRED_DISTRO_FEATURES + 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." @@ -8071,7 +8071,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - RM_OLD_IMAGE + 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." @@ -8092,7 +8092,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - RM_WORK_EXCLUDE + 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." @@ -8107,7 +8107,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - ROOT_HOME + ROOT_HOME ROOT_HOME[doc] = "Defines the root home directory." @@ -8143,7 +8143,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - ROOTFS + ROOTFS ROOTFS[doc] = "Indicates a filesystem image to include as the root filesystem." @@ -8162,7 +8162,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - ROOTFS_POSTPROCESS_COMMAND + 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." @@ -8185,7 +8185,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - RPROVIDES + 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." @@ -8212,7 +8212,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - RRECOMMENDS + 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." @@ -8304,7 +8304,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - RREPLACES + 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." @@ -8358,7 +8358,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - RSUGGESTS + 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." @@ -8385,7 +8385,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" S - S + S S[doc] = "The location in the Build Directory where unpacked package source code resides." @@ -8419,7 +8419,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SANITY_REQUIRED_UTILITIES + 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." @@ -8434,7 +8434,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SANITY_TESTED_DISTROS + SANITY_TESTED_DISTROS SANITY_TESTED_DISTROS[doc] = "A list of the host distribution identifiers that the build system has been tested against." @@ -8458,7 +8458,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SDK_ARCH + SDK_ARCH SDK_ARCH[doc] = "The target architecture for the SDK." @@ -8472,7 +8472,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SDK_DEPLOY + SDK_DEPLOY SDK_DEPLOY[doc] = "The directory set up and used by the populate_sdk_base to which the SDK is deployed." @@ -8490,7 +8490,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SDK_DIR + SDK_DIR SDK_DIR[doc] = "The parent directory used by the OpenEmbedded build system when creating SDK output." @@ -8515,7 +8515,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SDK_NAME + SDK_NAME SDK_NAME[doc] = "The base name for SDK output files." @@ -8537,7 +8537,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SDK_OUTPUT + SDK_OUTPUT SDK_OUTPUT[doc] = "The location used by the OpenEmbedded build system when creating SDK output." @@ -8564,7 +8564,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SDK_PACKAGE_ARCHS + 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." @@ -8583,7 +8583,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SDKIMAGE_FEATURES + 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'." @@ -8599,7 +8599,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SDKMACHINE + SDKMACHINE SDKMACHINE[doc] = "Specifies the architecture (i.e. i686 or x86_64) for which to build SDK and ADT items." @@ -8631,7 +8631,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SDKPATH + SDKPATH SDKPATH[doc] = "Defines the path offered to the user for installation of the SDK that is generated by the OpenEmbedded build system." @@ -8648,7 +8648,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SECTION + SECTION SECTION[doc] = "The section in which packages should be categorized. Package management utilities can make use of this variable." @@ -8658,7 +8658,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SELECTED_OPTIMIZATION + 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." @@ -8682,7 +8682,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SERIAL_CONSOLE + 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." @@ -8706,7 +8706,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SERIAL_CONSOLES + SERIAL_CONSOLES SERIAL_CONSOLES[doc] = "Defines the serial consoles (TTYs) to enable using getty." @@ -8723,7 +8723,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SERIAL_CONSOLES_CHECK + 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." @@ -8739,7 +8739,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS + 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." @@ -8770,7 +8770,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SIGGEN_EXCLUDERECIPES_ABISAFE + SIGGEN_EXCLUDERECIPES_ABISAFE SIGGEN_EXCLUDERECIPES_ABISAFE[doc] = "A list of recipes that are completely stable and will never change." @@ -8793,7 +8793,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SITEINFO_BITS + SITEINFO_BITS SITEINFO_BITS[doc] = "Specifies the number of bits for the target system CPU." @@ -8805,7 +8805,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SITEINFO_ENDIANNESS + 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'." @@ -8817,7 +8817,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SOC_FAMILY + 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." @@ -8838,7 +8838,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SOLIBS + SOLIBS SOLIBS[doc] = "Defines the suffix for shared libraries used on the target platform." @@ -8859,7 +8859,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SOLIBSDEV + SOLIBSDEV SOLIBSDEV[doc] = "Defines the suffix for the development symbolic link (symlink) for shared libraries on the target platform." @@ -8880,7 +8880,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SOURCE_MIRROR_URL + SOURCE_MIRROR_URL SOURCE_MIRROR_URL[doc] = "URL to source mirror that will be used before fetching from original SRC_URI." @@ -8910,7 +8910,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SPDXLICENSEMAP + SPDXLICENSEMAP SPDXLICENSEMAP[doc] = "Maps commonly used license names to their SPDX counterparts found in meta/files/common-licenses/." @@ -8931,7 +8931,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SPECIAL_PKGSUFFIX + 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." @@ -8945,7 +8945,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SRC_URI + 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." @@ -9100,7 +9100,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SRC_URI_OVERRIDES_PACKAGE_ARCH + 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." @@ -9116,7 +9116,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SRCDATE + 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)." @@ -9128,7 +9128,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SRCPV + SRCPV SRCPV[doc] = "Returns the version string of the current package. This string is used to help define the value of PV." @@ -9165,7 +9165,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SRCREV + SRCREV SRCREV[doc] = "The revision of the source code used to build the package. This variable applies to Subversion, Git, Mercurial and Bazaar only." @@ -9182,7 +9182,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SSTATE_DIR + SSTATE_DIR SSTATE_DIR[doc] = "The directory for the shared state cache." @@ -9191,7 +9191,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SSTATE_MIRROR_ALLOW_NETWORK + 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"." @@ -9213,7 +9213,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SSTATE_MIRRORS + 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." @@ -9254,7 +9254,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - STAGING_BASE_LIBDIR_NATIVE + STAGING_BASE_LIBDIR_NATIVE STAGING_BASE_LIBDIR_NATIVE[doc] = "Specifies the path to the /lib subdirectory of the sysroot directory for the build host." @@ -9267,7 +9267,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - STAGING_BASELIBDIR + 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)." @@ -9281,7 +9281,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - STAGING_BINDIR + 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)." @@ -9296,7 +9296,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - STAGING_BINDIR_CROSS + 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." @@ -9321,7 +9321,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - STAGING_BINDIR_NATIVE + STAGING_BINDIR_NATIVE STAGING_BINDIR_NATIVE[doc] = "Specifies the path to the /usr/bin subdirectory of the sysroot directory for the build host." @@ -9334,7 +9334,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - STAGING_DATADIR + 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)." @@ -9348,7 +9348,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - STAGING_DATADIR_NATIVE + STAGING_DATADIR_NATIVE STAGING_DATADIR_NATIVE[doc] = "Specifies the path to the /usr/share subdirectory of the sysroot directory for the build host." @@ -9360,7 +9360,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - STAGING_DIR + STAGING_DIR STAGING_DIR[doc] = "Specifies the path to the top-level sysroots directory (i.e. ${TMPDIR}/sysroots)." @@ -9384,7 +9384,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - STAGING_DIR_HOST + STAGING_DIR_HOST STAGING_DIR_HOST[doc] = "Specifies the path to the primary sysroot directory for which the target is being built." @@ -9413,7 +9413,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - STAGING_DIR_NATIVE + STAGING_DIR_NATIVE STAGING_DIR_NATIVE[doc] = "Specifies the path to the sysroot directory for the build host." @@ -9425,7 +9425,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - STAGING_DIR_TARGET + 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." @@ -9452,7 +9452,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - STAGING_ETCDIR_NATIVE + STAGING_ETCDIR_NATIVE STAGING_ETCDIR_NATIVE[doc] = "Specifies the path to the /etc subdirectory of the sysroot directory for the build host." @@ -9465,7 +9465,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - STAGING_EXECPREFIXDIR + 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)." @@ -9479,7 +9479,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - STAGING_INCDIR + 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)." @@ -9494,7 +9494,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - STAGING_INCDIR_NATIVE + STAGING_INCDIR_NATIVE STAGING_INCDIR_NATIVE[doc] = "Specifies the path to the /usr/include subdirectory of the sysroot directory for the build host." @@ -9506,7 +9506,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - STAGING_KERNEL_DIR + STAGING_KERNEL_DIR STAGING_KERNEL_DIR[doc] = "The directory with kernel headers that are required to build out-of-tree modules." @@ -9518,7 +9518,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - STAGING_LIBDIR + 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)." @@ -9532,7 +9532,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - STAGING_LIBDIR_NATIVE + STAGING_LIBDIR_NATIVE STAGING_LIBDIR_NATIVE[doc] = "Specifies the path to the /usr/lib subdirectory of the sysroot directory for the build host." @@ -9544,7 +9544,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - STAMP + 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." @@ -9570,7 +9570,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - STAMPS_DIR + STAMPS_DIR STAMPS_DIR[doc] = "Specifies the base directory in which the OpenEmbedded build system places stamps." @@ -9584,7 +9584,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SUMMARY + 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." @@ -9600,7 +9600,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SYSLINUX_DEFAULT_CONSOLE + SYSLINUX_DEFAULT_CONSOLE SYSLINUX_DEFAULT_CONSOLE[doc] = "Specifies the kernel boot default console." @@ -9624,7 +9624,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SYSLINUX_OPTS + SYSLINUX_OPTS SYSLINUX_OPTS[doc] = "Lists additional options to add to the syslinux file." @@ -9644,7 +9644,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SYSLINUX_SERIAL + SYSLINUX_SERIAL SYSLINUX_SERIAL[doc] = "Specifies the alternate serial port or turns it off." @@ -9663,7 +9663,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SYSLINUX_SPLASH + SYSLINUX_SPLASH SYSLINUX_SPLASH[doc] = "An .LSS file used as the background for the VGA boot menu when you are using the boot menu." @@ -9683,7 +9683,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SYSLINUX_SERIAL_TTY + SYSLINUX_SERIAL_TTY SYSLINUX_SERIAL_TTY[doc] = "Specifies the alternate console=tty... kernel boot argument." @@ -9701,7 +9701,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SYSROOT_PREPROCESS_FUNCS + 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." @@ -9716,7 +9716,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SYSTEMD_AUTO_ENABLE + 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." @@ -9742,7 +9742,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SYSTEMD_PACKAGES + 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." @@ -9768,7 +9768,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SYSTEMD_SERVICE + SYSTEMD_SERVICE SYSTEMD_SERVICE[doc] = "For recipes that inherit the systemd class, this variable specifies the systemd service name for a package." @@ -9792,7 +9792,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SYSVINIT_ENABLED_GETTYS + SYSVINIT_ENABLED_GETTYS SYSVINIT_ENABLED_GETTYS[doc] = "Specifies which virtual terminals should be running a getty, the default is '1'." @@ -9820,7 +9820,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" T - 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." @@ -9844,7 +9844,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TARGET_ARCH + 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." @@ -9873,7 +9873,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TARGET_AS_ARCH + TARGET_AS_ARCH TARGET_AS_ARCH[doc] = "Specifies architecture-specific assembler flags for the target system." @@ -9892,7 +9892,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TARGET_CC_ARCH + TARGET_CC_ARCH TARGET_CC_ARCH[doc] = "Specifies architecture-specific C compiler flags for the target system." @@ -9915,7 +9915,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TARGET_CC_KERNEL_ARCH + 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." @@ -9939,7 +9939,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TARGET_CFLAGS + TARGET_CFLAGS TARGET_CFLAGS[doc] = "Flags passed to the C compiler for the target system. This variable evaluates to the same as CFLAGS." @@ -9964,7 +9964,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TARGET_CPPFLAGS + 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." @@ -9990,7 +9990,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TARGET_CXXFLAGS + TARGET_CXXFLAGS TARGET_CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler when building for the target." @@ -10015,7 +10015,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TARGET_FPU + 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." @@ -10027,7 +10027,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TARGET_LD_ARCH + TARGET_LD_ARCH TARGET_LD_ARCH[doc] = "Specifies architecture-specific linker flags for the target system." @@ -10046,7 +10046,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TARGET_LDFLAGS + TARGET_LDFLAGS TARGET_LDFLAGS[doc] = "Specifies the flags to pass to the linker when building for the target." @@ -10071,7 +10071,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TARGET_OS + TARGET_OS TARGET_OS[doc] = "Specifies the target's operating system." @@ -10084,7 +10084,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TCLIBC + TCLIBC TCLIBC[doc] = "Specifies GNU standard C library (libc) variant to use during the build process. You can select 'glibc' or 'uclibc'." @@ -10105,7 +10105,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TCMODE + TCMODE TCMODE[doc] = "Enables an external toolchain (where provided by an additional layer) if set to a value other than 'default'." @@ -10166,7 +10166,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TEST_EXPORT_DIR + 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"." @@ -10185,7 +10185,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TEST_EXPORT_ONLY + 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." @@ -10199,7 +10199,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TEST_IMAGE + 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." @@ -10232,7 +10232,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TEST_LOG_DIR + 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"." @@ -10250,7 +10250,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TEST_POWERCONTROL_CMD + 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" @@ -10269,7 +10269,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TEST_POWERCONTROL_EXTRA_ARGS + 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" @@ -10287,7 +10287,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TEST_QEMUBOOT_TIMEOUT + 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." @@ -10310,7 +10310,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TEST_SERIALCONTROL_CMD + 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." @@ -10335,7 +10335,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TEST_SERIALCONTROL_EXTRA_ARGS + 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." @@ -10353,7 +10353,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TEST_SERVER_IP + TEST_SERVER_IP TEST_SERVER_IP[doc] = "The IP address of the build machine (host machine). This IP address is usually automatically detected." @@ -10374,7 +10374,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TEST_TARGET + TEST_TARGET TEST_TARGET[doc] = "For automated runtime testing, specifies the method of deploying the image and running tests on the target machine." @@ -10442,7 +10442,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TEST_TARGET_IP + TEST_TARGET_IP TEST_TARGET_IP[doc] = "The IP address of your hardware under test." @@ -10471,7 +10471,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TEST_SUITES + TEST_SUITES TEST_SUITES[doc] = "An ordered list of tests (modules) to run against an image when performing automated runtime testing." @@ -10529,7 +10529,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - THISDIR + THISDIR THISDIR[doc] = "The directory in which the file BitBake is currently parsing is located." @@ -10542,7 +10542,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TMPDIR + 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." @@ -10583,7 +10583,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TOOLCHAIN_HOST_TASK + 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." @@ -10616,7 +10616,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TOOLCHAIN_TARGET_TASK + 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." @@ -10641,7 +10641,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TOPDIR + TOPDIR TOPDIR[doc] = "The Build Directory. BitBake automatically sets this variable. The OpenEmbedded build system uses the Build Directory when building images." @@ -10658,7 +10658,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TRANSLATED_TARGET_ARCH + 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." @@ -10679,7 +10679,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TUNE_ARCH + TUNE_ARCH TUNE_ARCH[doc] = "The GNU canonical architecture for a specific architecture (i.e. arm, armeb, mips, mips64, and so forth)." @@ -10737,7 +10737,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TUNE_ASARGS + TUNE_ASARGS TUNE_ASARGS[doc] = "Specifies architecture-specific assembler flags for the target system." @@ -10764,7 +10764,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TUNE_CCARGS + TUNE_CCARGS TUNE_CCARGS[doc] = "Specifies architecture-specific C compiler flags for the target system." @@ -10785,7 +10785,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TUNE_LDARGS + TUNE_LDARGS TUNE_LDARGS[doc] = "Specifies architecture-specific linker flags for the target system." @@ -10812,7 +10812,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TUNE_FEATURES + TUNE_FEATURES TUNE_FEATURES[doc] = "Features used to "tune" a compiler for optimal use given a specific processor." @@ -10845,7 +10845,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TUNE_PKGARCH + TUNE_PKGARCH TUNE_PKGARCH[doc] = "The package architecture understood by the packaging system to define the architecture, ABI, and tuning of output packages." @@ -10858,7 +10858,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TUNE_PKGARCH_tune + TUNE_PKGARCH_tune TUNE_PKGARCH_tune[doc] = "The CPU or Application Binary Interface (ABI) specific tuning of the TUNE_PKGARCH." @@ -10883,7 +10883,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TUNEABI + 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." @@ -10910,7 +10910,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TUNEABI_OVERRIDE + TUNEABI_OVERRIDE TUNEABI_OVERRIDE[doc] = "If set, ignores TUNEABI_WHITELIST." @@ -10936,7 +10936,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TUNEABI_WHITELIST + TUNEABI_WHITELIST TUNEABI_WHITELIST[doc] = "A whitelist of permissible TUNEABI values. If the variable is not set, all values are allowed." @@ -10963,7 +10963,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TUNECONFLICTS[feature] + TUNECONFLICTS[feature] TUNECONFLICTS[doc] = "Specifies CPU or Application Binary Interface (ABI) tuning features that conflict with specified feature." @@ -10988,7 +10988,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TUNEVALID[feature] + TUNEVALID[feature] TUNEVALID[doc] = "Descriptions, stored as flags, of valid tuning features." @@ -11014,7 +11014,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" U - UBOOT_CONFIG + UBOOT_CONFIG UBOOT_CONFIG[doc] = "Configures the UBOOT_MACHINE and can also define IMAGE_FSTYPES for individual cases." @@ -11056,7 +11056,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - UBOOT_ENTRYPOINT + UBOOT_ENTRYPOINT UBOOT_ENTRYPOINT[doc] = "Specifies the entry point for the U-Boot image." @@ -11071,7 +11071,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - UBOOT_LOADADDRESS + UBOOT_LOADADDRESS UBOOT_LOADADDRESS[doc] = "Specifies the load address for the U-Boot image." @@ -11086,7 +11086,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - UBOOT_LOCALVERSION + UBOOT_LOCALVERSION UBOOT_LOCALVERSION[doc] = "Appends a string to the name of the local version of the U-Boot image." @@ -11105,7 +11105,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - UBOOT_MACHINE + UBOOT_MACHINE UBOOT_MACHINE[doc] = "Specifies the value passed on the make command line when building a U-Boot image." @@ -11128,7 +11128,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - UBOOT_MAKE_TARGET + UBOOT_MAKE_TARGET UBOOT_MAKE_TARGET[doc] = "Specifies the target called in the Makefile." @@ -11141,7 +11141,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - UBOOT_SUFFIX + UBOOT_SUFFIX UBOOT_SUFFIX[doc] = "Points to the generated U-Boot extension." @@ -11159,7 +11159,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - UBOOT_TARGET + UBOOT_TARGET UBOOT_TARGET[doc] = "Specifies the target used for building U-Boot." @@ -11175,7 +11175,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - USE_VT + 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." @@ -11200,7 +11200,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - USER_CLASSES + USER_CLASSES USER_CLASSES[doc] = "List of additional classes to use when building images that enable extra features." @@ -11227,7 +11227,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - USERADD_ERROR_DYNAMIC + 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." @@ -11267,7 +11267,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - USERADD_GID_TABLES + 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." @@ -11302,7 +11302,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - USERADD_PACKAGES + 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." @@ -11338,7 +11338,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - USERADD_PARAM + 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." @@ -11368,7 +11368,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - USERADD_UID_TABLES + 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." @@ -11403,7 +11403,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - USERADDEXTENSION + 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." @@ -11458,7 +11458,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" W - WARN_QA + WARN_QA WARN_QA[doc] = "Specifies the quality assurance checks whose failures are reported as warnings by the OpenEmbedded build system." @@ -11476,7 +11476,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - WORKDIR + 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." @@ -11537,7 +11537,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" X - XSERVER + XSERVER XSERVER[doc] = "Specifies the packages that should be installed to provide an X server and drivers for the current machine." -- cgit v1.2.3-54-g00ecf