diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-04-15 07:30:40 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-18 16:28:24 +0100 |
commit | e975d26e84100ccd4c7fd675d29304f8d5bdfbcc (patch) | |
tree | aba10105b82f994e1b6d7d72b9749a9e5b75fdfa /documentation/ref-manual/ref-variables.xml | |
parent | 84452ee325c6a9e01d6b09f2defbcd480ca51390 (diff) | |
download | poky-e975d26e84100ccd4c7fd675d29304f8d5bdfbcc.tar.gz |
documentation: Converted "meta-yocto" to "meta-poky"
Occurrences in many manuals and one figure.
(From yocto-docs rev: 26d30cd162083c62216fb4ab526d0b231f453de1)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 3e0c151415..244f68a3f7 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -1130,7 +1130,7 @@ | |||
1130 | <literallayout class='monospaced'> | 1130 | <literallayout class='monospaced'> |
1131 | BBLAYERS = " \ | 1131 | BBLAYERS = " \ |
1132 | /home/scottrif/poky/meta \ | 1132 | /home/scottrif/poky/meta \ |
1133 | /home/scottrif/poky/meta-yocto \ | 1133 | /home/scottrif/poky/meta-poky \ |
1134 | /home/scottrif/poky/meta-yocto-bsp \ | 1134 | /home/scottrif/poky/meta-yocto-bsp \ |
1135 | /home/scottrif/poky/meta-mykernel \ | 1135 | /home/scottrif/poky/meta-mykernel \ |
1136 | " | 1136 | " |
@@ -3112,7 +3112,7 @@ | |||
3112 | For example, the distribution configuration file for the | 3112 | For example, the distribution configuration file for the |
3113 | Poky distribution is named <filename>poky.conf</filename> | 3113 | Poky distribution is named <filename>poky.conf</filename> |
3114 | and resides in the | 3114 | and resides in the |
3115 | <filename>meta-yocto/conf/distro</filename> directory of | 3115 | <filename>meta-poky/conf/distro</filename> directory of |
3116 | the | 3116 | the |
3117 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. | 3117 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. |
3118 | </para> | 3118 | </para> |
@@ -6035,7 +6035,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6035 | 6035 | ||
6036 | <para> | 6036 | <para> |
6037 | See the | 6037 | See the |
6038 | <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi/poky/tree/meta-yocto/conf/local.conf.sample.extended'><filename>local.conf.sample.extended</filename></ulink> | 6038 | <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi/poky/tree/meta-poky/conf/local.conf.sample.extended'><filename>local.conf.sample.extended</filename></ulink> |
6039 | file for additional information. | 6039 | file for additional information. |
6040 | You can also reference the | 6040 | You can also reference the |
6041 | <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi/poky/tree/meta/classes/kernel.bbclass'><filename>kernel.bbclass</filename></ulink> | 6041 | <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi/poky/tree/meta/classes/kernel.bbclass'><filename>kernel.bbclass</filename></ulink> |
@@ -6089,7 +6089,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6089 | You cannot set the variable in a recipe file. | 6089 | You cannot set the variable in a recipe file. |
6090 | </note> | 6090 | </note> |
6091 | See the | 6091 | See the |
6092 | <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi/poky/tree/meta-yocto/conf/local.conf.sample.extended'><filename>local.conf.sample.extended</filename></ulink> | 6092 | <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi/poky/tree/meta-poky/conf/local.conf.sample.extended'><filename>local.conf.sample.extended</filename></ulink> |
6093 | file for additional information. | 6093 | file for additional information. |
6094 | </para> | 6094 | </para> |
6095 | </glossdef> | 6095 | </glossdef> |
@@ -7781,7 +7781,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7781 | is "poky", the default value for | 7781 | is "poky", the default value for |
7782 | <filename>MIRRORS</filename> is defined in the | 7782 | <filename>MIRRORS</filename> is defined in the |
7783 | <filename>conf/distro/poky.conf</filename> file in the | 7783 | <filename>conf/distro/poky.conf</filename> file in the |
7784 | <filename>meta-yocto</filename> Git repository. | 7784 | <filename>meta-poky</filename> Git repository. |
7785 | </para> | 7785 | </para> |
7786 | </glossdef> | 7786 | </glossdef> |
7787 | </glossentry> | 7787 | </glossentry> |
@@ -9640,7 +9640,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9640 | is "poky", the default value for | 9640 | is "poky", the default value for |
9641 | <filename>PREMIRRORS</filename> is defined in the | 9641 | <filename>PREMIRRORS</filename> is defined in the |
9642 | <filename>conf/distro/poky.conf</filename> file in the | 9642 | <filename>conf/distro/poky.conf</filename> file in the |
9643 | <filename>meta-yocto</filename> Git repository. | 9643 | <filename>meta-poky</filename> Git repository. |
9644 | </para> | 9644 | </para> |
9645 | 9645 | ||
9646 | <para> | 9646 | <para> |
@@ -11126,7 +11126,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11126 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | 11126 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> |
11127 | Specifies the version of the SDK. | 11127 | Specifies the version of the SDK. |
11128 | The distribution configuration file (e.g. | 11128 | The distribution configuration file (e.g. |
11129 | <filename>/meta-yocto/conf/distro/poky.conf</filename>) | 11129 | <filename>/meta-poky/conf/distro/poky.conf</filename>) |
11130 | defines the <filename>SDK_VERSION</filename> as follows: | 11130 | defines the <filename>SDK_VERSION</filename> as follows: |
11131 | <literallayout class='monospaced'> | 11131 | <literallayout class='monospaced'> |
11132 | SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" | 11132 | SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |
@@ -14345,7 +14345,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
14345 | USER_CLASSES ?= "buildstats image-mklibs image-prelink" | 14345 | USER_CLASSES ?= "buildstats image-mklibs image-prelink" |
14346 | </literallayout> | 14346 | </literallayout> |
14347 | For more information, see | 14347 | For more information, see |
14348 | <filename>meta-yocto/conf/local.conf.sample</filename> in | 14348 | <filename>meta-poky/conf/local.conf.sample</filename> in |
14349 | the | 14349 | the |
14350 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. | 14350 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. |
14351 | </para> | 14351 | </para> |