diff options
| -rw-r--r-- | documentation/ref-manual/migration.xml | 17 |
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 @@ | |||
| 2642 | The following QA checks have been added: | 2642 | The following QA checks have been added: |
| 2643 | <itemizedlist> | 2643 | <itemizedlist> |
| 2644 | <listitem><para> | 2644 | <listitem><para> |
| 2645 | Added a "host-user-contaminated" check for any paths | 2645 | Added a "host-user-contaminated" check for ownership |
| 2646 | of packaged files outside of | 2646 | issues for packaged files outside of |
| 2647 | <filename>/home</filename> that are owned by the user | 2647 | <filename>/home</filename>. |
| 2648 | and run BitBake. | 2648 | The check looks for files that are incorrectly owned by the |
| 2649 | The existence of these types of paths usually | 2649 | user that ran BitBake instead of owned by a valid user in |
| 2650 | indicates ownership has been incorrectly set. | 2650 | the target system. |
| 2651 | </para></listitem> | 2651 | </para></listitem> |
| 2652 | <listitem><para> | 2652 | <listitem><para> |
| 2653 | Added an "invalid-chars" check for invalid (non-UTF8) | 2653 | Added an "invalid-chars" check for invalid (non-UTF8) |
| @@ -2658,10 +2658,11 @@ | |||
| 2658 | <link linkend='var-LICENSE'><filename>LICENSE</filename></link>, | 2658 | <link linkend='var-LICENSE'><filename>LICENSE</filename></link>, |
| 2659 | and | 2659 | and |
| 2660 | <link linkend='var-SECTION'><filename>SECTION</filename></link>). | 2660 | <link linkend='var-SECTION'><filename>SECTION</filename></link>). |
| 2661 | Some package managers do not support these variables. | 2661 | Some package managers do not support these characters. |
| 2662 | </para></listitem> | 2662 | </para></listitem> |
| 2663 | <listitem><para> | 2663 | <listitem><para> |
| 2664 | Added a check for any options specified in | 2664 | Added an "invalid-packageconfig" check for any options |
| 2665 | specified in | ||
| 2665 | <link linkend='var-PACKAGECONFIG'><filename>PACKAGECONFIG</filename></link> | 2666 | <link linkend='var-PACKAGECONFIG'><filename>PACKAGECONFIG</filename></link> |
| 2666 | that do not match any <filename>PACKAGECONFIG</filename> | 2667 | that do not match any <filename>PACKAGECONFIG</filename> |
| 2667 | option defined for the recipe. | 2668 | option defined for the recipe. |
