diff options
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/migration.xml | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index 09edf05cd1..7c78c9dd50 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml | |||
@@ -2034,11 +2034,11 @@ | |||
2034 | Functionality replaced by <filename>gst-player</filename>. | 2034 | Functionality replaced by <filename>gst-player</filename>. |
2035 | </para></listitem> | 2035 | </para></listitem> |
2036 | <listitem><para><filename>gnome-desktop</filename>: | 2036 | <listitem><para><filename>gnome-desktop</filename>: |
2037 | This recipe is now available in | 2037 | This recipe is now available in |
2038 | <filename>meta-gnome</filename> and is no longer needed. | 2038 | <filename>meta-gnome</filename> and is no longer needed. |
2039 | </para></listitem> | 2039 | </para></listitem> |
2040 | <listitem><para><filename>gsettings-desktop-schemas</filename>: | 2040 | <listitem><para><filename>gsettings-desktop-schemas</filename>: |
2041 | This recipe is now available in | 2041 | This recipe is now available in |
2042 | <filename>meta-gnome</filename> and is no longer needed. | 2042 | <filename>meta-gnome</filename> and is no longer needed. |
2043 | </para></listitem> | 2043 | </para></listitem> |
2044 | <listitem><para><filename>python-argparse</filename>: | 2044 | <listitem><para><filename>python-argparse</filename>: |
@@ -2117,12 +2117,24 @@ | |||
2117 | In theory, migration paths have been provided for most common | 2117 | In theory, migration paths have been provided for most common |
2118 | usages in kernel recipes but this might not work in all cases. | 2118 | usages in kernel recipes but this might not work in all cases. |
2119 | In particular, users need to ensure that | 2119 | In particular, users need to ensure that |
2120 | <filename>${S}</filename> (source files) and | 2120 | <filename>${S}</filename> (source files) and |
2121 | <filename>${B}</filename> (build artifacts) are used | 2121 | <filename>${B}</filename> (build artifacts) are used |
2122 | correctly in functions such as | 2122 | correctly in functions such as |
2123 | <link linkend='ref-tasks-configure'><filename>do_configure</filename></link> | ||
2124 | and | ||
2123 | <link linkend='ref-tasks-install'><filename>do_install</filename></link>. | 2125 | <link linkend='ref-tasks-install'><filename>do_install</filename></link>. |
2126 | For kernel recipes that do not inherit from | ||
2127 | <filename>kernel-yocto</filename> or include | ||
2128 | <filename>linux-yocto.inc</filename>, you might wish to | ||
2129 | refer to the <filename>linux.inc</filename> file in the | ||
2130 | <filename>meta-oe</filename> layer for the kinds of changes you | ||
2131 | need to make. | ||
2132 | For reference, here is the | ||
2133 | <ulink url='http://cgit.openembedded.org/meta-openembedded/commit/meta-oe/recipes-kernel/linux/linux.inc?id=fc7132ede27ac67669448d3d2845ce7d46c6a1ee'>commit</ulink> | ||
2134 | where the <filename>linux.inc</filename> file in | ||
2135 | <filename>meta-oe</filename> was updated. | ||
2124 | </para> | 2136 | </para> |
2125 | 2137 | ||
2126 | <para> | 2138 | <para> |
2127 | Recipes that rely on the kernel source code and do not inherit | 2139 | Recipes that rely on the kernel source code and do not inherit |
2128 | the module classes might need to add explicit dependencies on | 2140 | the module classes might need to add explicit dependencies on |