From ac91a56adcfc39a0ff2e7a0577a0954dd3473066 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 21 Apr 2015 14:34:38 -0700 Subject: ref-manual: Fixed some dashes in the user input examples. I typically try to use the underscore character to string together multi-word user-input descriptors in examples. I fixed a bunche here. (From yocto-docs rev: f7bc59cfb88537a2e3045a44978e974227b8ea9f) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/introduction.xml | 4 ++-- documentation/ref-manual/ref-variables.xml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'documentation') diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index 40b4e21..cc3f6b0 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml @@ -495,14 +495,14 @@ choose the installation directory. For example, you could choose the following: - /home/your-username/buildtools + /home/your_username/buildtools Source the tools environment setup script by using a command like the following: - $ source /home/your-username/buildtools/environment-setup-i586-poky-linux + $ source /home/your_username/buildtools/environment-setup-i586-poky-linux Of course, you need to supply your installation directory and be sure to use the right file (i.e. i585 or x86-64). diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 22b98c7..9135ebf 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -9155,7 +9155,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" them in conjunction with a package name override. Here is an example: - RCONFLICTS_${PN} = "another-conflicting-package-name" + RCONFLICTS_${PN} = "another_conflicting_package_name" @@ -9613,7 +9613,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" override. Here is an example: - RREPLACES_${PN} = "other-package-being-replaced" + RREPLACES_${PN} = "other_package_being_replaced" @@ -9665,7 +9665,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" override. Here is an example: - RSUGGESTS_${PN} = "useful-package another-package" + RSUGGESTS_${PN} = "useful_package another_package" @@ -10335,10 +10335,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" To use this variable, you must globally inherit the own-mirrors class and then provide the URL to your mirrors. - Here is an example: + Here is the general syntax: INHERIT += "own-mirrors" - SOURCE_MIRROR_URL = "http://example.com/my-source-mirror" + SOURCE_MIRROR_URL = "http://example.com/my_source_mirror" You can specify only a single URL in -- cgit v1.1