diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-04-21 13:45:18 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-21 22:47:11 +0100 |
commit | 982aa36251a4a855102575b8a590929787c645fd (patch) | |
tree | 1e85dc291e59269b610993573796fc05e47cac0f /documentation/ref-manual/migration.xml | |
parent | 601d5f1af0ca39e6a2f0dacb93f46faecbac7dfb (diff) | |
download | poky-982aa36251a4a855102575b8a590929787c645fd.tar.gz |
ref-manual: Added package change info to the migration section.
The package architecture for armv7a packages with the thumb optimization
enabled will now get a "t2" suffix as it should; this was not the case in the
1.5 release. Architecture names will change within package feeds as a result.
(From yocto-docs rev: 1ce59f6911dd67835266aa3b0e29f404a487fd6e)
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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index a25a38edb2..d6e8934389 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml | |||
@@ -1134,6 +1134,15 @@ | |||
1134 | the Yocto Project release. | 1134 | the Yocto Project release. |
1135 | Be aware and take precautions for that possibility. | 1135 | Be aware and take precautions for that possibility. |
1136 | </para></listitem> | 1136 | </para></listitem> |
1137 | <listitem><para> | ||
1138 | The <filename>armv7a</filename> with thumb package | ||
1139 | architecture suffix has changed. | ||
1140 | The suffix for these packages with the thumb | ||
1141 | optimization enabled is "t2" as it should be. | ||
1142 | Use of this suffix was not the case in the 1.5 release. | ||
1143 | Architecture names will change within package feeds as a | ||
1144 | result. | ||
1145 | </para></listitem> | ||
1137 | </itemizedlist> | 1146 | </itemizedlist> |
1138 | </para> | 1147 | </para> |
1139 | </section> | 1148 | </section> |