summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml50
1 files changed, 25 insertions, 25 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index cf964c78a7..8133b9d14b 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -822,15 +822,15 @@ Core layer for images cannot be removed
822 <glossentry id='var-BUSYBOX_SPLIT_SUID'><glossterm>BUSYBOX_SPLIT_SUID</glossterm> 822 <glossentry id='var-BUSYBOX_SPLIT_SUID'><glossterm>BUSYBOX_SPLIT_SUID</glossterm>
823 <glossdef> 823 <glossdef>
824 <para> 824 <para>
825 For the BusyBox recipe, specifies whether to split the 825 For the BusyBox recipe, specifies whether to split the
826 output executable file into two parts: one for features 826 output executable file into two parts: one for features
827 that require <filename>setuid root</filename>, and one for 827 that require <filename>setuid root</filename>, and one for
828 the remaining features (i.e. those that do not require 828 the remaining features (i.e. those that do not require
829 <filename>setuid root</filename>). 829 <filename>setuid root</filename>).
830 </para> 830 </para>
831 831
832 <para> 832 <para>
833 The <filename>BUSYBOX_SPLIT_SUID</filename> variable 833 The <filename>BUSYBOX_SPLIT_SUID</filename> variable
834 defaults to "1", which results in a single output 834 defaults to "1", which results in a single output
835 executable file. 835 executable file.
836 Set the variable to "0" to split the output file. 836 Set the variable to "0" to split the output file.
@@ -907,21 +907,21 @@ Core layer for images cannot be removed
907 <glossentry id='var-COMPLEMENTARY_GLOB'><glossterm>COMPLEMENTARY_GLOB</glossterm> 907 <glossentry id='var-COMPLEMENTARY_GLOB'><glossterm>COMPLEMENTARY_GLOB</glossterm>
908 <glossdef> 908 <glossdef>
909 <para> 909 <para>
910 Defines wildcards you can use when installing a list of 910 Defines wildcards to match when installing a list of
911 complementary packages for all the packages explicitly 911 complementary packages for all the packages explicitly
912 (or implicitly) installed in an image. 912 (or implicitly) installed in an image.
913 The resulting list of complementary packages is associated 913 The resulting list of complementary packages is associated
914 with an item that can be added to 914 with an item that can be added to
915 <link linkend='var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></link>. 915 <link linkend='var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></link>.
916 An example usage of this is the "dev-pkgs" item that when 916 An example usage of this is the "dev-pkgs" item that when
917 added to <filename>IMAGE_FEATURES</filename> will 917 added to <filename>IMAGE_FEATURES</filename> will
918 install -dev packages (containing headers and other 918 install -dev packages (containing headers and other
919 development files) for every package in the image. 919 development files) for every package in the image.
920 </para> 920 </para>
921 921
922 <para> 922 <para>
923 To add a new feature item pointing to a wildcard, use a 923 To add a new feature item pointing to a wildcard, use a
924 variable flag to specify the feature item name and 924 variable flag to specify the feature item name and
925 use the value to specify the wildcard. 925 use the value to specify the wildcard.
926 Here is an example: 926 Here is an example:
927 <literallayout class='monospaced'> 927 <literallayout class='monospaced'>
@@ -1911,8 +1911,8 @@ Core layer for images cannot be removed
1911 <glossentry id='var-IMAGE_BASENAME'><glossterm>IMAGE_BASENAME</glossterm> 1911 <glossentry id='var-IMAGE_BASENAME'><glossterm>IMAGE_BASENAME</glossterm>
1912 <glossdef> 1912 <glossdef>
1913 <para> 1913 <para>
1914 The base name of image output files. 1914 The base name of image output files.
1915 This variable defaults to the recipe name 1915 This variable defaults to the recipe name
1916 (<filename>${</filename><link linkend='var-PN'><filename>PN</filename></link><filename>}</filename>). 1916 (<filename>${</filename><link linkend='var-PN'><filename>PN</filename></link><filename>}</filename>).
1917 </para> 1917 </para>
1918 </glossdef> 1918 </glossdef>
@@ -3705,8 +3705,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
3705 <glossentry id='var-PACKAGE_GROUP'><glossterm>PACKAGE_GROUP</glossterm> 3705 <glossentry id='var-PACKAGE_GROUP'><glossterm>PACKAGE_GROUP</glossterm>
3706 <glossdef> 3706 <glossdef>
3707 <para> 3707 <para>
3708 Defines one or more packages to include in an image when 3708 Defines one or more packages to include in an image when
3709 a specific item is included in 3709 a specific item is included in
3710 <link linkend='var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></link>. 3710 <link linkend='var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></link>.
3711 When setting the value, <filename>PACKAGE_GROUP</filename> 3711 When setting the value, <filename>PACKAGE_GROUP</filename>
3712 should have the name of the feature item as an override. 3712 should have the name of the feature item as an override.
@@ -3714,15 +3714,15 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
3714 <literallayout class='monospaced'> 3714 <literallayout class='monospaced'>
3715 PACKAGE_GROUP_widget = "package1 package2" 3715 PACKAGE_GROUP_widget = "package1 package2"
3716 </literallayout> 3716 </literallayout>
3717 In this example, if "widget" were added to 3717 In this example, if "widget" were added to
3718 <filename>IMAGE_FEATURES</filename>, "package1" and 3718 <filename>IMAGE_FEATURES</filename>, "package1" and
3719 "package2" would be included in the image. 3719 "package2" would be included in the image.
3720 <note> 3720 <note>
3721 Packages installed by features defined through 3721 Packages installed by features defined through
3722 <filename>PACKAGE_GROUP</filename> are often package 3722 <filename>PACKAGE_GROUP</filename> are often package
3723 groups. 3723 groups.
3724 While similarly named, you should not confuse the 3724 While similarly named, you should not confuse the
3725 <filename>PACKAGE_GROUP</filename> variable with 3725 <filename>PACKAGE_GROUP</filename> variable with
3726 package groups, which are discussed elsewhere in the 3726 package groups, which are discussed elsewhere in the
3727 documentation. 3727 documentation.
3728 </note> 3728 </note>
@@ -4680,7 +4680,7 @@ PARALLEL_MAKEINST with the description ".
4680 <glossentry id='var-SDK_ARCH'><glossterm>SDK_ARCH</glossterm> 4680 <glossentry id='var-SDK_ARCH'><glossterm>SDK_ARCH</glossterm>
4681 <glossdef> 4681 <glossdef>
4682 <para> 4682 <para>
4683 The target architecture for the SDK. 4683 The target architecture for the SDK.
4684 Typically, you do not directly set this variable. 4684 Typically, you do not directly set this variable.
4685 Instead, use 4685 Instead, use
4686 <link linkend='var-SDKMACHINE'><filename>SDKMACHINE</filename></link>. 4686 <link linkend='var-SDKMACHINE'><filename>SDKMACHINE</filename></link>.
@@ -5623,8 +5623,8 @@ PARALLEL_MAKEINST with the description ".
5623 <glossentry id='var-TUNE_PKGARCH'><glossterm>TUNE_PKGARCH</glossterm> 5623 <glossentry id='var-TUNE_PKGARCH'><glossterm>TUNE_PKGARCH</glossterm>
5624 <glossdef> 5624 <glossdef>
5625 <para> 5625 <para>
5626 The package architecture understood by the packaging 5626 The package architecture understood by the packaging
5627 system to define the architecture, ABI, and tuning of 5627 system to define the architecture, ABI, and tuning of
5628 output packages. 5628 output packages.
5629 </para> 5629 </para>
5630 </glossdef> 5630 </glossdef>