summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2019-10-10 07:22:32 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-23 17:32:45 +0100
commite398bd4cd06b61fa98c1babe54924a40971c4989 (patch)
tree628d9ee14c26891512202ce3e16f5a477879620e /documentation
parenta3ece7d5d8e0f052edccd8d935b192f80267db70 (diff)
downloadpoky-e398bd4cd06b61fa98c1babe54924a40971c4989.tar.gz
ref-manual: First pass of 2.8 migration changes (WIP)
(From yocto-docs rev: 2c0f6cd921132caa4f49c34ac592db68be27761a) 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.xml98
1 files changed, 98 insertions, 0 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml
index ade8787b4d..551484990b 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -6597,6 +6597,104 @@ id=f4d4f99cfbc2396e49c1613a7d237b9e57f06f81'>commit message</ulink>.
6597 </para> 6597 </para>
6598 </section> 6598 </section>
6599</section> 6599</section>
6600
6601
6602
6603
6604
6605
6606
6607
6608
6609<section id='moving-to-the-yocto-project-2.8-release'>
6610 <title>Moving to the Yocto Project 2.8 Release</title>
6611
6612 <para>
6613 This section provides migration information for moving to the
6614 Yocto Project 2.8 Release from the prior release.
6615 </para>
6616
6617 <section id='migration-2.8-lsb-support-removed'>
6618 <title>LSB Support Removed</title>
6619
6620 <para>
6621 LSB support has been removed.
6622 </para>
6623 </section>
6624
6625 <section id='migration-2.8-poky-lsb-replaced'>
6626 <title><filename>poky-lsb</filename> Replaced</title>
6627
6628 <para>
6629 <filename>poky-lsb</filename> replaced by
6630 <filename>poky-altcfg</filename> for alternate configurations to
6631 be tested on the autobuilder.
6632 As well as an example of subclassing a distro config.
6633 </para>
6634 </section>
6635
6636 <section id='migration-2.8-openssl-removed'>
6637 <title>OpenSSL 1.0.X removed</title>
6638
6639 <para>
6640 OpenSSL 1.0.X removed.
6641 </para>
6642 </section>
6643
6644 <section id='migration-2.8-hash-Equivalence added'>
6645 <title>Hash Equivalence Added</title>
6646
6647 <para>
6648 Hash Equivalence added.
6649 See <ulink url='https://git.openembedded.org/openembedded-core/commit/?id=49b10ab3f802bf36d8a2add7db208a868f525d5b'></ulink>
6650 for setup information.
6651 </para>
6652 </section>
6653
6654 <section id='migration-2.8-gnu-tests-added'>
6655 <title><filename>gcc/glibc/binutls</filename> GNU Tests Added</title>
6656
6657 <para>
6658 <filename>gcc/glibc/binutls</filename> GNU tests added.
6659 </para>
6660 </section>
6661
6662 <section id='migration-2.8-removed-recipes'>
6663 <title>Removed Recipes</title>
6664
6665 <para>
6666 Some topic...
6667 </para>
6668 </section>
6669
6670 <section id='migration-2.8-removed-classes'>
6671 <title>Removed Classes</title>
6672
6673 <para>
6674 Some topic...
6675 </para>
6676 </section>
6677
6678 <section id='migration-2.8-miscellaneous-changes'>
6679 <title>Miscellaneous Changes</title>
6680
6681 <para>
6682 Some topic...
6683 </para>
6684 </section>
6685</section>
6686
6687
6688
6689
6690
6691
6692
6693
6694
6695
6696
6697
6600</chapter> 6698</chapter>
6601<!-- 6699<!--
6602vim: expandtab tw=80 ts=4 6700vim: expandtab tw=80 ts=4