From: Scott Rifenbark Date: Thu, 1 Sep 2016 20:02:46 +0000 (-0700) Subject: ref-manual: Added variable description for FORCE_RO_REMOVE. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=007193cdf261200423fd4b1749a2eb21b110208e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 696b176d370..f72bbd0e05e 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'."