From 016e34a2e83a4dab1fba9d33584b7ae265c8ab1d Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 30 Oct 2018 14:11:01 -0700 Subject: ref-manual: Added the 2.6 Migration Section. Provided some new sections on the information for migrating from the 2.5 release to the 2.6 release. (From yocto-docs rev: dd721a31594c753d7229c45ebad0ce11640a0704) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/migration.xml | 88 ++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) (limited to 'documentation/ref-manual/migration.xml') diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index b060968000..71ab7b27f1 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml @@ -5678,6 +5678,94 @@ id=f4d4f99cfbc2396e49c1613a7d237b9e57f06f81'>commit message. + +
+ Moving to the Yocto Project 2.6 Release + + + This section provides migration information for moving to the + Yocto Project 2.6 Release from the prior release. + + +
+ Automatic Testing Changes + + + This section provides information about automatic testing + changes: + + + TEST_IMAGE Variable Removed: + Prior to this release, you set the + TEST_IMAGE variable to "1" to + enable automatic testing for successfully built images. + The TEST_IMAGE variable no longer + exists and has been replaced by the + TESTIMAGE_AUTO + variable. + + + Inheriting the testimage and + testsdk Classes: + Best practices now dictate that you use the + IMAGE_CLASSES + variable rather than the + INHERIT + variable when you inherit the + testimage + and + testsdk + classes used for automatic testing. + + + +
+ +
+ OpenSSL Changes + + + OpenSSL has been + upgraded from 1.0 to 1.1. + By default, this upgrade could cause problems for recipes that + have both versions their dependency chains. + The problem is that both versions cannot be installed together + at build time. + + It is possible to have both versions of the library at runtime. + + +
+ +
+ BitBake Changes + + + The "_remove" operator now preserves whitespace. + +
+ +
+ Security Changes + + + The Poky distribution now uses security compiler files by + default. + Inclusion of these files could cause new failures due to stricter + checking for various potential security issues in code. + +
+ +
+ Post Installation Changes + + + You must explicitly mark post installs to defer to the target. + Warnings in the previous Yocto Project releases have become + errors. + +
+