diff --git a/documentation/mega-manual/figures/define-generic.png b/documentation/mega-manual/figures/define-generic.png new file mode 100644 index 0000000000..bd22718a55 Binary files /dev/null and b/documentation/mega-manual/figures/define-generic.png differ diff --git a/documentation/ref-manual/figures/define-generic.png b/documentation/ref-manual/figures/define-generic.png new file mode 100644 index 0000000000..bd22718a55 Binary files /dev/null and b/documentation/ref-manual/figures/define-generic.png differ diff --git a/documentation/ref-manual/ref-style.css b/documentation/ref-manual/ref-style.css index e77ba718b3..f660a96859 100644 --- a/documentation/ref-manual/ref-style.css +++ b/documentation/ref-manual/ref-style.css @@ -203,15 +203,6 @@ div.variablelist dl { font-weight: normal; 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 { @@ -222,6 +213,7 @@ div.variablelist dl { .variablelist dl dd { margin-top: -3.5em; margin-left: 15.5em; + margin-bottom: 2em; } .glossary dd p, @@ -230,7 +222,6 @@ div.variablelist dl { margin-bottom: 1em; } - div.calloutlist table td { padding: 0em 0em 0em 0em; margin: 0em 0em 0em 0em; diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 86161ede5d..9caebf49f5 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 @@ - AR + AR AR[doc] = "Minimal command and arguments to run 'ar'." @@ -272,7 +272,7 @@ - AS + AS AS[doc] = "Minimal command and arguments to run the assembler." @@ -284,7 +284,7 @@ - ASSUME_PROVIDED + ASSUME_PROVIDED ASSUME_PROVIDED[doc] = "Lists recipe names (PN values) BitBake does not attempt to build." @@ -307,7 +307,7 @@ - ASSUME_SHLIBS + ASSUME_SHLIBS ASSUME_SHLIBS[doc] = Provides additional shlibs provider mapping information, which adds to or overwrites the information provided automatically by the system." @@ -341,17 +341,19 @@ - AUTHOR + AUTHOR AUTHOR[doc] = "Email address used to contact the original author or authors in order to send patches and forward bugs." - The email address used to contact the original author - or authors in order to send patches and forward bugs. + + The email address used to contact the original author + or authors in order to send patches and forward bugs. + - AUTO_LIBNAME_PKGS + AUTO_LIBNAME_PKGS AUTO_LIBNAME_PKGS[doc] = "Specifies which packages should be checked for libraries and renamed according to Debian library package naming." @@ -373,7 +375,7 @@ - AUTO_SYSLINUXMENU + AUTO_SYSLINUXMENU AUTO_SYSLINUXMENU[doc] = "Enables creating an automatic menu for the syslinux bootloader." @@ -389,7 +391,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." @@ -405,7 +407,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." @@ -444,7 +446,7 @@ meta/conf/machine/include//arch-.inc 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." @@ -470,7 +472,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -521,7 +523,7 @@ meta/conf/machine/include//arch-.inc - BASE_LIB + BASE_LIB BASE_LIB[doc] = "The library directory name for the CPU or Application Binary Interface (ABI) tune." @@ -546,7 +548,7 @@ meta/conf/machine/include//arch-.inc - BASE_WORKDIR + BASE_WORKDIR BASE_WORKDIR[doc] = "Points to the base of the work directory for all recipes." @@ -558,7 +560,7 @@ meta/conf/machine/include//arch-.inc - 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)." @@ -595,7 +597,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -693,7 +695,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -764,7 +766,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -790,7 +792,7 @@ meta/conf/machine/include//arch-.inc - BB_NUMBER_THREADS + BB_NUMBER_THREADS BB_NUMBER_THREADS[doc] = "The maximum number of tasks BitBake should run in parallel at any one time. This variable is automatically configured to be equal to the number of build system cores." @@ -807,7 +809,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -834,7 +836,7 @@ meta/conf/machine/include//arch-.inc - BBFILE_COLLECTIONS + BBFILE_COLLECTIONS BBFILE_COLLECTIONS[doc] = "Lists the names of configured layers. These names are used to find the other BBFILE_* variables." @@ -848,7 +850,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -862,7 +864,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -896,7 +898,7 @@ meta/conf/machine/include//arch-.inc - BBFILES + BBFILES BBFILES[doc] = "List of recipe files used by BitBake to build software." @@ -905,7 +907,7 @@ meta/conf/machine/include//arch-.inc - BBINCLUDELOGS + BBINCLUDELOGS BBINCLUDELOGS[doc] = "Variable that controls how BitBake displays logs on build failure." @@ -914,7 +916,7 @@ meta/conf/machine/include//arch-.inc - BBINCLUDELOGS_LINES + BBINCLUDELOGS_LINES BBINCLUDELOGS_LINES[doc] = "Amount of log lines printed on failure." @@ -930,7 +932,7 @@ meta/conf/machine/include//arch-.inc - BBLAYERS + BBLAYERS BBLAYERS[doc] = "Lists the layers to enable during the build. This variable is defined in the bblayers.conf configuration file." @@ -958,7 +960,7 @@ meta/conf/machine/include//arch-.inc - BBLAYERS_NON_REMOVABLE + BBLAYERS_NON_REMOVABLE BBLAYERS_NON_REMOVABLE[doc] = "Lists core layers that cannot be removed from the bblayers.conf file." @@ -994,7 +996,7 @@ meta/conf/machine/include//arch-.inc - BBMASK + BBMASK BBMASK[doc] = "Prevents BitBake from processing specific recipes or recipe append files. Use the BBMASK variable from within conf/local.conf." @@ -1057,7 +1059,7 @@ meta/conf/machine/include//arch-.inc - BBPATH + BBPATH BBPATH[doc] = "Used by BitBake to locate .bbclass and configuration files. This variable is analogous to the PATH variable." @@ -1085,7 +1087,7 @@ meta/conf/machine/include//arch-.inc - BBSERVER + BBSERVER BBSERVER[doc] = "Points to the server that runs memory-resident BitBake." @@ -1110,7 +1112,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -1137,7 +1139,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -1164,7 +1166,7 @@ meta/conf/machine/include//arch-.inc - 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}" @@ -1179,7 +1181,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -1197,7 +1199,7 @@ meta/conf/machine/include//arch-.inc - BUGTRACKER + BUGTRACKER BUGTRACKER[doc] = "Specifies a URL for an upstream bug tracking website for a recipe." @@ -1212,7 +1214,7 @@ meta/conf/machine/include//arch-.inc - BUILD_ARCH + BUILD_ARCH BUILD_ARCH[doc] = "The name of the building architecture (e.g. i686)." @@ -1227,7 +1229,7 @@ meta/conf/machine/include//arch-.inc - BUILD_CFLAGS + BUILD_CFLAGS BUILD_CFLAGS[doc] = "Specifies the flags to pass to the C compiler when building for the build host." @@ -1242,7 +1244,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -1258,7 +1260,7 @@ meta/conf/machine/include//arch-.inc - BUILD_CXXFLAGS + BUILD_CXXFLAGS BUILD_CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler when building for the build host." @@ -1273,7 +1275,7 @@ meta/conf/machine/include//arch-.inc - BUILD_LDFLAGS + BUILD_LDFLAGS BUILD_LDFLAGS[doc] = "Specifies the flags to pass to the linker when building for the build host." @@ -1288,7 +1290,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -1311,7 +1313,7 @@ meta/conf/machine/include//arch-.inc - BUILD_OS + BUILD_OS BUILD_OS[doc] = "The operating system (in lower case) of the building architecture (e.g. Linux)." @@ -1327,7 +1329,7 @@ meta/conf/machine/include//arch-.inc - BUILD_PREFIX + BUILD_PREFIX BUILD_PREFIX[doc] = "The toolchain binary prefix used for native recipes." @@ -1342,7 +1344,7 @@ meta/conf/machine/include//arch-.inc - BUILD_VENDOR + BUILD_VENDOR BUILD_VENDOR[doc] = "The vendor name to use when building for the build host." @@ -1355,7 +1357,7 @@ meta/conf/machine/include//arch-.inc - BUILDDIR + BUILDDIR BUILDDIR[doc] = "Points to the location of the Build Directory." @@ -1376,7 +1378,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -1407,7 +1409,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -1441,7 +1443,7 @@ meta/conf/machine/include//arch-.inc - BUILDHISTORY_DIR + BUILDHISTORY_DIR BUILDHISTORY_DIR[doc] = "When inheriting the buildhistory class, this variable specifies the directory in which build history information is kept." @@ -1465,7 +1467,7 @@ meta/conf/machine/include//arch-.inc - BUILDHISTORY_FEATURES + BUILDHISTORY_FEATURES BUILDHISTORY_FEATURES[doc] = "When inheriting the buildhistory class, this variable specifies the build history features to be enabled." @@ -1509,7 +1511,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -1541,7 +1543,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -1575,7 +1577,7 @@ meta/conf/machine/include//arch-.inc - BUILDSDK_CFLAGS + BUILDSDK_CFLAGS BUILDSDK_CFLAGS[doc] = "Specifies the flags to pass to the C compiler when building for the SDK." @@ -1591,7 +1593,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -1608,7 +1610,7 @@ meta/conf/machine/include//arch-.inc - BUILDSDK_CXXFLAGS + BUILDSDK_CXXFLAGS BUILDSDK_CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler when building for the SDK." @@ -1624,7 +1626,7 @@ meta/conf/machine/include//arch-.inc - BUILDSDK_LDFLAGS + BUILDSDK_LDFLAGS BUILDSDK_LDFLAGS[doc] = "Specifies the flags to pass to the linker when building for the SDK." @@ -1640,7 +1642,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -1657,7 +1659,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -1683,7 +1685,7 @@ meta/conf/machine/include//arch-.inc C - CACHE + CACHE CACHE[doc] = "The directory BitBake uses to store a cache of the metadata." @@ -1698,7 +1700,7 @@ meta/conf/machine/include//arch-.inc - CC + CC CC[doc] = "Minimum command and arguments to run the C compiler." @@ -1710,7 +1712,7 @@ meta/conf/machine/include//arch-.inc - CFLAGS + CFLAGS CFLAGS[doc] = "Flags passed to the C compiler for the target system. This variable evaluates to the same as TARGET_CFLAGS." @@ -1745,7 +1747,7 @@ meta/conf/machine/include//arch-.inc - 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)." @@ -1774,7 +1776,7 @@ meta/conf/machine/include//arch-.inc - CLEANBROKEN + CLEANBROKEN CLEANBROKEN[doc] = "Prevents the build system from running 'make clean' during the do_configure task." @@ -1792,7 +1794,7 @@ meta/conf/machine/include//arch-.inc - COMBINED_FEATURES + COMBINED_FEATURES COMBINED_FEATURES[doc] = "A set of features common between MACHINE_FEATURES and DISTRO_FEATURES." @@ -1821,7 +1823,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -1835,7 +1837,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -1855,7 +1857,7 @@ meta/conf/machine/include//arch-.inc - COMPATIBLE_MACHINE + COMPATIBLE_MACHINE COMPATIBLE_MACHINE[doc] = "A regular expression that resolves to one or more target machines with which a recipe is compatible." @@ -1873,7 +1875,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -1903,7 +1905,7 @@ meta/conf/machine/include//arch-.inc - CONF_VERSION + CONF_VERSION CONF_VERSION[doc] = "Tracks the version of local.conf. Increased each time build/conf/ changes incompatibly." @@ -1917,7 +1919,7 @@ meta/conf/machine/include//arch-.inc - CONFFILES + CONFFILES CONFFILES[doc] = "Identifies editable or configurable files that are part of a package." @@ -1970,7 +1972,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -2005,7 +2007,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -2019,7 +2021,7 @@ meta/conf/machine/include//arch-.inc - CONFIGURE_FLAGS + CONFIGURE_FLAGS CONFIGURE_FLAGS[doc] = "The minimal arguments for GNU configure." @@ -2030,7 +2032,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -2052,7 +2054,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -2070,7 +2072,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -2084,7 +2086,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -2103,7 +2105,7 @@ meta/conf/machine/include//arch-.inc - COREBASE + COREBASE COREBASE[doc] = "Specifies the parent directory of the OpenEmbedded Core Metadata layer (i.e. meta)." @@ -2128,7 +2130,7 @@ meta/conf/machine/include//arch-.inc - CPP + CPP CPP[doc] = "Minimum command and arguments to run the C preprocessor." @@ -2140,7 +2142,7 @@ meta/conf/machine/include//arch-.inc - CPPFLAGS + CPPFLAGS CPPFLAGS[doc] = "Specifies the flags to pass to the C pre-processor (i.e. to both the C and the C++ compilers)." @@ -2176,7 +2178,7 @@ meta/conf/machine/include//arch-.inc - CROSS_COMPILE + CROSS_COMPILE CROSS_COMPILE[doc] = "The toolchain binary prefix for the target tools." @@ -2197,7 +2199,7 @@ meta/conf/machine/include//arch-.inc - CVSDIR + CVSDIR CVSDIR[doc] = "The directory where cvs checkouts will be stored in." @@ -2209,7 +2211,7 @@ meta/conf/machine/include//arch-.inc - CXX + CXX CXX[doc] = "Minimum command and arguments to run the C++ compiler." @@ -2221,7 +2223,7 @@ meta/conf/machine/include//arch-.inc - CXXFLAGS + CXXFLAGS CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler." @@ -2260,7 +2262,7 @@ meta/conf/machine/include//arch-.inc D - D + D D[doc] = "The destination directory." @@ -2279,7 +2281,7 @@ meta/conf/machine/include//arch-.inc - DATE + DATE DATE[doc] = "The date the build was started using YMD format." @@ -2292,7 +2294,7 @@ meta/conf/machine/include//arch-.inc - DATETIME + DATETIME DATETIME[doc] = "The date and time the build was started." @@ -2304,7 +2306,7 @@ meta/conf/machine/include//arch-.inc - DEBIAN_NOAUTONAME + DEBIAN_NOAUTONAME DEBIAN_NOAUTONAME[doc] = "Prevents a particular package from being renamed according to Debian package naming." @@ -2327,7 +2329,7 @@ meta/conf/machine/include//arch-.inc - DEBIANNAME + DEBIANNAME DEBIANNAME[doc] = "Allows you to override the library name for an individual package for Debian library package renaming." @@ -2350,7 +2352,7 @@ meta/conf/machine/include//arch-.inc - DEBUG_BUILD + DEBUG_BUILD DEBUG_BUILD[doc] = "Specifies to build packages with debugging information. This influences the value of the SELECTED_OPTIMIZATION variable." @@ -2364,7 +2366,7 @@ meta/conf/machine/include//arch-.inc - 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'." @@ -2379,7 +2381,7 @@ meta/conf/machine/include//arch-.inc - DEFAULT_PREFERENCE + DEFAULT_PREFERENCE DEFAULT_PREFERENCE[doc] = "Specifies a weak bias for recipe selection priority." @@ -2406,7 +2408,7 @@ meta/conf/machine/include//arch-.inc - DEFAULTTUNE + DEFAULTTUNE DEFAULTTUNE[doc] = "The default CPU and Application Binary Interface (ABI) tunings (i.e. the "tune") used by the OpenEmbedded build system." @@ -2430,7 +2432,7 @@ meta/conf/machine/include//arch-.inc - DEPENDS + DEPENDS DEPENDS[doc] = "Lists a recipe's build-time dependencies (i.e. other recipe files)." @@ -2468,7 +2470,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -2496,7 +2498,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -2526,7 +2528,7 @@ meta/conf/machine/include//arch-.inc - DEPLOYDIR + DEPLOYDIR DEPLOYDIR[doc] = "For recipes that inherit the deploy class, the DEPLOYDIR points to a temporary work area for deployed files." @@ -2550,7 +2552,7 @@ meta/conf/machine/include//arch-.inc - DESCRIPTION + DESCRIPTION DESCRIPTION[doc] = "The package description used by package managers. If not set, DESCRIPTION takes the value of the SUMMARY variable." @@ -2564,7 +2566,7 @@ meta/conf/machine/include//arch-.inc - DISK_SIGNATURE + DISK_SIGNATURE DISK_SIGNATURE[doc] = "A 32-bit MBR disk signature used by directdisk images." @@ -2617,7 +2619,7 @@ meta/conf/machine/include//arch-.inc - DISTRO + DISTRO DISTRO[doc] = "The short name of the distribution. If the variable is blank, meta/conf/distro/defaultsetup.conf will be used." @@ -2662,7 +2664,7 @@ meta/conf/machine/include//arch-.inc - DISTRO_CODENAME + DISTRO_CODENAME DISTRO_CODENAME[doc] = "Specifies a codename for the distribution being built." @@ -2673,7 +2675,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -2692,7 +2694,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -2707,7 +2709,7 @@ meta/conf/machine/include//arch-.inc - DISTRO_FEATURES + DISTRO_FEATURES DISTRO_FEATURES[doc] = "The features enabled for the distribution." @@ -2743,7 +2745,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -2765,7 +2767,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -2781,7 +2783,7 @@ meta/conf/machine/include//arch-.inc - DISTRO_FEATURES_DEFAULT + DISTRO_FEATURES_DEFAULT DISTRO_FEATURES_DEFAULT[doc] = "Provides the default list of distro features with the exception of any libc-specific features." @@ -2808,7 +2810,7 @@ meta/conf/machine/include//arch-.inc - DISTRO_FEATURES_LIBC + DISTRO_FEATURES_LIBC DISTRO_FEATURES_LIBC[doc] = "Specifies the list of distro features that are specific to the C library (libc)." @@ -2824,7 +2826,7 @@ meta/conf/machine/include//arch-.inc - DISTRO_NAME + DISTRO_NAME DISTRO_NAME[doc] = "The long name of the distribution." @@ -2833,7 +2835,7 @@ meta/conf/machine/include//arch-.inc - DISTRO_VERSION + DISTRO_VERSION DISTRO_VERSION[doc] = "The version of the distribution." @@ -2842,7 +2844,7 @@ meta/conf/machine/include//arch-.inc - DISTROOVERRIDES + DISTROOVERRIDES DISTROOVERRIDES[doc] = "Lists overrides specific to the current distribution. By default, the variable list includes the value of the DISTRO variable." @@ -2861,7 +2863,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -2920,7 +2922,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -2947,7 +2949,7 @@ meta/conf/machine/include//arch-.inc 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." @@ -2971,7 +2973,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -2983,7 +2985,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -3011,7 +3013,7 @@ meta/conf/machine/include//arch-.inc - ERROR_QA + ERROR_QA ERROR_QA[doc] = "Specifies the quality assurance checks whose failures are reported as errors by the OpenEmbedded build system." @@ -3029,7 +3031,7 @@ meta/conf/machine/include//arch-.inc - EXCLUDE_FROM_WORLD + EXCLUDE_FROM_WORLD EXCLUDE_FROM_WORLD[doc] = "Directs BitBake to exclude a recipe from world builds (i.e. bitbake world)." @@ -3058,7 +3060,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -3079,7 +3081,7 @@ meta/conf/machine/include//arch-.inc - EXTENDPKGV + EXTENDPKGV EXTENDPKGV[doc] = "The full package version specification as it appears on the final packages produced by a recipe." @@ -3103,7 +3105,7 @@ meta/conf/machine/include//arch-.inc - EXTERNALSRC + EXTERNALSRC EXTERNALSRC[doc] = "If externalsrc.bbclass is inherited, this variable points to the source tree, which is outside of the OpenEmbedded build system." @@ -3132,7 +3134,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -3162,7 +3164,7 @@ meta/conf/machine/include//arch-.inc - EXTRA_AUTORECONF + EXTRA_AUTORECONF EXTRA_AUTORECONF[doc] = "Extra options passed to the autoreconf command, which is executed during do_configure." @@ -3184,7 +3186,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -3259,7 +3261,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -3278,7 +3280,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -3301,7 +3303,7 @@ meta/conf/machine/include//arch-.inc - EXTRA_OECMAKE + EXTRA_OECMAKE EXTRA_OECMAKE[doc] = "Additional cmake options." @@ -3310,7 +3312,7 @@ meta/conf/machine/include//arch-.inc - EXTRA_OECONF + EXTRA_OECONF EXTRA_OECONF[doc] = "Additional configure script options." @@ -3319,7 +3321,7 @@ meta/conf/machine/include//arch-.inc - EXTRA_OEMAKE + EXTRA_OEMAKE EXTRA_OEMAKE[doc] = "Additional GNU make options." @@ -3328,7 +3330,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -3343,7 +3345,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -3364,7 +3366,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -3385,7 +3387,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -3426,7 +3428,7 @@ meta/conf/machine/include//arch-.inc 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." @@ -3457,7 +3459,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -3487,7 +3489,7 @@ meta/conf/machine/include//arch-.inc - FILES + FILES FILES[doc] = "The list of directories or files that are placed in packages." @@ -3537,7 +3539,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -3607,7 +3609,7 @@ meta/conf/machine/include//arch-.inc - FILESOVERRIDES + FILESOVERRIDES FILESOVERRIDES[doc] = "A subset of OVERRIDES used by the OpenEmbedded build system for creating FILESPATH." @@ -3638,7 +3640,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -3684,7 +3686,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -3719,7 +3721,7 @@ meta/conf/machine/include//arch-.inc - FONT_EXTRA_RDEPENDS + FONT_EXTRA_RDEPENDS FONT_EXTRA_RDEPENDS[doc] = "When a recipe inherits the fontcache class, this variable specifies runtime dependencies for font packages. This variable defaults to 'fontconfig-utils'." @@ -3735,7 +3737,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -3754,7 +3756,7 @@ meta/conf/machine/include//arch-.inc - 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'." @@ -3773,7 +3775,7 @@ meta/conf/machine/include//arch-.inc G - GDB + GDB GDB[doc] = "The minimal command and arguments to run the GNU Debugger." @@ -3784,7 +3786,7 @@ meta/conf/machine/include//arch-.inc - GITDIR + GITDIR GITDIR[doc] = "The directory where Git clones will be stored." @@ -3796,7 +3798,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -3821,7 +3823,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -3849,7 +3851,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -3872,7 +3874,7 @@ meta/conf/machine/include//arch-.inc - GRUB_GFXSERIAL + GRUB_GFXSERIAL GRUB_GFXSERIAL[doc] = "Configures the GNU GRand Unified Bootloader (GRUB) to have graphics and serial in the boot menu." @@ -3894,7 +3896,7 @@ meta/conf/machine/include//arch-.inc - GRUB_OPTS + GRUB_OPTS GRUB_OPTS[doc] = "Additional options to add to the GNU GRand Unified Bootloader (GRUB) configuration." @@ -3915,7 +3917,7 @@ meta/conf/machine/include//arch-.inc - GRUB_TIMEOUT + GRUB_TIMEOUT GRUB_TIMEOUT[doc] = "Specifies the timeout before executing the default LABEL in the GNU GRand Unified Bootloader (GRUB)." @@ -3935,7 +3937,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -3950,7 +3952,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -3977,7 +3979,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -4006,7 +4008,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -4037,7 +4039,7 @@ meta/conf/machine/include//arch-.inc H - HOMEPAGE + HOMEPAGE HOMEPAGE[doc] = "Website where more information about the software the recipe is building can be found." @@ -4047,7 +4049,7 @@ meta/conf/machine/include//arch-.inc - HOST_ARCH + HOST_ARCH HOST_ARCH[doc] = "The name of the target architecture. Normally same as the TARGET_ARCH." @@ -4075,7 +4077,7 @@ meta/conf/machine/include//arch-.inc - HOST_CC_ARCH + HOST_CC_ARCH HOST_CC_ARCH[doc] = "The name of the host architecture. Normally same as the TARGET_CC_ARCH." @@ -4108,7 +4110,7 @@ meta/conf/machine/include//arch-.inc - HOST_OS + HOST_OS HOST_OS[doc] = "The name of the target operating system. Normally the same as the TARGET_OS." @@ -4125,7 +4127,7 @@ meta/conf/machine/include//arch-.inc - HOST_PREFIX + HOST_PREFIX HOST_PREFIX[doc] = "The prefix for the cross compile toolchain. Normally same as the TARGET_PREFIX." @@ -4138,7 +4140,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -4178,7 +4180,7 @@ meta/conf/machine/include//arch-.inc - HOST_VENDOR + HOST_VENDOR HOST_VENDOR[doc] = "The name of the vendor. Normally same as the TARGET_VENDOR." @@ -4195,7 +4197,7 @@ meta/conf/machine/include//arch-.inc I - ICECC_DISABLED + ICECC_DISABLED ICECC_DISABLED[doc] = "Disables or enables the icecc (Icecream) function." @@ -4223,7 +4225,7 @@ meta/conf/machine/include//arch-.inc - ICECC_ENV_EXEC + ICECC_ENV_EXEC ICECC_ENV_EXEC[doc] = "Points to the icecc-create-env script that you provide." @@ -4248,7 +4250,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -4292,7 +4294,7 @@ meta/conf/machine/include//arch-.inc - ICECC_PATH + ICECC_PATH ICECC_PATH[doc] = "The location of the icecc binary." @@ -4310,7 +4312,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -4335,7 +4337,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -4360,7 +4362,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -4380,7 +4382,7 @@ meta/conf/machine/include//arch-.inc - IMAGE_BASENAME + IMAGE_BASENAME IMAGE_BASENAME[doc] = "The base name of image output files." @@ -4393,7 +4395,7 @@ meta/conf/machine/include//arch-.inc - 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)." @@ -4439,7 +4441,7 @@ meta/conf/machine/include//arch-.inc - IMAGE_CLASSES + IMAGE_CLASSES IMAGE_CLASSES[doc] = "A list of classes that all images should inherit." @@ -4467,7 +4469,7 @@ meta/conf/machine/include//arch-.inc - 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)." @@ -4497,7 +4499,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -4520,7 +4522,7 @@ meta/conf/machine/include//arch-.inc - IMAGE_FEATURES + IMAGE_FEATURES IMAGE_FEATURES[doc] = "The primary list of features to include in an image. Configure this variable in an image recipe." @@ -4552,7 +4554,7 @@ meta/conf/machine/include//arch-.inc - IMAGE_FSTYPES + IMAGE_FSTYPES IMAGE_FSTYPES[doc] = "Formats of root filesystem images that you want to have created." @@ -4590,7 +4592,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -4656,7 +4658,7 @@ meta/conf/machine/include//arch-.inc - IMAGE_LINGUAS + IMAGE_LINGUAS IMAGE_LINGUAS[doc] = "Specifies the list of locales to install into the image during the root filesystem construction process." @@ -4694,7 +4696,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -4730,7 +4732,7 @@ meta/conf/machine/include//arch-.inc - IMAGE_NAME + IMAGE_NAME IMAGE_NAME[doc] = "The name of the output image files minus the extension." @@ -4750,7 +4752,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -4795,7 +4797,7 @@ meta/conf/machine/include//arch-.inc - IMAGE_PKGTYPE + IMAGE_PKGTYPE IMAGE_PKGTYPE[doc] = "Defines the package type (DEB, RPM, IPK, or TAR) used by the OpenEmbedded build system." @@ -4846,7 +4848,7 @@ meta/conf/machine/include//arch-.inc - 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." @@ -4866,7 +4868,7 @@ meta/conf/machine/include//arch-.inc - IMAGE_ROOTFS + IMAGE_ROOTFS IMAGE_ROOTFS[doc] = "The location of the root filesystem while it is under construction (i.e. during do_rootfs)." @@ -4882,7 +4884,7 @@ meta/conf/machine/include//arch-.inc - IMAGE_ROOTFS_ALIGNMENT + IMAGE_ROOTFS_ALIGNMENT IMAGE_ROOTFS_ALIGNMENT[doc] = "Specifies the alignment for the output image file in Kbytes." @@ -4901,7 +4903,7 @@ meta/conf/machine/include//arch-.inc - 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'." @@ -4935,7 +4937,7 @@ meta/conf/machine/include//arch-.inc - IMAGE_ROOTFS_SIZE + IMAGE_ROOTFS_SIZE IMAGE_ROOTFS_SIZE[doc] = "Defines the size in Kbytes for the generated image." @@ -4981,7 +4983,7 @@ meta/conf/machine/include//arch-.inc - IMAGE_TYPEDEP + IMAGE_TYPEDEP IMAGE_TYPEDEP[doc] = "Specifies a dependency from one image type on another." @@ -5007,7 +5009,7 @@ meta/conf/machine/include//arch-.inc - IMAGE_TYPES + IMAGE_TYPES IMAGE_TYPES[doc] = "Specifies the complete list of supported image types by default." @@ -5050,7 +5052,7 @@ meta/conf/machine/include//arch-.inc - INC_PR + INC_PR INC_PR[doc] = "Helps define the recipe revision for recipes that share a common include file." @@ -5106,7 +5108,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." @@ -5136,7 +5138,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." @@ -5156,7 +5158,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." @@ -5187,7 +5189,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." @@ -5198,7 +5200,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." @@ -5211,7 +5213,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." @@ -5233,7 +5235,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." @@ -5248,7 +5250,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)." @@ -5294,7 +5296,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)." @@ -5344,7 +5346,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)." @@ -5363,7 +5365,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." @@ -5385,7 +5387,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." @@ -5401,7 +5403,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." @@ -5418,7 +5420,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." @@ -5450,7 +5452,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." @@ -5475,7 +5477,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." @@ -5493,7 +5495,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"