Download build/tmp/deploy

Transcript
Variables Glossary
The first line of the example establishes the baseline revision to be
used for all recipes that use the include file. The remaining lines in
the example are from individual recipes and show how the PR value
is set.
INHIBIT_PACKAGE_STRIP
If set to "1", causes the build to not strip binaries in resulting
packages.
INHERIT
Causes the named class to be inherited at this point during parsing.
The variable is only valid in configuration files.
INITSCRIPT_PACKAGES
A list of the packages that contain initscripts. If multiple packages
are specified, you need to append the package name to the other
INITSCRIPT_* as an override.
This variable is used in recipes when using update-rc.d.bbclass.
The variable is optional and defaults to the PN variable.
INITSCRIPT_NAME
The filename of the initscript as installed to ${etcdir}/init.d.
This variable is used in recipes when using update-rc.d.bbclass.
The variable is Mandatory.
INITSCRIPT_PARAMS
Specifies the options to pass to update-rc.d. Here is an example:
INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ."
In this example, the script has a runlevel of 99, starts the script in
initlevels 2 and 5, and stops the script in levels 0, 1 and 6.
The variable is mandatory and is used in recipes when using updaterc.d.bbclass.
INSANE_SKIP
Specifies the QA checks to skip for a specific package within a recipe.
For example, to skip the check for symbolic link .so files in the main
package of a recipe, add the following to the recipe. The package
name override must be used, which in this example is ${PN}:
INSANE_SKIP_${PN} += "dev-so"
See the "Generated Output Quality Assurance Checks insane.bbclass" section for a list of the valid QA checks you can
specify using this variable.
K
KARCH
Defines the kernel architecture used when assembling
configuration. Architectures supported for this release are:
the
powerpc
arm
i386
mips
powerpc
x86_64
You
define
the
KARCH
variable
in
the
BSP
Descriptions
[http://www.yoctoproject.org/docs/1.4.2/kernel-dev/
kernel-dev.html#bsp-descriptions].
72