diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/documentation.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index 66ec093d44..5564316bb3 100644 --- a/meta/conf/documentation.conf +++ b/meta/conf/documentation.conf | |||
@@ -18,6 +18,7 @@ do_compile_ptest_base[doc] = "Compiles the runtime test suite included in the so | |||
18 | do_configure[doc] = "Configures the source by enabling and disabling any build-time and configuration options for the software being built" | 18 | do_configure[doc] = "Configures the source by enabling and disabling any build-time and configuration options for the software being built" |
19 | do_configure_ptest_base[doc] = "Configures the runtime test suite included in the software being built" | 19 | do_configure_ptest_base[doc] = "Configures the runtime test suite included in the software being built" |
20 | do_deploy[doc] = "Writes deployable output files to the deploy directory" | 20 | do_deploy[doc] = "Writes deployable output files to the deploy directory" |
21 | do_devpyshell[doc] = "Starts an interactive Python shell for development/debugging" | ||
21 | do_devshell[doc] = "Starts a shell with the environment set up for development/debugging" | 22 | 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 kernel" | 23 | do_diffconfig[doc] = "Compares the old and new config files after running do_menuconfig for the kernel" |
23 | do_fetch[doc] = "Fetches the source code" | 24 | do_fetch[doc] = "Fetches the source code" |
@@ -33,6 +34,7 @@ do_listtasks[doc] = "Lists all defined tasks for a target" | |||
33 | do_menuconfig[doc] = "Runs 'make menuconfig' for the kernel" | 34 | do_menuconfig[doc] = "Runs 'make menuconfig' for the kernel" |
34 | do_package[doc] = "Analyzes the content of the holding area and splits it into subsets based on available packages and files" | 35 | do_package[doc] = "Analyzes the content of the holding area and splits it into subsets based on available packages and files" |
35 | do_package_index[doc] = "Creates or updates the index in the Package Feed area" | 36 | do_package_index[doc] = "Creates or updates the index in the Package Feed area" |
37 | do_package_qa[doc] = "Runs QA checks on packaged files" | ||
36 | do_package_write_deb[doc] = "Creates the actual DEB packages and places them in the Package Feed area" | 38 | do_package_write_deb[doc] = "Creates the actual DEB packages and places them in the Package Feed area" |
37 | do_package_write_ipk[doc] = "Creates the actual IPK packages and places them in the Package Feed area" | 39 | do_package_write_ipk[doc] = "Creates the actual IPK packages and places them in the Package Feed area" |
38 | do_package_write_rpm[doc] = "Creates the actual RPM packages and places them in the Package Feed area" | 40 | do_package_write_rpm[doc] = "Creates the actual RPM packages and places them in the Package Feed area" |
@@ -51,6 +53,7 @@ do_spdx[doc] = "A build stage that takes the source code and scans it on a remot | |||
51 | do_strip[doc] = "Strips unneeded sections out of the Linux kernel image" | 53 | do_strip[doc] = "Strips unneeded sections out of the Linux kernel image" |
52 | do_testimage[doc] = "Boots an image and performs runtime tests within the image" | 54 | do_testimage[doc] = "Boots an image and performs runtime tests within the image" |
53 | do_testimage_auto[doc] = "Boots an image and performs runtime tests within the image immediately after it has been built" | 55 | do_testimage_auto[doc] = "Boots an image and performs runtime tests within the image immediately after it has been built" |
56 | 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" | 57 | 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" | 58 | 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 by their SRCREV values for a linux-yocto style kernel" | 59 | do_validate_branches[doc] = "Ensures that the source/meta branches are on the locations specified by their SRCREV values for a linux-yocto style kernel" |
@@ -107,6 +110,7 @@ BUSYBOX_SPLIT_SUID[doc] = "For the BusyBox recipe, specifies whether to split th | |||
107 | CACHE[doc] = "The directory holding the cache of the metadata." | 110 | CACHE[doc] = "The directory holding the cache of the metadata." |
108 | CFLAGS[doc] = "Flags passed to the C compiler for the target system. This variable evaluates to the same as TARGET_CFLAGS." | 111 | CFLAGS[doc] = "Flags passed to the C compiler for the target system. This variable evaluates to the same as TARGET_CFLAGS." |
109 | CLASSOVERRIDE[doc] = "An internal variable specifying the special class override that should currently apply (e.g. "class-target", "class-native", and so forth)." | 112 | CLASSOVERRIDE[doc] = "An internal variable specifying the special class override that should currently apply (e.g. "class-target", "class-native", and so forth)." |
113 | CLEANBROKEN[doc] = "Specifies if 'make clean' does not work for a recipe (and therefore the build system should not try to use it during do_configure)" | ||
110 | COMBINED_FEATURES[doc] = "A set of features common between MACHINE_FEATURES and DISTRO_FEATURES." | 114 | COMBINED_FEATURES[doc] = "A set of features common between MACHINE_FEATURES and DISTRO_FEATURES." |
111 | COMMON_LICENSE_DIR[doc] = "Points to meta/files/common-licenses in the Source Directory, which is where generic license files reside." | 115 | COMMON_LICENSE_DIR[doc] = "Points to meta/files/common-licenses in the Source Directory, which is where generic license files reside." |
112 | 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." | 116 | 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." |
@@ -240,6 +244,8 @@ KBRANCH_DEFAULT[doc] = "Defines the Linux kernel source repository's default bra | |||
240 | KERNEL_EXTRA_ARGS[doc] = "Specifies additional make command-line arguments the OpenEmbedded build system passes on when compiling the kernel." | 244 | KERNEL_EXTRA_ARGS[doc] = "Specifies additional make command-line arguments the OpenEmbedded build system passes on when compiling the kernel." |
241 | 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." | 245 | 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." |
242 | KERNEL_IMAGETYPE[doc] = "The type of kernel to build for a device, usually set by the machine configuration files and defaults to 'zImage'." | 246 | KERNEL_IMAGETYPE[doc] = "The type of kernel to build for a device, usually set by the machine configuration files and defaults to 'zImage'." |
247 | KERNEL_MODULE_AUTOLOAD[doc] = "Lists kernel modules that need to be auto-loaded during boot" | ||
248 | 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" | ||
243 | 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)." | 249 | 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)." |
244 | 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)." | 250 | 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)." |
245 | 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." | 251 | 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." |
@@ -412,6 +418,11 @@ TCMODE[doc] = "Enables an external toolchain (where provided by an additional la | |||
412 | 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." | 418 | 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." |
413 | TEST_QEMUBOOT_TIMEOUT[doc] = "The time in seconds allowed for an image to boot before automated runtime tests begin to run against an image." | 419 | TEST_QEMUBOOT_TIMEOUT[doc] = "The time in seconds allowed for an image to boot before automated runtime tests begin to run against an image." |
414 | TEST_SUITES[doc] = "An ordered list of tests (modules) to run against an image when performing automated runtime testing." | 420 | TEST_SUITES[doc] = "An ordered list of tests (modules) to run against an image when performing automated runtime testing." |
421 | TEST_POWERCONTROL_CMD[doc] = "For automated hardware testing, specifies the command to use to control the power of the target machine under test" | ||
422 | TEST_POWERCONTROL_EXTRA_ARGS[doc] = "For automated hardware testing, specifies additional arguments to pass through to the command specified in TEST_POWERCONTROL_CMD" | ||
423 | 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" | ||
424 | TEST_SERIALCONTROL_EXTRA_ARGS[doc] = "For automated hardware testing, specifies additional arguments to pass through to the command specified in TEST_SERIALCONTROL_CMD" | ||
425 | TEST_TARGET[doc] = "For automated runtime testing, specifies the method of deploying the image and running tests on the target machine" | ||
415 | THISDIR[doc] = "The directory in which the file BitBake is currently parsing is located." | 426 | THISDIR[doc] = "The directory in which the file BitBake is currently parsing is located." |
416 | TIME[doc] = "The time the build was started using HMS format." | 427 | TIME[doc] = "The time the build was started using HMS format." |
417 | 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." | 428 | 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." |