aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2015-10-27 08:53:43 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-29 22:05:36 +0000
commite03b19b463e880fb09e7f0792f2292c2ac982f53 (patch)
tree2ab1f361245ec293abbec4478e4299381f3fd6ef /documentation
parenta0791c19db7d5b33ce7a4e3614a574ad4a319a84 (diff)
downloadopenembedded-core-contrib-e03b19b463e880fb09e7f0792f2292c2ac982f53.tar.gz
ref-manual: Applied review updates to 2.0 migration section.
Some minor rewordings (From yocto-docs rev: c62d39ad684c6be3321d711bd7935799e4269fa3) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/migration.xml17
1 files 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:
<itemizedlist>
<listitem><para>
- Added a "host-user-contaminated" check for any paths
- of packaged files outside of
- <filename>/home</filename> 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
+ <filename>/home</filename>.
+ 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.
</para></listitem>
<listitem><para>
Added an "invalid-chars" check for invalid (non-UTF8)
@@ -2658,10 +2658,11 @@
<link linkend='var-LICENSE'><filename>LICENSE</filename></link>,
and
<link linkend='var-SECTION'><filename>SECTION</filename></link>).
- Some package managers do not support these variables.
+ Some package managers do not support these characters.
</para></listitem>
<listitem><para>
- Added a check for any options specified in
+ Added an "invalid-packageconfig" check for any options
+ specified in
<link linkend='var-PACKAGECONFIG'><filename>PACKAGECONFIG</filename></link>
that do not match any <filename>PACKAGECONFIG</filename>
option defined for the recipe.