diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-09-01 13:02:46 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-23 15:27:32 +0100 |
commit | 007193cdf261200423fd4b1749a2eb21b110208e (patch) | |
tree | 16900e655aee065215453bd7c10ec2f0641f30d2 /documentation | |
parent | c3adec966ef5fad9c1f41a27e8d0daf084c706e7 (diff) | |
download | poky-007193cdf261200423fd4b1749a2eb21b110208e.tar.gz |
ref-manual: Added variable description for FORCE_RO_REMOVE.
Fixes [YOCTO #9899]
I put this new variable description in.
(From yocto-docs rev: 32040277a921d0013256bed5aa7e32e14d1220ba)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 696b176d37..f72bbd0e05 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -4487,6 +4487,25 @@ | |||
4487 | </glossdef> | 4487 | </glossdef> |
4488 | </glossentry> | 4488 | </glossentry> |
4489 | 4489 | ||
4490 | <glossentry id='var-FORCE_RO_REMOVE'><glossterm>FORCE_RO_REMOVE</glossterm> | ||
4491 | <info> | ||
4492 | FORCE_RO_REMOVE[doc] = "Forces the removal of the packages listed in ROOTFS_RO_UNNEEDED during the generation of the root filesystem." | ||
4493 | </info> | ||
4494 | <glossdef> | ||
4495 | <para role="glossdeffirst"> | ||
4496 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
4497 | Forces the removal of the packages listed in | ||
4498 | <link linkend='var-ROOTFS_RO_UNNEEDED'><filename>ROOTFS_RO_UNNEEDED</filename></link> | ||
4499 | during the generation of the root filesystem. | ||
4500 | </para> | ||
4501 | |||
4502 | <para> | ||
4503 | Set the variable to "1" to force the removal of these | ||
4504 | packages. | ||
4505 | </para> | ||
4506 | </glossdef> | ||
4507 | </glossentry> | ||
4508 | |||
4490 | <glossentry id='var-FULL_OPTIMIZATION'><glossterm>FULL_OPTIMIZATION</glossterm> | 4509 | <glossentry id='var-FULL_OPTIMIZATION'><glossterm>FULL_OPTIMIZATION</glossterm> |
4491 | <info> | 4510 | <info> |
4492 | 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'." | 4511 | 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'." |