summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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."