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)
downloadast2050-yocto-poky-0d194a8c621006d3846f9fe3a756ce71a15f733a.zip
ast2050-yocto-poky-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 1b3b9d9..9915c3c 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -595,16 +595,15 @@
<para>
The OpenEmbedded build system now has some additional requirements
on the host system:
- <literallayout class='monospaced'>
- Python 2.7.3+
-
- tar 1.24+
-
- git 1.7.5+
-
- Patched version of make if you are using make version 3.82. Most
- distributions that provide make 3.82 have now done this.
- </literallayout>
+ <itemizedlist>
+ <listitem><para>Python 2.7.3+</para></listitem>
+ <listitem><para>Tar 1.24+</para></listitem>
+ <listitem><para>Git 1.7.5+</para></listitem>
+ <listitem><para>Patched version of Make if you are using
+ 3.82.
+ Most distributions that provide Make 3.82 use the patched
+ version.</para></listitem>
+ </itemizedlist>
If the Linux distribution you are using on your build host
does not provide packages for these, you can install and use
the Buildtools tarball, which provides an SDK-like environment
@@ -733,7 +732,12 @@
<listitem><para>
The <filename>pkgdata</filename> directory produced as
part of the packaging process has been collapsed into a
- single machine-specific directory.</para></listitem>
+ single machine-specific directory.
+ These directories are located under
+ <filename>sysroots</filename> and use a machine-specific
+ name (i.e.
+ <filename>tmp/sysroots/&lt;machine&gt;/pkgdata</filename>).
+ </para></listitem>
</itemizedlist>
</para>
</section>
@@ -778,7 +782,7 @@
Valid <filename>IMAGE_FEATURES</filename> are drawn from
<link linkend='var-PACKAGE_GROUP'><filename>PACKAGE_GROUP</filename></link>
definitions,
- <link linkend='var-COMPLEMENTARY_GLOBS'><filename>COMPLEMENTARY_GLOBS</filename></link>
+ <link linkend='var-COMPLEMENTARY_GLOB'><filename>COMPLEMENTARY_GLOB</filename></link>
and a new 'validitems' varflag on
<filename>IMAGE_FEATURES</filename>.
This change allows additional features to be added if they
OpenPOWER on IntegriCloud