summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/migration.xml')
-rw-r--r--documentation/ref-manual/migration.xml28
1 files changed, 16 insertions, 12 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml
index 1b3b9d99dc..9915c3ce02 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -595,16 +595,15 @@
595 <para> 595 <para>
596 The OpenEmbedded build system now has some additional requirements 596 The OpenEmbedded build system now has some additional requirements
597 on the host system: 597 on the host system:
598 <literallayout class='monospaced'> 598 <itemizedlist>
599 Python 2.7.3+ 599 <listitem><para>Python 2.7.3+</para></listitem>
600 600 <listitem><para>Tar 1.24+</para></listitem>
601 tar 1.24+ 601 <listitem><para>Git 1.7.5+</para></listitem>
602 602 <listitem><para>Patched version of Make if you are using
603 git 1.7.5+ 603 3.82.
604 604 Most distributions that provide Make 3.82 use the patched
605 Patched version of make if you are using make version 3.82. Most 605 version.</para></listitem>
606 distributions that provide make 3.82 have now done this. 606 </itemizedlist>
607 </literallayout>
608 If the Linux distribution you are using on your build host 607 If the Linux distribution you are using on your build host
609 does not provide packages for these, you can install and use 608 does not provide packages for these, you can install and use
610 the Buildtools tarball, which provides an SDK-like environment 609 the Buildtools tarball, which provides an SDK-like environment
@@ -733,7 +732,12 @@
733 <listitem><para> 732 <listitem><para>
734 The <filename>pkgdata</filename> directory produced as 733 The <filename>pkgdata</filename> directory produced as
735 part of the packaging process has been collapsed into a 734 part of the packaging process has been collapsed into a
736 single machine-specific directory.</para></listitem> 735 single machine-specific directory.
736 These directories are located under
737 <filename>sysroots</filename> and use a machine-specific
738 name (i.e.
739 <filename>tmp/sysroots/&lt;machine&gt;/pkgdata</filename>).
740 </para></listitem>
737 </itemizedlist> 741 </itemizedlist>
738 </para> 742 </para>
739 </section> 743 </section>
@@ -778,7 +782,7 @@
778 Valid <filename>IMAGE_FEATURES</filename> are drawn from 782 Valid <filename>IMAGE_FEATURES</filename> are drawn from
779 <link linkend='var-PACKAGE_GROUP'><filename>PACKAGE_GROUP</filename></link> 783 <link linkend='var-PACKAGE_GROUP'><filename>PACKAGE_GROUP</filename></link>
780 definitions, 784 definitions,
781 <link linkend='var-COMPLEMENTARY_GLOBS'><filename>COMPLEMENTARY_GLOBS</filename></link> 785 <link linkend='var-COMPLEMENTARY_GLOB'><filename>COMPLEMENTARY_GLOB</filename></link>
782 and a new 'validitems' varflag on 786 and a new 'validitems' varflag on
783 <filename>IMAGE_FEATURES</filename>. 787 <filename>IMAGE_FEATURES</filename>.
784 This change allows additional features to be added if they 788 This change allows additional features to be added if they