From 007193cdf261200423fd4b1749a2eb21b110208e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 1 Sep 2016 13:02:46 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'documentation') 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 @@ + FORCE_RO_REMOVE + + FORCE_RO_REMOVE[doc] = "Forces the removal of the packages listed in ROOTFS_RO_UNNEEDED during the generation of the root filesystem." + + + + + Forces the removal of the packages listed in + ROOTFS_RO_UNNEEDED + during the generation of the root filesystem. + + + + Set the variable to "1" to force the removal of these + packages. + + + + FULL_OPTIMIZATION 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'." -- cgit v1.2.3-54-g00ecf