summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2015-09-16 11:59:51 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-21 23:05:28 +0100
commit316d432642733a98ab4abc8caa8a7af7231af780 (patch)
treedda3d69b09b68e7bad5c49703d00eb7efea8716c /documentation
parenta1b25e60cafa8832431c579f96194cecea488c22 (diff)
downloadpoky-316d432642733a98ab4abc8caa8a7af7231af780.tar.gz
ref-manual: Added new variable description for SKIP_FILEDEPS
Fixes [YOCTO #8067] Added a new file description. (From yocto-docs rev: 9c60c6157660be6557732bbdc2398e2783ac68d2) 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.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 5bb1b7eaa8..7424f86c6c 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -10871,6 +10871,34 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10871 </glossdef> 10871 </glossdef>
10872 </glossentry> 10872 </glossentry>
10873 10873
10874 <glossentry id='var-SKIP_FILEDEPS'><glossterm>SKIP_FILEDEPS</glossterm>
10875 <info>
10876 SKIP_FILEDEPS[doc] = "Enables you to remove all files from
10877 the "Provides" section of an RPM package."
10878 </info>
10879 <glossdef>
10880 <para role="glossdeffirst">
10881<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
10882 Enables removal of all files from the "Provides" section of
10883 an RPM package.
10884 Removal of these files is required for packages containing
10885 prebuilt binaries and libraries such as
10886 <filename>libstdc++</filename> and
10887 <filename>glibc</filename>.
10888 </para>
10889
10890 <para>
10891 To enable file removal, set the variable to "1" in your
10892 <filename>conf/local.conf</filename> configuration file
10893 in your:
10894 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>.
10895 <literallayout class='monospaced'>
10896 SKIP_FILEDEPS = "1"
10897 </literallayout>
10898 </para>
10899 </glossdef>
10900 </glossentry>
10901
10874 <glossentry id='var-SOC_FAMILY'><glossterm>SOC_FAMILY</glossterm> 10902 <glossentry id='var-SOC_FAMILY'><glossterm>SOC_FAMILY</glossterm>
10875 <info> 10903 <info>
10876 SOC_FAMILY[doc] = "Groups together machines based upon the same family of SOC (System On Chip). You typically set this variable in a common .inc file that you include in the configuration files of all the machines." 10904 SOC_FAMILY[doc] = "Groups together machines based upon the same family of SOC (System On Chip). You typically set this variable in a common .inc file that you include in the configuration files of all the machines."