From be1e1824cb1c2c402d661fc714e2ce1a57d55504 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 9 Apr 2015 11:35:18 -0700 Subject: [PATCH] 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 (From yocto-docs rev: f571e35169818355fea2a20715df3e8f7405134f) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/migration.xml | 20 ++++++++++++++++---- 1 file 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 @@ 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