From f42d8f4cf00d97ffc0038276893ba5d21a8a1599 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 14 Jun 2017 06:59:22 -0700 Subject: documentation: Fixed links for "metadata" term. Fixes [YOCTO #11630] Moving the "Yocto Project Terms" section from the dev-manual to the ref-manual broke the links to the "Metadata" term. I fixed these. (From yocto-docs rev: 190da4b4d44952d141db26ca72b5bc1a52d77023) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/technical-details.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/ref-manual/technical-details.xml') diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml index 597bfbc55b..768f70186b 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml @@ -65,7 +65,7 @@ BitBake is the tool at the heart of the OpenEmbedded build system and is responsible for parsing the - Metadata, + Metadata, generating a list of tasks from it, and then executing those tasks. @@ -152,7 +152,7 @@ Class files (.bbclass) contain information that is useful to share between - Metadata files. + Metadata files. An example is the autotools class, which contains common settings for any application that @@ -610,7 +610,7 @@ The "OEBasicHash" BB_SIGNATURE_HANDLER is the same as the "OEBasic" version but adds the task hash to the stamp files. This results in any - Metadata + Metadata change that changes the task hash, automatically causing the task to be run again. This removes the need to bump PR -- cgit v1.2.3-54-g00ecf