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.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 84deee8899..2b0e8909fe 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -701,10 +701,10 @@
701 <para> 701 <para>
702 The following example uses a complete regular expression 702 The following example uses a complete regular expression
703 to tell BitBake to ignore all recipe and recipe append 703 to tell BitBake to ignore all recipe and recipe append
704 files in the <filename>/meta-ti/recipes-misc/</filename> 704 files in the <filename>meta-ti/recipes-misc/</filename>
705 directory: 705 directory:
706 <literallayout class='monospaced'> 706 <literallayout class='monospaced'>
707 BBMASK = "/meta-ti/recipes-misc/" 707 BBMASK = "meta-ti/recipes-misc/"
708 </literallayout> 708 </literallayout>
709 If you want to mask out multiple directories or recipes, 709 If you want to mask out multiple directories or recipes,
710 use the vertical bar to separate the regular expression 710 use the vertical bar to separate the regular expression
@@ -999,7 +999,7 @@
999 <filename>/etc</filename> or <filename>${bindir}</filename> rather 999 <filename>/etc</filename> or <filename>${bindir}</filename> rather
1000 than <filename>/usr/bin</filename>. 1000 than <filename>/usr/bin</filename>.
1001 You can find a list of these variables at the top of the 1001 You can find a list of these variables at the top of the
1002 <filename>/meta/conf/bitbake.conf</filename> file in the 1002 <filename>meta/conf/bitbake.conf</filename> file in the
1003 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. 1003 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
1004 </note> 1004 </note>
1005 </glossdef> 1005 </glossdef>
@@ -1036,7 +1036,7 @@
1036 <glossdef> 1036 <glossdef>
1037 <para> 1037 <para>
1038 Specifies the parent directory of the OpenEmbedded 1038 Specifies the parent directory of the OpenEmbedded
1039 Core Metadata layer (i.e. <filename>/meta</filename>). 1039 Core Metadata layer (i.e. <filename>meta</filename>).
1040 </para> 1040 </para>
1041 1041
1042 <para> 1042 <para>
@@ -1362,7 +1362,7 @@
1362 <para> 1362 <para>
1363 You can set this directory by defining the 1363 You can set this directory by defining the
1364 <filename>DL_DIR</filename> variable in the 1364 <filename>DL_DIR</filename> variable in the
1365 <filename>/conf/local.conf</filename> file. 1365 <filename>conf/local.conf</filename> file.
1366 This directory is self-maintaining and you should not have 1366 This directory is self-maintaining and you should not have
1367 to touch it. 1367 to touch it.
1368 By default, the directory is <filename>downloads</filename> 1368 By default, the directory is <filename>downloads</filename>
@@ -1712,7 +1712,7 @@
1712 <filename>/etc</filename>, or <filename>${bindir}</filename> rather 1712 <filename>/etc</filename>, or <filename>${bindir}</filename> rather
1713 than <filename>/usr/bin</filename>. 1713 than <filename>/usr/bin</filename>.
1714 You can find a list of these variables at the top of the 1714 You can find a list of these variables at the top of the
1715 <filename>/meta/conf/bitbake.conf</filename> file in the 1715 <filename>meta/conf/bitbake.conf</filename> file in the
1716 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. 1716 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
1717 </note> 1717 </note>
1718 1718
@@ -2068,7 +2068,7 @@
2068 to a default value using the <filename>?=</filename> operator, using a 2068 to a default value using the <filename>?=</filename> operator, using a
2069 <filename>+=</filename> operation against <filename>IMAGE_INSTALL</filename> 2069 <filename>+=</filename> operation against <filename>IMAGE_INSTALL</filename>
2070 will result in unexpected behavior when used in 2070 will result in unexpected behavior when used in
2071 <filename>/conf/local.conf</filename>. 2071 <filename>conf/local.conf</filename>.
2072 Furthermore, the same operation from within an image recipe may or may not 2072 Furthermore, the same operation from within an image recipe may or may not
2073 succeed depending on the specific situation. 2073 succeed depending on the specific situation.
2074 In both these cases, the behavior is contrary to how most users expect 2074 In both these cases, the behavior is contrary to how most users expect
@@ -4770,7 +4770,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4770 to keep the unpacked recipe for <filename>db</filename> 4770 to keep the unpacked recipe for <filename>db</filename>
4771 is the following: 4771 is the following:
4772 <literallayout class='monospaced'> 4772 <literallayout class='monospaced'>
4773 ~/poky/build/tmp/work/qemux86-poky-linux/db/5.1.19-r3/db-5.1.19 4773 poky/build/tmp/work/qemux86-poky-linux/db/5.1.19-r3/db-5.1.19
4774 </literallayout> 4774 </literallayout>
4775 </para> 4775 </para>
4776 </glossdef> 4776 </glossdef>
@@ -5888,7 +5888,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5888 In this case, the working directory the build system uses to build 5888 In this case, the working directory the build system uses to build
5889 the <filename>v86d</filename> package is the following: 5889 the <filename>v86d</filename> package is the following:
5890 <literallayout class='monospaced'> 5890 <literallayout class='monospaced'>
5891 ~/poky/build/tmp/work/qemux86-poky-linux/v86d/01.9-r0 5891 poky/build/tmp/work/qemux86-poky-linux/v86d/01.9-r0
5892 </literallayout> 5892 </literallayout>
5893 </para> 5893 </para>
5894 5894
@@ -5905,7 +5905,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5905 the <filename>acl</filename> recipe, which is being built for a 5905 the <filename>acl</filename> recipe, which is being built for a
5906 MIPS-based device, is the following: 5906 MIPS-based device, is the following:
5907 <literallayout class='monospaced'> 5907 <literallayout class='monospaced'>
5908 ~/poky/build/tmp/work/mips-poky-linux/acl/2.2.51-r2 5908 poky/build/tmp/work/mips-poky-linux/acl/2.2.51-r2
5909 </literallayout> 5909 </literallayout>
5910 </para> 5910 </para>
5911 </glossdef> 5911 </glossdef>