Lines Matching full:the
10 do_checkuri[doc] = "Validates the SRC_URI value"
14 do_compile[doc] = "Compiles the source in the compilation directory"
15 do_compile_kernelmodules[doc] = "Compiles loadable modules for the Linux kernel"
16 do_compile_ptest_base[doc] = "Compiles the runtime test suite included in the software being built"
17 do_configure[doc] = "Configures the source by enabling and disabling any build-time and configurati…
18 do_configure_ptest_base[doc] = "Configures the runtime test suite included in the software being bu…
19 do_deploy[doc] = "Writes deployable output files to the deploy directory"
21 do_devshell[doc] = "Starts a shell with the environment set up for development/debugging"
22 do_diffconfig[doc] = "Compares the old and new config files after running do_menuconfig for the ker…
23 do_fetch[doc] = "Fetches the source code"
24 do_install[doc] = "Copies files from the compilation directory to a holding area"
25 do_install_ptest_base[doc] = "Copies the runtime test suite files from the compilation directory to…
27 do_kernel_configcheck[doc] = "Validates the kernel configuration for a linux-yocto style kernel"
28 do_kernel_configme[doc] = "Assembles the kernel configuration for a linux-yocto style kernel"
31 do_menuconfig[doc] = "Runs 'make menuconfig' for the kernel"
32 do_package[doc] = "Analyzes the content of the holding area and splits it into subsets based on ava…
33 do_package_index[doc] = "Creates or updates the index in the Package Feed area"
35 do_package_write_deb[doc] = "Creates the actual DEB packages and places them in the Package Feed ar…
36 do_package_write_ipk[doc] = "Creates the actual IPK packages and places them in the Package Feed ar…
37 do_package_write_rpm[doc] = "Creates the actual RPM packages and places them in the Package Feed ar…
38 do_package_write_tar[doc] = "Creates tar archives for packages and places them in the Package Feed …
39 do_packagedata[doc] = "Creates package metadata used by the build system to generate the final pack…
40 do_patch[doc] = "Locates patch files and applies them to the source code"
41 do_populate_lic[doc] = "Writes license information for the recipe that is collected later when the …
42 do_populate_sdk[doc] = "Creates the file and directory structure for an installable SDK"
43 do_populate_sysroot[doc] = "Copies a subset of files installed by do_install into the sysroot in or…
44 do_rm_work[doc] = "Removes work files after the build system has finished with them"
45 do_rm_work_all[doc] = "Top-level task for removing work files after the build system has finished w…
46 do_rootfs[doc] = "Creates the root filesystem (file and directory structure) for an image"
48 do_sizecheck[doc] = "Checks the size of the kernel image against KERNEL_IMAGE_MAXSIZE (if set)"
49 do_spdx[doc] = "A build stage that takes the source code and scans it on a remote FOSSOLOGY server …
50 do_strip[doc] = "Strips unneeded sections out of the Linux kernel image"
51 do_testimage[doc] = "Boots an image and performs runtime tests within the image"
52 do_testimage_auto[doc] = "Boots an image and performs runtime tests within the image immediately af…
53 do_testsdk[doc] = "Installs an SDK and performs runtime tests on the tools installed by it"
54 do_uboot_mkimage[doc] = "Creates a uImage file from the kernel for the U-Boot bootloader"
55 do_unpack[doc] = "Unpacks the source code into a working directory"
56 do_validate_branches[doc] = "Ensures that the source/meta branches are on the locations specified b…
64 ALTERNATIVE_LINK_NAME[doc] = "Used by the alternatives system to map duplicated commands to actual …
65 ALTERNATIVE_PRIORITY[doc] = "Used by the alternatives system to create default priorities for dupli…
66 ALTERNATIVE_TARGET[doc] = "Used by the alternatives system to create default link locations for dup…
67 ANY_OF_COMBINED_FEATURES[doc] = "When a recipe inherits the features_check class, at least one item…
68 ANY_OF_DISTRO_FEATURES[doc] = "When a recipe inherits the features_check class, at least one item i…
69 ANY_OF_MACHINE_FEATURES[doc] = "When a recipe inherits the features_check class, at least one item …
72 AUTHOR[doc] = "Email address used to contact the original author(s) in order to send patches and fo…
73 AUTO_SYSLINUXMENU[doc] = "Enables creating an automatic menu for the syslinux bootloader."
74 …TOREV[doc] = "When SRCREV is set to the value of this variable, it specifies to use the latest sou…
78 B[doc] = "The Build Directory. The OpenEmbedded build system places generated objects into the Buil…
79 … recommended by a recipe. Support for this variable exists only when using the IPK or RPM packagin…
81 …[doc] = "Monitors disk space and available inodes during the build and allows you to control the b…
82 …] = "Defines the disk space and free inode warning intervals. To set these intervals, define the v…
83 BB_GENERATE_MIRROR_TARBALLS[doc] = "Causes tarballs of the Git repositories to be placed in the DL_…
84 …S[doc] = "The maximum number of tasks BitBake should run in parallel at any one time. A good rule …
85 BBCLASSEXTEND[doc] = "Allows you to extend a recipe so that it builds variants of the software. Com…
86 BBFILE_COLLECTIONS[doc] = "Lists the names of configured layers. These names are used to find the o…
87 …LES in a particular layer. This variable is used in the layer.conf file and must be suffixed with …
88 …Assigns the priority for recipe files in each layer. Setting this variable allows you to prioritiz…
92 BBLAYERS[doc] = "Lists the layers to enable during the build. This variable is defined in the bblay…
94 …tBake to locate .bbclass and configuration files. This variable is analogous to the PATH variable."
95 BBSERVER[doc] = "Points to the server that runs memory-resident BitBake."
97 BP[doc] = "The base recipe name and version but without any special recipe name suffix (i.e. -nativ…
98 BPN[doc] = "The bare name of the recipe. This variable is a version of the PN variable but removes …
100 BUILD_ARCH[doc] = "The name of the building architecture (e.g. i686)."
101 BUILD_OS[doc] = "The operating system (in lower case) of the building architecture (e.g. linux)."
102 BUILDDIR[doc] = "Points to the location of the Build Directory."
103 BUILDSTATS_BASE[doc] = "Points to the location of the directory that holds build statistics when yo…
104 …r the BusyBox recipe, specifies whether to split the output executable file into two parts: one fo…
108 CACHE[doc] = "The directory holding the cache of the metadata."
109 CFLAGS[doc] = "Flags passed to the C compiler for the target system. This variable evaluates to the…
110 CLASSOVERRIDE[doc] = "An internal variable specifying the special class override that should curren…
111 CLEANBROKEN[doc] = "Specifies if 'make clean' does not work for a recipe (and therefore the build s…
113 COMMON_LICENSE_DIR[doc] = "Points to meta/files/common-licenses in the Source Directory, which is w…
114 …ression that resolves to one or more hosts (when the recipe is native) or one or more targets (whe…
116 …ildcards to match when installing a list of complementary packages for all the packages installed …
118 …iles that contains autoconf test results relevant to the current build. This variable is used by t…
119 CONFLICT_COMBINED_FEATURES[doc] = "When a recipe inherits the features_check class, no item in this…
120 CONFLICT_DISTRO_FEATURES[doc] = "When a recipe inherits the features_check class, no item in this v…
121 CONFLICT_MACHINE_FEATURES[doc] = "When a recipe inherits the features_check class, no item in this …
122 …[doc] = "Specifies the list of packages to be added to the image. You should only set this variabl…
123 COREBASE[doc] = "Specifies the parent directory of the OpenEmbedded Core Metadata layer (i.e. meta)…
124 CONF_VERSION[doc] = "Tracks the version of local.conf. Increased each time build/conf/ changes inc…
130 D[doc] = "The destination directory."
131 DATE[doc] = "The date the build was started using YMD format."
132 DATETIME[doc] = "The date and time the build was started."
133 …ifies to build packages with debugging information. This influences the value of the SELECTED_OPTI…
134 DEBUG_OPTIMIZATION[doc] = "The options to pass in TARGET_CFLAGS and CFLAGS when compiling a system …
137 …the general area that the OpenEmbedded build system uses to place images, packages, SDKs and other…
138 …ints to the area that the OpenEmbedded build system uses to place images and other associated outp…
139 DEPLOYDIR[doc] = "For recipes that inherit the deploy class, the DEPLOYDIR points to a temporary wo…
140 DESCRIPTION[doc] = "The package description used by package managers. If not set, DESCRIPTION takes…
141 DISTRO[doc] = "The short name of the distribution. If the variable is blank, meta/conf/distro/defau…
142 …es a list of distro-specific packages to add to all images. The variable only applies to the image…
143 …ifies a list of distro-specific packages to add to all images if the packages exist. The list of p…
144 DISTRO_FEATURES[doc] = "The features enabled for the distribution."
145 …so present in DISTRO_FEATURES_BACKFILL_CONSIDERED. This variable is set in the meta/conf/bitbake.c…
146 …_FEATURES_BACKFILL that should not be backfilled (i.e. added to DISTRO_FEATURES) during the build."
147 DISTRO_NAME[doc] = "The long name of the distribution."
148 DISTRO_PN_ALIAS[doc] = "Alias names used for the recipe in various Linux distributions."
149 DISTRO_VERSION[doc] = "The version of the distribution."
150 …doc] = "Lists overrides specific to the current distribution. By default, the variable list includ…
151 …L_DIR[doc] = "The central download directory used by the build process to store downloads. By defa…
155 … "Controls which locales for glibc are generated during the build. The variable is useful if the t…
156 ERROR_QA[doc] = "Specifies the quality assurance checks whose failures are reported as errors by th…
158 …with file and pathnames to create a prefix for a recipe's version based on the recipe's PE value. …
159 EXTENDPKGV[doc] = "The full package version specification as it appears on the final packages produ…
160 …ternalsrc.bbclass is inherited, this variable points to the source tree, which is outside of the O…
161 … inherited, this variable points to the directory in which the recipe's source code is built, whic…
162 …E_FEATURES[doc] = "The list of additional features to include in an image. Configure this variable…
163 …installing into the root filesystem. Use this variable to list recipes that are required to build …
167 …] = "When a recipe inherits the scons class, this variable specifies additional configuration opti…
168 …ables or options you want to pass to qmake when the arguments need to be after the .pro file list …
169 …ables or options you want to pass to qmake when the arguments need to be before the .pro file list…
170 EXTRA_USERS_PARAMS[doc] = "When a recipe inherits the extrausers class, this variable provides imag…
174 …d (bogofeed). Set to base URL of the directory as exported by HTTP. Set of ad hoc feed configs wil…
175 FILES[doc] = "The list of directories or files that are placed in packages."
176 FILESEXTRAPATHS[doc] = "Extends the search path the OpenEmbedded build system uses when looking for…
177 FILESOVERRIDES[doc] = "A subset of OVERRIDES used by the OpenEmbedded build system for creating FIL…
178 …The default set of directories the OpenEmbedded build system uses when searching for patches and f…
179 … your own file permissions settings table as part of your configuration for the packaging process."
180 FONT_EXTRA_RDEPENDS[doc] = "When a recipe inherits the fontcache class, this variable specifies run…
181 FONT_PACKAGES[doc] = "When a recipe inherits the fontcache class, this variable identifies packages…
182 FULL_OPTIMIZATION[doc]= "The options to pass in TARGET_CFLAGS and CFLAGS when compiling an optimize…
186 …the useradd class, this variable specifies for a package what parameters should be passed to the g…
187 …the useradd class, this variable specifies for a package what parameters should be passed to the g…
188 GRUB_GFXSERIAL[doc] = "Configures the GNU GRand Unified Bootloader (GRUB) to have graphics and seri…
189 GRUB_OPTS[doc] = "Additional options to add to the GNU GRand Unified Bootloader (GRUB) configuratio…
190 GRUB_TIMEOUT[doc] = "Specifies the timeout before executing the default LABEL in the GNU GRand Unif…
191 …the gtk-immodules-cache class, this variable specifies the packages that contain the GTK+ input me…
195 HOMEPAGE[doc] = "Website where more information about the software the recipe is building can be fo…
196 HOST_ARCH[doc] = "The name of the target architecture. Normally same as the TARGET_ARCH."
197 HOST_CC_ARCH[doc] = "The name of the host architecture. Normally same as the TARGET_CC_ARCH."
198 HOST_OS[doc] = "The name of the target operating system. Normally the same as the TARGET_OS."
199 HOST_PREFIX[doc] = "The prefix for the cross compile toolchain. Normally same as the TARGET_PREFIX."
200 …oc] = "Specifies the system, including the architecture and the operating system, for with the bui…
201 HOST_VENDOR[doc] = "The name of the vendor. Normally same as the TARGET_VENDOR."
205 ICECC_ENV_EXEC[doc] = "Points to the icecc-create-env script that you provide."
206 ICECC_PATH[doc] = "The location of the icecc binary."
207 ICECC_CLASS_DISABLE[doc] = "Identifies user classes that you do not want the Icecream distributed c…
208 ICECC_RECIPE_DISABLE[doc] = "Identifies user recipes that you do not want the Icecream distributed …
209 …KE variable that you want to force remote distributed compilation on using the Icecream distribute…
210 IMAGE_BASENAME[doc] = "The base name of image output files."
211 …ot partition. Entries will be installed under a same name as the source file. To change the destin…
213 IMAGE_FEATURES[doc] = "The primary list of features to include in an image. Configure this variable…
215 IMAGE_FSTYPES_DEBUGFS[doc] = "Formats of the debug root filesystem images that you want to have cre…
217 IMAGE_INSTALL[doc] = "Specifies the packages to install into an image. Image recipes set IMAGE_INST…
218 IMAGE_LINGUAS[doc] = "Specifies the list of locales to install into the image during the root files…
219 IMAGE_NAME[doc] = "The name of the output image files minus the extension."
220 … the build system applies to the initial image size for cases when the multiplier times the return…
221 IMAGE_PKGTYPE[doc] = "Defines the package type (DEB, RPM, IPK, or TAR) used by the OpenEmbedded bui…
222 …Added by classes to run post processing commands once the OpenEmbedded build system has created th…
223 IMAGE_ROOTFS[doc] = "The location of the root filesystem while it is under construction (i.e. durin…
224 IMAGE_ROOTFS_EXTRA_SPACE[doc] = "Defines additional free disk space created in the image in Kbytes.…
225 IMAGE_ROOTFS_SIZE[doc] = "Defines the size in Kbytes for the generated image."
226 IMAGE_TYPES[doc] = "Specifies the complete list of supported image types by default."
227 INC_PR[doc] = "Helps define the recipe revision for recipes that share a common include file."
228 …cense names (as they would appear in LICENSE) that should be excluded from the build. Wildcard is …
229 INHIBIT_DEFAULT_DEPS[doc] = "Prevents the default dependencies, namely the C compiler and standard …
230 INHIBIT_PACKAGE_STRIP[doc] = "If set to "1", causes the build to not strip binaries in resulting pa…
231 INHERIT[doc] = "Causes the named class to be inherited at this point during parsing. The variable i…
232 INHERIT_DISTRO[doc] = "Lists classes that will be inherited at the distribution level. It is unlike…
233 INITRAMFS_FSTYPES[doc] = "Defines the format for the output image of an initial RAM disk (initramfs…
235 INITSCRIPT_NAME[doc] = "The filename of the initialization script as installed to ${sysconfdir}/ini…
236 …f the packages that contain initscripts. This variable is used in recipes when using update-rc.d.b…
237 INITSCRIPT_PARAMS[doc] = "Specifies the options to pass to update-rc.d. The variable is mandatory a…
238 INSANE_SKIP[doc] = "Specifies the QA checks to skip for a specific package within a recipe."
243 KARCH[doc] = "Defines the kernel architecture used when assembling the configuration. You define th…
244 KBRANCH[doc] = "A regular expression used by the build process to explicitly identify the kernel br…
245 …T[doc] = "Defines the Linux kernel source repository's default branch used to build the Linux kern…
247 …ecifies additional make command-line arguments the OpenEmbedded build system passes on when compil…
248 …EL_FEATURES[doc] = "Includes additional metadata from the Yocto Project kernel Git repository. The…
249 KERNEL_IMAGETYPE[doc] = "The type of kernel to build for a device, usually set by the machine confi…
250 KERNEL_IMAGETYPES[doc] = "The list of types of kernel to build for a device, usually set by the mac…
252 …ts kernel modules for which the build system expects to find module_conf_* values that specify con…
254 KERNEL_PATH[doc] = "The location of the kernel sources. This variable is set to the value of the ST…
255 KERNEL_SRC[doc] = "The location of the kernel sources. This variable is set to the value of the STA…
256 … a short description of a configuration fragment. You use this variable in the .scc file that desc…
257 KMACHINE[doc] = "The machine as known by the kernel."
258 KTYPE[doc] = "Defines the kernel type to be used in assembling the configuration."
262 …the layers, separated by spaces, upon which this recipe depends. This variable is used in the conf…
263 LAYERDIR[doc] = "When used inside the layer.conf configuration file, this variable provides the pat…
264 …pecifies the version of a layer as a single number. This variable is used in the conf/layer.conf f…
265 LEAD_SONAME[doc] = "Specifies the lead (or primary) compiled library file (.so) that the debian cla…
266 LIC_FILES_CHKSUM[doc] = "Checksums of the license text in the recipe source code."
267 LICENSE[doc] = "The list of source licenses for the recipe. Logical operators '&' or '|' and parent…
268 LICENSE_PATH[doc] = "Path to additional licenses used during the build."
269 LINUX_KERNEL_TYPE[doc] = "Defines the kernel type to be used in assembling the configuration."
270 …The Linux version from kernel.org on which the Linux kernel image being built using the OpenEmbedd…
271 …nsion compiled into the version string of the Linux kernel built with the OpenEmbedded build syste…
272 …and non-UTF-8 encodings are renamed to, e.g., en_US.ISO-8859-1. Otherwise, the encoding is specifi…
273 LOG_DIR[doc] = "Specifies the directory to which the OpenEmbedded build system writes overall log f…
277 MACHINE[doc] = "Specifies the target device for which the image is built. You define MACHINE in the…
278 … install as part of the image being built. Because this is a 'machine essential' variable, the lis…
279 … install as part of the image being built. Because this is a 'machine essential' variable, the lis…
280 …t of the image being built that are not essential for the machine to boot. However, the build proc…
281 …ll as part of the image being built that are not essential for booting the machine. The image bein…
282 MACHINE_FEATURES[doc] = "Specifies the list of hardware features the MACHINE supports."
283 …o present in MACHINE_FEATURES_BACKFILL_CONSIDERED. This variable is set in the meta/conf/bitbake.c…
284 …FEATURES_BACKFILL that should not be backfilled (i.e. added to MACHINE_FEATURES) during the build."
285 …INEOVERRIDES[doc] = "Lists overrides specific to the current machine. By default, this list includ…
286 MAINTAINER[doc] = "The email address of the distribution maintainer."
287 MIRRORS[doc] = "Specifies additional paths from which the OpenEmbedded build system gets source cod…
289 …"Controls creation of the modules-*.tgz file. Set this variable to "0" to disable creation of this…
290 …ferent machines such that you can build for multiple target machines using the same output directo…
294 NATIVELSBSTRING[doc] = "A string identifying the host distribution."
295 …ired for certain system functionality, such as kernel-modules. It is up to the user to add package…
299 …E[doc] = "When a recipe inherits the binconfig.bbclass class, this variable specifies additional a…
300 …ernal variable used to tell the OpenEmbedded build system what Python modules to import for every …
301 OE_TERMINAL[doc] = "Controls how the OpenEmbedded build system spawns interactive terminals on the …
302 OEROOT[doc] = "The directory from which the top-level build environment setup script is sourced."
303 OLDEST_KERNEL[doc] = "Declares the oldest version of the Linux kernel that the produced binaries mu…
308 P[doc] = "The recipe name and version. P is comprised of ${PN}-${PV}."
309 PACKAGE_ARCH[doc] = "The architecture of the resulting package or packages."
310 PACKAGE_ARCHS[doc] = "A list of architectures compatible with the given target in order of priority…
311 …packages to PACKAGES before ${PN} so that the packages can pick up files that would normally be in…
312 …c] = "This variable specifies the package manager to use when packaging data. It is set in the con…
313 PACKAGE_EXCLUDE[doc] = "Packages to exclude from the installation. If a listed package is required,…
314 PACKAGE_EXTRA_ARCHS[doc] = "Specifies the list of architectures compatible with the device CPU. Thi…
315 …c] = "List of the packages to be installed into the image. The variable is generally not user-defi…
316 … packages attempted to be installed. If a listed package fails to install, the build system does n…
319 PACKAGES[doc] = "The list of packages to be created from the recipe."
321 …hat are passed to the make command during the compile tasks. This variable is usually in the form …
322 PARALLEL_MAKEINST[doc] = "Extra options passed to the make install command during the do_install ta…
324 PATCHTOOL[doc] = "Specifies the utility used to apply patches for a recipe during do_patch."
325 PE[doc] = "The epoch of the recipe. The default value is '0'. The field is used to make upgrades po…
326 PF[doc] = "Specifies the recipe or package name and includes all version and revision numbers. This…
327 …PACKAGES[doc] = "When a recipe inherits the pixbufcache class, this variable identifies packages t…
328 PKGD[doc] = "Points to the destination directory for files to be packaged before they are split int…
329 PKGDATA_DIR[doc] = "Points to a shared, global-state directory that holds data generated during the…
330 PKGDEST[doc] = "Points to the parent directory for files to be packaged after they have been split …
331 …TWORK[doc] = "Points to a temporary work area used by the do_package task to write output from the…
332 …the context of a file used by the OpenEmbedded build system as input to create a package. It refer…
333 PR[doc] = "The revision of the recipe. The default value for this variable is 'r0'."
336 PREMIRRORS[doc] = "Specifies additional paths from which the OpenEmbedded build system gets source …
337 PRIORITY[doc] = "Indicates the importance of a package. The default value is 'optional'. Other st…
338 …ese aliases are useful for satisfying dependencies of other recipes during the build as specified …
339 PRSERV_HOST[doc] = "The network based PR service host and port."
340 PV[doc] = "The version of the recipe. The version is normally extracted from the recipe filename."
341 PYPI_PACKAGE[doc] = "The python package name to use for fetching from pypi. Default is parsed from …
342 PYPI_PACKAGE_EXT[doc] = "The archive file extension to use for fetching from pypi. Default is tar.g…
343 PYPI_SRC_URI[doc] = "The URI to use to fetch from pypi, default uses pythonhosted.org and is constr…
348 …for a directory why it must be empty, which will be included in the error message if the directory…
353 RCONFLICTS[doc] = "The list of packages that conflict with another package. Note that the package w…
354 …ckages) that must be installed for the package to be built. They must be the names of other packag…
355 REQUIRED_COMBINED_FEATURES[doc] = "When a recipe inherits the features_check class, all items in th…
356 REQUIRED_DISTRO_FEATURES[doc] = "When a recipe inherits the features_check class, all items in this…
357 REQUIRED_MACHINE_FEATURES[doc] = "When a recipe inherits the features_check class, all items in thi…
359 ROOTFS[doc] = "Indicates a filesystem image to include as the root filesystem."
360 …Added by classes to run post processing commands once the OpenEmbedded build system has created th…
361 …ful for satisfying runtime dependencies of other packages both during the build and on the target."
362 …the usability of a package being built. The package being built does not depend on this list of pa…
363 RREPLACES[doc] = "A list of packages replaced by a package. The package manager uses this variable …
364 …f additional packages that you can suggest for installation by the package manager at the time a p…
368 S[doc] = "The location in the Build Directory where unpacked package source code resides."
369 SANITY_TESTED_DISTROS[doc] = "A list of the host distribution identifiers that the build system has…
370 SDK_ARCH[doc] = "The target architecture for the SDK."
371 SDK_DEPLOY[doc] = "The directory set up and used by the populate_sdk_base to which the SDK is deplo…
372 SDK_DIR[doc] = "The parent directory used by the OpenEmbedded build system when creating SDK output…
373 SDK_NAME[doc] = "The base name for SDK output files."
374 SDK_OUTPUT[doc] = "The location used by the OpenEmbedded build system when creating SDK output."
375 …nt to IMAGE_FEATURES. However, this variable applies to the SDK generated from an image using the …
376 SDKMACHINE[doc] = "Specifies the architecture (i.e. i686 or x86_64) for which to build SDK and ADT …
377 SECTION[doc] = "The section in which packages should be categorized. Package management utilities c…
378 SELECTED_OPTIMIZATION[doc] = "The variable takes the value of FULL_OPTIMIZATION unless DEBUG_BUILD …
379 …_CONSOLE[doc] = "The speed and device for the serial port used to attach the serial console. This …
380 SERIAL_CONSOLES[doc] = "Defines the serial consoles (TTYs) to enable using getty."
381 SERIAL_CONSOLES_CHECK[doc] = "Similar to SERIAL_CONSOLES except the device is checked for existence…
384 SITEINFO_BITS[doc] = "Specifies the number of bits for the target system CPU."
385 SITEINFO_ENDIANNESS[doc] = "Specifies the endian byte order of the target system. The value should …
386 SKIP_RECIPE[doc] = "Lists recipes you do not want the OpenEmbedded build system to build."
387 …n the same family of SOC (System On Chip). You typically set this variable in a common .inc file t…
388 SOLIBS[doc] = "Defines the suffix for shared libraries used on the target platform."
389 SOLIBSDEV[doc] = "Defines the suffix for the development symbolic link (symlink) for shared librari…
392 …the OpenEmbedded build system to create variants of recipes or packages. The list specifies the pr…
393 …RC_URI[doc] = "The list of source files - local or remote. This variable tells the OpenEmbedded bu…
394 … = "By default, the OpenEmbedded build system automatically detects whether SRC_URI contains files…
395 SRCDATE[doc] = "The date of the source code used to build the package. This variable applies only i…
396 SRCPV[doc] = "Returns the version string of the current package. This string is used to help define…
397 SRCREV[doc] = "The revision of the source code used to build the package. This variable applies to …
398 SSTATE_DIR[doc] = "The directory for the shared state cache."
399 …c] = "Configures the OpenEmbedded build system to search other mirror locations for prebuilt cache…
400 STAGING_KERNEL_DIR[doc] = "The directory with kernel headers that are required to build out-of-tree…
401 STAMP[doc] = "Specifies the base path used to create recipe stamp files. The path to an actual stam…
402 STAMPS_DIR[doc] = "Specifies the base directory in which the OpenEmbedded build system places stamp…
403 …The short (80 characters or less) summary of the binary package for packaging systems such as opkg…
404 SYSLINUX_DEFAULT_CONSOLE[doc] = "Specifies the kernel boot default console."
405 SYSLINUX_OPTS[doc] = "Lists additional options to add to the syslinux file."
406 SYSLINUX_SERIAL[doc] = "Specifies the alternate serial port or turns it off."
407 SYSLINUX_SPLASH[doc] = "An .LSS file used as the background for the VGA boot menu when you are usin…
408 SYSLINUX_SERIAL_TTY[doc] = "Specifies the alternate console=tty... kernel boot argument."
409 …xecute after files are staged into the sysroot. These functions are usually used to apply addition…
410 …EMD_AUTO_ENABLE[doc] = "For recipes that inherit the systemd class, this variable specifies whethe…
411 … = "For recipes that inherit the systemd class, this variable locates the systemd unit files when …
412 SYSTEMD_SERVICE[doc] = "For recipes that inherit the systemd class, this variable specifies the sys…
413 SYSVINIT_ENABLED_GETTYS[doc] = "Specifies which virtual terminals should be running a getty, the de…
418 TARGET_ARCH[doc] = "The architecture of the device being built. The OpenEmbedded build system suppo…
419 TARGET_CFLAGS[doc] = "Flags passed to the C compiler for the target system. This variable evaluates…
420 …Specifies the method for handling FPU code. For FPU-less targets, which include most ARM CPUs, the…
421 TARGET_OS[doc] = "Specifies the target's operating system."
422 TARGET_PREFIX[doc] = "The prefix for the cross-compile toolchain (e.g. arm-linux-)."
423 TARGET_SYS[doc] = "The target system is comprised of TARGET_ARCH,TARGET_VENDOR and TARGET_OS."
424 TCLIBC[doc] = "Specifies C library (libc) variant to use during the build process. You can select '…
426 TESTIMAGE_AUTO[doc] = "Enables test booting of virtual machine images under the QEMU emulator after…
427 TEST_QEMUBOOT_TIMEOUT[doc] = "The time in seconds allowed for an image to boot before automated run…
429 …MD[doc] = "For automated hardware testing, specifies the command to use to control the power of th…
430 …omated hardware testing, specifies additional arguments to pass through to the command specified i…
431 …] = "For automated hardware testing, specifies the command to use to connect to the serial console…
432 …omated hardware testing, specifies additional arguments to pass through to the command specified i…
433 …c] = "For automated runtime testing, specifies the method of deploying the image and running tests…
434 THISDIR[doc] = "The directory in which the file BitBake is currently parsing is located."
435 TIME[doc] = "The time the build was started using HMS format."
436 …The temporary directory the OpenEmbedded build system uses when it does its work building images. …
437 TOOLCHAIN_HOST_TASK[doc] = "This variable lists packages the OpenEmbedded build system uses when bu…
438 …TARGET_TASK[doc] = "This variable lists packages the OpenEmbedded build system uses when it create…
439 TOPDIR[doc] = "The Build Directory. BitBake automatically sets this variable. The OpenEmbedded buil…
440 TRANSLATED_TARGET_ARCH[doc] = "A sanitized version of TARGET_ARCH. This variable is used where the …
441 TUNE_PKGARCH[doc] = "The package architecture understood by the packaging system to define the arch…
447 UBOOT_CONFIG[doc] = "Configures the UBOOT_MACHINE and can also define IMAGE_FSTYPES for individual …
448 UBOOT_ENTRYPOINT[doc] = "Specifies the entry point for the U-Boot image."
449 UBOOT_LOADADDRESS[doc] = "Specifies the load address for the U-Boot image."
450 UBOOT_LOCALVERSION[doc] = "Appends a string to the name of the local version of the U-Boot image."
451 UBOOT_MACHINE[doc] = "Specifies the value passed on the make command line when building a U-Boot im…
452 UBOOT_MAKE_TARGET[doc] = "Specifies the target called in the Makefile."
453 UBOOT_SUFFIX[doc] = "Points to the generated U-Boot extension."
454 UBOOT_TARGET[doc] = "Specifies the target used for building U-Boot."
455 …ariable defaults to '1' (leave directory empty, surely because devtmpfs do the job). Set it to '0'…
457 … the OpenEmbedded build system to produce an error if the user identification (uid) and group iden…
458 …ining static group identification (gid) values when the OpenEmbedded build system adds a group to …
459 …CKAGES[doc] = "When a recipe inherits the useradd class, this variable specifies the individual pa…
460 …the useradd class, this variable specifies for a package what parameters should be passed to the u…
461 …aining static user identification (uid) values when the OpenEmbedded build system adds a user to t…
462 USERADDEXTENSION[doc] = "When set to 'useradd-staticids', causes the OpenEmbedded build system to b…
466 WARN_QA[doc] = "Specifies the quality assurance checks whose failures are reported as warnings by t…
467 …IR[doc] = "The pathname of the working directory in which the OpenEmbedded build system builds a r…