diff options
Diffstat (limited to 'documentation/ref-manual/migration-1.5.rst')
-rw-r--r-- | documentation/ref-manual/migration-1.5.rst | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/documentation/ref-manual/migration-1.5.rst b/documentation/ref-manual/migration-1.5.rst index fa6ff92f10..fc7aface9e 100644 --- a/documentation/ref-manual/migration-1.5.rst +++ b/documentation/ref-manual/migration-1.5.rst | |||
@@ -25,8 +25,8 @@ If the Linux distribution you are using on your build host does not | |||
25 | provide packages for these, you can install and use the Buildtools | 25 | provide packages for these, you can install and use the Buildtools |
26 | tarball, which provides an SDK-like environment containing them. | 26 | tarball, which provides an SDK-like environment containing them. |
27 | 27 | ||
28 | For more information on this requirement, see the "`Required Git, tar, | 28 | For more information on this requirement, see the |
29 | Python and gcc Versions <#required-git-tar-python-and-gcc-versions>`__" | 29 | ":ref:`ref-manual/ref-system-requirements:required git, tar, python and gcc versions`" |
30 | section. | 30 | section. |
31 | 31 | ||
32 | .. _migration-1.5-atom-pc-bsp: | 32 | .. _migration-1.5-atom-pc-bsp: |
@@ -41,9 +41,8 @@ all x86 hardware, but it will run on a wider range of systems than the | |||
41 | 41 | ||
42 | .. note:: | 42 | .. note:: |
43 | 43 | ||
44 | Additionally, a | 44 | Additionally, a ``genericx86-64`` BSP has been added for 64-bit Atom |
45 | genericx86-64 | 45 | systems. |
46 | BSP has been added for 64-bit Atom systems. | ||
47 | 46 | ||
48 | .. _migration-1.5-bitbake: | 47 | .. _migration-1.5-bitbake: |
49 | 48 | ||
@@ -96,7 +95,7 @@ The following changes have been made to the package QA checks: | |||
96 | this file within :ref:`ref-tasks-install` if "make | 95 | this file within :ref:`ref-tasks-install` if "make |
97 | install" is installing it. | 96 | install" is installing it. |
98 | 97 | ||
99 | - If you are using the buildhistory class, the check for the package | 98 | - If you are using the ``buildhistory`` class, the check for the package |
100 | version going backwards is now controlled using a standard QA check. | 99 | version going backwards is now controlled using a standard QA check. |
101 | Thus, if you have customized your ``ERROR_QA`` or ``WARN_QA`` values | 100 | Thus, if you have customized your ``ERROR_QA`` or ``WARN_QA`` values |
102 | and still wish to have this check performed, you should add | 101 | and still wish to have this check performed, you should add |
@@ -299,7 +298,7 @@ Removed and Renamed Recipes | |||
299 | - ``libtool-nativesdk`` has been renamed to ``nativesdk-libtool``. | 298 | - ``libtool-nativesdk`` has been renamed to ``nativesdk-libtool``. |
300 | 299 | ||
301 | - ``tinylogin`` has been removed. It has been replaced by a suid | 300 | - ``tinylogin`` has been removed. It has been replaced by a suid |
302 | portion of Busybox. See the "`BusyBox <#migration-1.5-busybox>`__" | 301 | portion of Busybox. See the "`BusyBox <#busybox>`__" |
303 | section for more information. | 302 | section for more information. |
304 | 303 | ||
305 | - ``external-python-tarball`` has been renamed to | 304 | - ``external-python-tarball`` has been renamed to |
@@ -345,8 +344,7 @@ Following is a list of short entries describing other changes: | |||
345 | - ``libpam``: Deny all services for the ``OTHER`` entries. | 344 | - ``libpam``: Deny all services for the ``OTHER`` entries. |
346 | 345 | ||
347 | - ``image.bbclass``: Move ``runtime_mapping_rename`` to avoid conflict | 346 | - ``image.bbclass``: Move ``runtime_mapping_rename`` to avoid conflict |
348 | with ``multilib``. See | 347 | with ``multilib``. See :yocto_bugs:`YOCTO #4993 </show_bug.cgi?id=4993>` |
349 | `YOCTO #4993 <https://bugzilla.yoctoproject.org/show_bug.cgi?id=4993>`_ | ||
350 | in Bugzilla for more information. | 348 | in Bugzilla for more information. |
351 | 349 | ||
352 | - ``linux-dtb``: Use kernel build system to generate the ``dtb`` files. | 350 | - ``linux-dtb``: Use kernel build system to generate the ``dtb`` files. |