From c3aef261a6c06fea55975c26aed830f6c537d5a8 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Mon, 26 Mar 2012 10:49:11 -0600 Subject: 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 Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/development.xml | 7 +- documentation/poky-ref-manual/ref-variables.xml | 86 ----------------------- documentation/poky-ref-manual/ref-varlocality.xml | 4 +- 3 files changed, 2 insertions(+), 95 deletions(-) (limited to 'documentation') 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 @@ The default shell used by devshell is xterm. - You can use other terminal forms by setting the - TERMCMD and - TERMCMDRUN variables - in the Yocto Project's local.conf file found in the build - directory. - For examples of the other options available, see the "UI/Interaction Configuration" + For examples of available options, see the "UI/Interaction Configuration" section of the meta/conf/bitbake.conf configuration file in the Yocto Project files. diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 1025856313..541a173cee 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -1341,14 +1341,6 @@ FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \ - PACKAGE_DESCRIPTION - - The long form description of the binary package for packaging systems such as - ipkg, rpm or debian. - By default, this variable inherits DESCRIPTION. - - - PACKAGE_EXTRA_ARCHS Specifies the list of architectures compatible with the device CPU. @@ -1357,16 +1349,6 @@ FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \ - PACKAGE_SUMMARY - - The short (72 character limit suggested) summary of the binary - package for packaging systems such as ipkg, - rpm or debian. - By default, this variable inherits DESCRIPTION. - - - - PACKAGES The list of packages to be created from the recipe. @@ -1463,32 +1445,6 @@ FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \ - POKY_EXTRA_INSTALL - - Specifies the list of packages to be added to the image. - This variable should only be set in the local.conf - configuration file found in the Yocto Project's build directory. - - - - POKYLIBC - - - This variable is no longer supported and has been replaced by the - TCLIBC variable. - - - - - POKYMODE - - - This variable is no longer supported and has been replaced by the - TCMODE variable. - - - - @@ -1661,14 +1617,6 @@ FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \ - SHELLCMDS - - - A list of commands to run within the shell. - The list is used by TERMCMDRUN. - - - SITEINFO_ENDIANNESS @@ -1842,40 +1790,6 @@ FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \ - TERMCMD - - - This command is used by BitBake to launch a terminal window with a - shell. - The shell is unspecified so the user's default shell is used. - By default, the variable is set to "xterm" but it can - be any X11 terminal application or a terminal multiplexer such as screen. - - - While KONSOLE_TERMCMD and - KONSOLE_TERMCMDRUN are provided - and will work with KDE's Konsole terminal application Konsole from KDE 3, - Konsole in KDE 4.0 and later versions will no longer work here due to the fact - that it now launches in the background by default, and it is not practically - possible to wait until it has terminated. - It is hoped that this can be fixed - in a future version. - - - - - TERMCMDRUN - - - This variable is similar to - TERMCMD. - However, instead of running the user's shell, the command specified by - the SHELLCMDS - variable is run. - - - - TMPDIR diff --git a/documentation/poky-ref-manual/ref-varlocality.xml b/documentation/poky-ref-manual/ref-varlocality.xml index 60cb998160..f3d2571798 100644 --- a/documentation/poky-ref-manual/ref-varlocality.xml +++ b/documentation/poky-ref-manual/ref-varlocality.xml @@ -40,11 +40,9 @@ TARGET_FPU - POKYMODE - TCMODE - POKYLIBC + TCLIBC -- cgit v1.2.3-54-g00ecf