From e03b19b463e880fb09e7f0792f2292c2ac982f53 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 27 Oct 2015 08:53:43 -0700 Subject: [PATCH] ref-manual: Applied review updates to 2.0 migration section. Some minor rewordings (From yocto-docs rev: c62d39ad684c6be3321d711bd7935799e4269fa3) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/migration.xml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index aad04faad3..3b86d9a4dc 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml @@ -2642,12 +2642,12 @@ The following QA checks have been added: - Added a "host-user-contaminated" check for any paths - of packaged files outside of - /home that are owned by the user - and run BitBake. - The existence of these types of paths usually - indicates ownership has been incorrectly set. + Added a "host-user-contaminated" check for ownership + issues for packaged files outside of + /home. + The check looks for files that are incorrectly owned by the + user that ran BitBake instead of owned by a valid user in + the target system. Added an "invalid-chars" check for invalid (non-UTF8) @@ -2658,10 +2658,11 @@ LICENSE, and SECTION). - Some package managers do not support these variables. + Some package managers do not support these characters. - Added a check for any options specified in + Added an "invalid-packageconfig" check for any options + specified in PACKAGECONFIG that do not match any PACKAGECONFIG option defined for the recipe.