summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-09-27 13:58:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-01 22:52:54 +0100
commit0d194a8c621006d3846f9fe3a756ce71a15f733a (patch)
tree78e61cfb3f2ca12eab4350d9413349ba8399203b /documentation/ref-manual/migration.xml
parentdf2e70a3afa97dd237f9a68b73f964522811a21e (diff)
downloadpoky-0d194a8c621006d3846f9fe3a756ce71a15f733a.tar.gz
dev-manual, ref-manual: Review edits for new variables.
Applied review changes to the following variables: IMAGE_NAME DATETIME SDK_ARCH IMAGE_BASENAME TUNE_PKGARCH PACKAGE_GROUP COMPLEMENTARY_GLOB BUSYBOX_SPLIT_SUID Also, reformatted some 1.5 package version requirements into a list rather than a lazy literallayout tag. Provided some new wording for the "Directory Layout Changes" section in the Migration chapter. (From yocto-docs rev: 60c3a905dd9212f1b4f6969341640a0726342d11) 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.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