From 982cce2d2cd4ca7dcbc8d868d70fce2b6d264e36 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 10 Apr 2018 12:04:20 -0700 Subject: documentation: Fixed links to old concepts-manual The concepts-manual is going away for 2.5. I have fixed all the links across the YP documentation set that were cross-referencing into the concepts-manual so they now cross-reference into the getting-started manual, where that concepts chapter will live post 2.4x. (From yocto-docs rev: e9145e9e7fef882a13c982d34514a94f864b3c12) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 87 +++++++++++++++--------------- 1 file changed, 45 insertions(+), 42 deletions(-) (limited to 'documentation/ref-manual/ref-variables.xml') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 76194d450b..01bbc1c473 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -3017,7 +3017,7 @@ Caution Tasks that read from or write to this directory should run under - fakeroot. + fakeroot. @@ -3264,10 +3264,10 @@ add any runtime dependencies between the packages produced by the two recipes. However, as explained in the - "Automatically Added Runtime Dependencies" - section in the Yocto Project Concepts Manual, - runtime dependencies will often be - added automatically, meaning + "Automatically Added Runtime Dependencies" + section in the Yocto Project Overview and + Concepts Manual, runtime dependencies will + often be added automatically, meaning DEPENDS alone is sufficient for most recipes. @@ -3329,11 +3329,12 @@ section. For more detail on the contents of the deploy directory, see the - "Images", - "Package Feeds", + "Images", + "Package Feeds", and - "Application Development SDK" - sections all in the Yocto Project Concepts Manual. + "Application Development SDK" + sections all in the Yocto Project Overview and Concepts + Manual. @@ -3372,8 +3373,8 @@ do_package_write_deb task writes Debian packages into the appropriate folder. For more information on how packaging works, see the - "Package Feeds" - section in the Yocto Project Concepts Manual. + "Package Feeds" + section in the Yocto Project Overview and Concepts Manual. @@ -3402,10 +3403,11 @@ section. For more detail on the contents of the deploy directory, see the - "Images" + "Images" and - "Application Development SDK" - sections both in the Yocto Project Concepts Manual. + "Application Development SDK" + sections both in the Yocto Project Overview and Concepts + Manual. @@ -3443,8 +3445,8 @@ do_package_write_ipk task writes IPK packages into the appropriate folder. For more information on how packaging works, see the - "Package Feeds" - section in the Yocto Project Concepts Manual. + "Package Feeds" + section in the Yocto Project Overview and Concepts Manual. @@ -3482,8 +3484,8 @@ do_package_write_rpm task writes RPM packages into the appropriate folder. For more information on how packaging works, see the - "Package Feeds" - section in the Yocto Project Concepts Manual. + "Package Feeds" + section in the Yocto Project Overview and Concepts Manual. @@ -3521,8 +3523,8 @@ do_package_write_tar task writes TAR packages into the appropriate folder. For more information on how packaging works, see the - "Package Feeds" - section in the Yocto Project Concepts Manual. + "Package Feeds" + section in the Yocto Project Overview and Concepts Manual. @@ -6104,8 +6106,8 @@ variables. You can find information on how the image is created in the - "Image Generation" - section in the Yocto Project Concepts Manual. + "Image Generation" + section in the Yocto Project Overview and Concepts Manual. @@ -7978,8 +7980,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" LICENSE is set to "CLOSED"). For more information, see the - "Tracking License Changes" - section in the Yocto Project Concepts Manual. + "Tracking License Changes" + section in the Yocto Project Overview and Concepts Manual. @@ -8114,8 +8116,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" require additional licenses in order to be used in a commercial product. For more information, see the - "Enabling Commercially Licensed Recipes" - section in the Yocto Project Concepts Manual. + "Enabling Commercially Licensed Recipes" + section in the Yocto Project Overview and Concepts Manual. @@ -8134,8 +8136,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" This practice is otherwise known as "whitelisting" license flags. For more information, see the - Enabling Commercially Licensed Recipes" - section in the Yocto Project Concepts Manual. + Enabling Commercially Licensed Recipes" + section in the Yocto Project Overview and Concepts Manual. @@ -10488,8 +10490,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" ${STAGING_DIR_HOST}/pkgdata For examples of how this data is used, see the - "Automatically Added Runtime Dependencies" - section in the Yocto Project Concepts Manual and the + "Automatically Added Runtime Dependencies" + section in the Yocto Project Overview and Concepts Manual + and the "Viewing Package Information with oe-pkgdata-util" section in the Yocto Project Development Tasks Manual. @@ -10735,11 +10738,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PR to know when to rebuild a recipe. The build system uses the task - input checksums + input checksums along with the stamp and - shared state cache + shared state cache mechanisms. The PR variable primarily becomes @@ -11008,8 +11011,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" For more information, see the - "Automatically Added Runtime Dependencies" - section in the Yocto Project Concepts Manual. + "Automatically Added Runtime Dependencies" + section in the Yocto Project Overview and Concepts Manual. @@ -11325,8 +11328,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" Therefore, most recipes do not need to set RDEPENDS. For more information, see the - "Automatically Added Runtime Dependencies" - section in the Yocto Project Concepts Manual. + "Automatically Added Runtime Dependencies" + section in the Yocto Project Overview and Concepts Manual. @@ -13845,8 +13848,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" For information on how BitBake uses stamp files to determine if a task should be rerun, see the - "Stamp Files and the Rerunning of Tasks" - section in the Yocto Project Concepts Manual. + "Stamp Files and the Rerunning of Tasks" + section in the Yocto Project Overview and Concepts Manual. @@ -15337,8 +15340,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" For background information on cross-development toolchains in the Yocto Project development environment, see the - "Cross-Development Toolchain Generation" - section in the Yocto Project Concepts Manual. + "Cross-Development Toolchain Generation" + section in the Yocto Project Overview and Concepts Manual. For information on setting up a cross-development environment, see the Yocto Project Application Development and the Extensible Software Development Kit (eSDK) @@ -15396,8 +15399,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" For background information on cross-development toolchains in the Yocto Project development environment, see the - "Cross-Development Toolchain Generation" - section in the Yocto Project Concepts Manual. + "Cross-Development Toolchain Generation" + section in the Yocto Project Overview and Concepts Manual. For information on setting up a cross-development environment, see the Yocto Project Application Development and the Extensible Software Development Kit (eSDK) -- cgit v1.2.3-54-g00ecf