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 @@ Functionality replaced by gst-player. gnome-desktop: - This recipe is now available in + This recipe is now available in meta-gnome and is no longer needed. gsettings-desktop-schemas: - This recipe is now available in + This recipe is now available in meta-gnome and is no longer needed. python-argparse: @@ -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 - ${S} (source files) and + ${S} (source files) and ${B} (build artifacts) are used correctly in functions such as + do_configure + and do_install. + For kernel recipes that do not inherit from + kernel-yocto or include + linux-yocto.inc, you might wish to + refer to the linux.inc file in the + meta-oe layer for the kinds of changes you + need to make. + For reference, here is the + commit + where the linux.inc file in + meta-oe was updated. - + Recipes that rely on the kernel source code and do not inherit the module classes might need to add explicit dependencies on