diff options
author | 2014-04-10 13:23:01 -0700 | |
---|---|---|
committer | 2014-04-11 18:22:51 +0100 | |
commit | 0055a7ed6bc3368ec6c923e24c3081d7815a61e4 (patch) | |
tree | 1ca4aa762c090d97445212c980eb14e9af83e97b /documentation/ref-manual/migration.xml | |
parent | ff504287d6bc997c5a6697cf0a7c57cdf1acec37 (diff) | |
download | poky-0055a7ed6bc3368ec6c923e24c3081d7815a61e4.tar.gz poky-0055a7ed6bc3368ec6c923e24c3081d7815a61e4.tar.bz2 poky-0055a7ed6bc3368ec6c923e24c3081d7815a61e4.zip |
ref-manual: Added warning about forking packages when upgrading YP
Fixes [YOCTO #4958]
Added a bullet item to the packages section in the migration chapter
for upgrading to YP v1.6. Item notes the issue and warns the
user to beware.
(From yocto-docs rev: f66ca39a65c2529ebc552d3a816e6565dae183f7)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/migration.xml')
-rw-r--r-- | documentation/ref-manual/migration.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index d987772058..a25a38edb2 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml @@ -1129,6 +1129,11 @@ moved to a dedicated <filename>gtk-engines-schemas</filename> package. </para></listitem> + <listitem><para> + Issues could arise with forked packages when upgrading + the Yocto Project release. + Be aware and take precautions for that possibility. + </para></listitem> </itemizedlist> </para> </section> |