summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-04-09 11:35:18 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-10 14:47:50 +0100
commit8f39398dbf8892fbce0386c93f8cfbbc8cd991d2 (patch)
treef407cab1da6d48b1c23719fb15fc40a9f8b54323 /documentation
parentbe46715a9d878825c52d94392db356c53d4d4107 (diff)
downloadast2050-yocto-poky-8f39398dbf8892fbce0386c93f8cfbbc8cd991d2.zip
ast2050-yocto-poky-8f39398dbf8892fbce0386c93f8cfbbc8cd991d2.tar.gz
ref-manual: Updates to "Kernel Build Changes" in the 1.8 migration section.
Updated this according to some changes Richard and Paul wanted to see make it into the 1.8 release. Reported-by: Paul Eggleton <paul.eggleton@intel.com> (From yocto-docs rev: f571e35169818355fea2a20715df3e8f7405134f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/migration.xml20
1 files changed, 16 insertions, 4 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml
index 09edf05..7c78c9d 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -2034,11 +2034,11 @@
Functionality replaced by <filename>gst-player</filename>.
</para></listitem>
<listitem><para><filename>gnome-desktop</filename>:
- This recipe is now available in
+ This recipe is now available in
<filename>meta-gnome</filename> and is no longer needed.
</para></listitem>
<listitem><para><filename>gsettings-desktop-schemas</filename>:
- This recipe is now available in
+ This recipe is now available in
<filename>meta-gnome</filename> and is no longer needed.
</para></listitem>
<listitem><para><filename>python-argparse</filename>:
@@ -2117,12 +2117,24 @@
In theory, migration paths have been provided for most common
usages in kernel recipes but this might not work in all cases.
In particular, users need to ensure that
- <filename>${S}</filename> (source files) and
+ <filename>${S}</filename> (source files) and
<filename>${B}</filename> (build artifacts) are used
correctly in functions such as
+ <link linkend='ref-tasks-configure'><filename>do_configure</filename></link>
+ and
<link linkend='ref-tasks-install'><filename>do_install</filename></link>.
+ For kernel recipes that do not inherit from
+ <filename>kernel-yocto</filename> or include
+ <filename>linux-yocto.inc</filename>, you might wish to
+ refer to the <filename>linux.inc</filename> file in the
+ <filename>meta-oe</filename> layer for the kinds of changes you
+ need to make.
+ For reference, here is the
+ <ulink url='http://cgit.openembedded.org/meta-openembedded/commit/meta-oe/recipes-kernel/linux/linux.inc?id=fc7132ede27ac67669448d3d2845ce7d46c6a1ee'>commit</ulink>
+ where the <filename>linux.inc</filename> file in
+ <filename>meta-oe</filename> was updated.
</para>
-
+
<para>
Recipes that rely on the kernel source code and do not inherit
the module classes might need to add explicit dependencies on
OpenPOWER on IntegriCloud