From 2fe38094657df6564e4f548d376d86678e57b768 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 13 Oct 2015 10:00:54 -0700 Subject: ref-manual, dev-manual: Applied feedback to edit several classes Fixes [YOCTO #8298] Updated several classes with feedback from Jose Lamego of Intel. The feedback fixed some class groupings so that previously isolated classes could be bundled under common classes (e.g. autotools*.bbclass). I scrubbed the cross-references for cases where a particular class became "undocumented." The cross-references now point to the bundled class entry in the ref-manual. (From yocto-docs rev: 07a533cb41ad26d202f4e303f2dbc7d7bf26e076) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/migration.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'documentation/ref-manual/migration.xml') diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index dc75eb827b..4d798bc283 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml @@ -980,7 +980,7 @@ A new automated image testing framework has been added through the - testimage*.bbclass + testimage.bbclass class. This framework replaces the older imagetest-qemu framework. @@ -1485,8 +1485,9 @@ Recipes building Autotools-based software that fails to build with a separate build directory should be changed to inherit from the - autotools-brokensep - class instead of the autotools class. + autotools-brokensep + class instead of the autotools or + autotools_stageclasses. @@ -1794,8 +1795,9 @@ need to either patch the software so that it can build separately, or you will need to change the recipe to inherit the - autotools-brokensep - class instead of the autotools class. + autotools-brokensep + class instead of the autotools or + autotools_stage classes. The --foreign option is -- cgit v1.2.3-54-g00ecf