summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 74ac12bf98..9435aec458 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -728,7 +728,7 @@ system and gives an overview of their function and contents.
728 728
729 If you want to mask out multiple directories or recipes, you can 729 If you want to mask out multiple directories or recipes, you can
730 specify multiple regular expression fragments. This next example 730 specify multiple regular expression fragments. This next example
731 masks out multiple directories and individual recipes: :: 731 masks out multiple directories and individual recipes::
732 732
733 BBMASK += "/meta-ti/recipes-misc/ meta-ti/recipes-ti/packagegroup/" 733 BBMASK += "/meta-ti/recipes-misc/ meta-ti/recipes-ti/packagegroup/"
734 BBMASK += "/meta-oe/recipes-support/" 734 BBMASK += "/meta-oe/recipes-support/"
@@ -4890,13 +4890,13 @@ system and gives an overview of their function and contents.
4890 Prevents installation of all "recommended-only" packages. 4890 Prevents installation of all "recommended-only" packages.
4891 Recommended-only packages are packages installed only through the 4891 Recommended-only packages are packages installed only through the
4892 :term:`RRECOMMENDS` variable). Setting the 4892 :term:`RRECOMMENDS` variable). Setting the
4893 ``NO_RECOMMENDATIONS`` variable to "1" turns this feature on: :: 4893 ``NO_RECOMMENDATIONS`` variable to "1" turns this feature on::
4894 4894
4895 NO_RECOMMENDATIONS = "1" 4895 NO_RECOMMENDATIONS = "1"
4896 4896
4897 You can set this variable globally in your ``local.conf`` file or you 4897 You can set this variable globally in your ``local.conf`` file or you
4898 can attach it to a specific image recipe by using the recipe name 4898 can attach it to a specific image recipe by using the recipe name
4899 override: :: 4899 override::
4900 4900
4901 NO_RECOMMENDATIONS_pn-target_image = "1" 4901 NO_RECOMMENDATIONS_pn-target_image = "1"
4902 4902
@@ -6924,7 +6924,7 @@ system and gives an overview of their function and contents.
6924 ``/proc/console`` before enabling them using getty. This variable 6924 ``/proc/console`` before enabling them using getty. This variable
6925 allows aliasing in the format: <device>:<alias>. If a device was 6925 allows aliasing in the format: <device>:<alias>. If a device was
6926 listed as "sclp_line0" in ``/dev/`` and "ttyS0" was listed in 6926 listed as "sclp_line0" in ``/dev/`` and "ttyS0" was listed in
6927 ``/proc/console``, you would do the following: :: 6927 ``/proc/console``, you would do the following::
6928 6928
6929 SERIAL_CONSOLES_CHECK = "slcp_line0:ttyS0" 6929 SERIAL_CONSOLES_CHECK = "slcp_line0:ttyS0"
6930 6930
@@ -6934,7 +6934,7 @@ system and gives an overview of their function and contents.
6934 :term:`SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS` 6934 :term:`SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS`
6935 A list of recipe dependencies that should not be used to determine 6935 A list of recipe dependencies that should not be used to determine
6936 signatures of tasks from one recipe when they depend on tasks from 6936 signatures of tasks from one recipe when they depend on tasks from
6937 another recipe. For example: :: 6937 another recipe. For example::
6938 6938
6939 SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "intone->mplayer2" 6939 SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "intone->mplayer2"
6940 6940
@@ -6942,7 +6942,7 @@ system and gives an overview of their function and contents.
6942 6942
6943 You can use the special token ``"*"`` on the left-hand side of the 6943 You can use the special token ``"*"`` on the left-hand side of the
6944 dependency to match all recipes except the one on the right-hand 6944 dependency to match all recipes except the one on the right-hand
6945 side. Here is an example: :: 6945 side. Here is an example::
6946 6946
6947 SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "*->quilt-native" 6947 SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "*->quilt-native"
6948 6948