diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2012-03-26 10:49:11 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-26 23:30:30 +0100 |
commit | c3aef261a6c06fea55975c26aed830f6c537d5a8 (patch) | |
tree | 56c6c94aceb88f8d5ce9555a315a518b0db25b21 /documentation/poky-ref-manual/development.xml | |
parent | 738a9f6ff9294a4d66c5759883bb0a9994e8c21b (diff) | |
download | poky-c3aef261a6c06fea55975c26aed830f6c537d5a8.tar.gz |
documentation/poky-ref-manual: Removed some deprecated variables.
Delete reference manual glossary entries of obviously dead/renamed
variables:
* PACKAGE_SUMMARY
* PACKAGE_DESCRIPTION
* POKY_EXTRA_INSTALL (renamed to CORE_IMAGE_EXTRA_INSTALL)
* POKYMODE (renamed to TCMODE)
* POKYLIBC (renamed to TCLIBC)
* SHELLCMDS
* TERMCMD
* TERMCMDRUN
In addition, fix some "link"s to not refer to any of the above.
(From yocto-docs rev: 146084b8b0bab5e5333b7da7d6eb1dc90e118eba)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual/development.xml')
-rw-r--r-- | documentation/poky-ref-manual/development.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/documentation/poky-ref-manual/development.xml b/documentation/poky-ref-manual/development.xml index bc8ac7452a..419c3a4f3a 100644 --- a/documentation/poky-ref-manual/development.xml +++ b/documentation/poky-ref-manual/development.xml | |||
@@ -268,12 +268,7 @@ | |||
268 | 268 | ||
269 | <para> | 269 | <para> |
270 | The default shell used by <filename>devshell</filename> is xterm. | 270 | The default shell used by <filename>devshell</filename> is xterm. |
271 | You can use other terminal forms by setting the | 271 | For examples of available options, see the "UI/Interaction Configuration" |
272 | <filename><link linkend='var-TERMCMD'>TERMCMD</link></filename> and | ||
273 | <filename><link linkend='var-TERMCMDRUN'>TERMCMDRUN</link></filename> variables | ||
274 | in the Yocto Project's <filename>local.conf</filename> file found in the build | ||
275 | directory. | ||
276 | For examples of the other options available, see the "UI/Interaction Configuration" | ||
277 | section of the | 272 | section of the |
278 | <filename>meta/conf/bitbake.conf</filename> configuration file in the Yocto Project | 273 | <filename>meta/conf/bitbake.conf</filename> configuration file in the Yocto Project |
279 | files. | 274 | files. |