From f99aa9453e93f4aa0a1f9382f2c28acb33df6d40 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 15 Mar 2012 15:33:08 -0600 Subject: documentation/poky-ref-manual/ref-variables.xml: New ALLOW_EMPTY variable Created a new glossary entry for the variable ALLOW_EMPTY. (From yocto-docs rev: 35e3693c9f6b3f2842cfde55703a1fa1d1f27345) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-variables.xml | 31 +++++++++++++++++++++---- 1 file changed, 26 insertions(+), 5 deletions(-) (limited to 'documentation') diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index d2b96048b2..f345a9ee72 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -16,7 +16,7 @@ - A + A B C D @@ -46,6 +46,27 @@ A + ALLOW_EMPTY + + + Specifies if an output package should still be produced if it is empty. + By default, BitBake does not produce empty packages. + This default behavior can cause issues when there is an + RDEPENDS or + some other runtime hard-requirement on the existence of the package. + + + + Like all package-controlling variables, you must always use them in + conjunction with a package name override. + Here is an example: + + ALLOW_EMPTY_${PN} + + + + + AUTHOR The email address used to contact the original author or authors in @@ -146,7 +167,7 @@ BB_NUMBER_THREADS The maximum number of tasks BitBake should run in parallel at any one time. - If your host development system supports mulitiple cores a good rule of thumb + If your host development system supports multiple cores a good rule of thumb is to set this variable to twice the number of cores. @@ -638,7 +659,7 @@ the immediate expansion (:=) operator as shown in the previous example. Finally, to maintain the integrity of the FILESPATH variable, - you must inclued the appropriate beginning or ending (as needed) colon character. + you must include the appropriate beginning or ending (as needed) colon character. @@ -718,7 +739,7 @@ FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \ The options to pass in TARGET_CFLAGS and CFLAGS - when compiling an optimised system. + when compiling an optimized system. This variable defaults to "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2". @@ -1682,7 +1703,7 @@ FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \ contains files that are machine-specific. If so, the Yocto Project automatically changes PACKAGE_ARCH. - Setting this variable to "0" disables this behaviour. + Setting this variable to "0" disables this behavior. -- cgit v1.2.3-54-g00ecf