summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2019-04-30 09:48:43 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-07 10:23:41 +0100
commitd38a253147888071f0a276d8a3b27f4279316267 (patch)
tree687b070176138aae9fe08435b01365e5cf51eb1b /documentation
parent24c80ee695aa54e2d54834bae9dead15a269025d (diff)
downloadopenembedded-core-contrib-d38a253147888071f0a276d8a3b27f4279316267.tar.gz
ref-manual: Added "License Value Corrections to migration.
(From yocto-docs rev: 398a60005b9ce63e6ee141dfb8a71e8ae2bf2d86) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/migration.xml53
1 files changed, 41 insertions, 12 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml
index fd31cd0acf..53b03a00aa 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -6414,6 +6414,25 @@ id=f4d4f99cfbc2396e49c1613a7d237b9e57f06f81'>commit message</ulink>.
</para>
</section>
+ <section id='migration-2.7-license-values'>
+ <title>License Value Corrections</title>
+
+ <para>
+ The following corrections have been made to the
+ <link linkend='var-LICENSE'><filename>LICENSE</filename></link>
+ values set by recipes:
+ <literallayout class='monospaced'>
+ <emphasis>socat</emphasis>: Corrected <filename>LICENSE</filename> to be "GPLv2" rather than
+ "GPLv2+".
+
+ <emphasis>libgfortran</emphasis>: Set license to "GPL-3.0-with-GCC-exception".
+
+ <emphasis>elfutils</emphasis>: Removed "Elfutils-Exception" and set to "GPLv2" for shared
+ libraries
+ </literallayout>
+ </para>
+ </section>
+
<section id='migration-2.7-packaging-changes'>
<title>Packaging Changes</title>
@@ -6489,15 +6508,23 @@ id=f4d4f99cfbc2396e49c1613a7d237b9e57f06f81'>commit message</ulink>.
<para>
The following recipes have been removed:
<literallayout class='monospaced'>
- gcc: Drop version 7.3 recipes. Version 8.3 now remains.
- linux-yocto: Drop versions 4.14 and 4.18 recipes. Versions 4.19 and 5.0 remain.
- go: Drop version 1.9 recipes. Versions 1.11 and 1.12 remain.
- xvideo-tests: Became obsolete.
- libart-lgpl: Became obsolete.
- gtk-icon-utils-native: These tools are now provided by gtk+3-native
- gcc-cross-initial: No longer needed. gcc-cross/gcc-crosssdk are now used.
- gcc-crosssdk-initial: No longer needed. gcc-cross/gcc-crosssdk are now used.
- glibc-initial: Removed because the benefits of having it for site_config are
+ <emphasis>gcc</emphasis>: Drop version 7.3 recipes. Version 8.3 now remains.
+
+ <emphasis>linux-yocto</emphasis>: Drop versions 4.14 and 4.18 recipes. Versions 4.19 and 5.0 remain.
+
+ <emphasis>go</emphasis>: Drop version 1.9 recipes. Versions 1.11 and 1.12 remain.
+
+ <emphasis>xvideo-tests</emphasis>: Became obsolete.
+
+ <emphasis>libart-lgpl</emphasis>: Became obsolete.
+
+ <emphasis>gtk-icon-utils-native</emphasis>: These tools are now provided by gtk+3-native
+
+ <emphasis>gcc-cross-initial</emphasis>: No longer needed. gcc-cross/gcc-crosssdk are now used.
+
+ <emphasis>gcc-crosssdk-initial</emphasis>: No longer needed. gcc-cross/gcc-crosssdk are now used.
+
+ <emphasis>glibc-initial</emphasis>: Removed because the benefits of having it for site_config are
currently outweighed by the cost of building the recipe.
</literallayout>
</para>
@@ -6509,9 +6536,11 @@ id=f4d4f99cfbc2396e49c1613a7d237b9e57f06f81'>commit message</ulink>.
<para>
The following classes have been removed:
<literallayout class='monospaced'>
- distutils-tools: This class was never used.
- bugzilla.bbclass: Became obsolete.
- distrodata: This functionally has been replaced by a more modern
+ <emphasis>distutils-tools</emphasis>: This class was never used.
+
+ <emphasis>bugzilla.bbclass</emphasis>: Became obsolete.
+
+ <emphasis>distrodata</emphasis>: This functionally has been replaced by a more modern
tinfoil-based implementation.
</literallayout>
</para>