summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-09-30 11:01:40 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-01 22:52:54 +0100
commit22909d0a47ba13e2b810007aa901fe8fd7b39b2c (patch)
tree43e08c76003d83ff7cdd1b236157598cc0f05eef /documentation/ref-manual/migration.xml
parenta8a240405326b6e1c6546c8b3a7ebc5eabeb4896 (diff)
downloadpoky-22909d0a47ba13e2b810007aa901fe8fd7b39b2c.tar.gz
ref-manual: Applied review edits to migration section.
(From yocto-docs rev: f4c6423a48c5d27bd853abad9b28a6cc563d4054) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/migration.xml')
-rw-r--r--documentation/ref-manual/migration.xml82
1 files changed, 41 insertions, 41 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml
index 4c7af582fa..bb6203998b 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -650,7 +650,7 @@
650 </para></listitem> 650 </para></listitem>
651 <listitem><para> 651 <listitem><para>
652 BitBake's global method pool has been removed. 652 BitBake's global method pool has been removed.
653 This method not particularly useful and led to clashes 653 This method is not particularly useful and led to clashes
654 between recipes containing functions that had the 654 between recipes containing functions that had the
655 same name.</para></listitem> 655 same name.</para></listitem>
656 <listitem><para> 656 <listitem><para>
@@ -666,7 +666,7 @@
666 <filename>${</filename><link linkend='var-PF'><filename>PF</filename></link><filename>}</filename> 666 <filename>${</filename><link linkend='var-PF'><filename>PF</filename></link><filename>}</filename>
667 are no longer added to 667 are no longer added to
668 <link linkend='var-PROVIDES'><filename>PROVIDES</filename></link> 668 <link linkend='var-PROVIDES'><filename>PROVIDES</filename></link>
669 by default. 669 by default in <filename>bitbake.conf</filename>.
670 These version-specific <filename>PROVIDES</filename> 670 These version-specific <filename>PROVIDES</filename>
671 items were seldom used. 671 items were seldom used.
672 Attempting to use them could result in two versions being 672 Attempting to use them could result in two versions being
@@ -925,45 +925,6 @@
925 </para> 925 </para>
926 </section> 926 </section>
927 927
928 <section id='removed-renamed-recipes'>
929 <title>Removed and Renamed Recipes</title>
930
931 <itemizedlist>
932 <listitem><para>
933 The <filename>linux-yocto</filename> 3.2 kernel has been
934 removed.</para></listitem>
935 <listitem><para>
936 <filename>libtool-nativesdk</filename> has been renamed to
937 <filename>nativesdk-libtool</filename>.</para></listitem>
938 <listitem><para>
939 <filename>tinylogin</filename> has been removed.
940 It has been replaced by a suid portion of Busybox.
941 See the
942 "<link linkend='migration-1.5-busybox'>BusyBox</link>" section
943 for more information.</para></listitem>
944 <listitem><para>
945 <filename>external-python-tarball</filename> has been renamed
946 to <filename>buildtools-tarball</filename>.
947 </para></listitem>
948 <listitem><para>
949 <filename>web-webkit</filename> has been removed.
950 It has been functionally replaced by
951 <filename>midori</filename>.</para></listitem>
952 <listitem><para>
953 <filename>imake</filename> has been removed.
954 It is no longer needed by any other recipe.
955 </para></listitem>
956 <listitem><para>
957 <filename>transfig-native</filename> has been removed.
958 It is no longer needed by any other recipe.
959 </para></listitem>
960 <listitem><para>
961 <filename>anjuta-remote-run</filename> has been removed.
962 Anjuta IDE integration has not been officially supported for
963 several releases.</para></listitem>
964 </itemizedlist>
965 </section>
966
967 <section id='migration-1.5-build-history'> 928 <section id='migration-1.5-build-history'>
968 <title>Build History</title> 929 <title>Build History</title>
969 930
@@ -1022,6 +983,45 @@
1022 </para> 983 </para>
1023 </section> 984 </section>
1024 985
986 <section id='removed-renamed-recipes'>
987 <title>Removed and Renamed Recipes</title>
988
989 <itemizedlist>
990 <listitem><para>
991 The <filename>linux-yocto</filename> 3.2 kernel has been
992 removed.</para></listitem>
993 <listitem><para>
994 <filename>libtool-nativesdk</filename> has been renamed to
995 <filename>nativesdk-libtool</filename>.</para></listitem>
996 <listitem><para>
997 <filename>tinylogin</filename> has been removed.
998 It has been replaced by a suid portion of Busybox.
999 See the
1000 "<link linkend='migration-1.5-busybox'>BusyBox</link>" section
1001 for more information.</para></listitem>
1002 <listitem><para>
1003 <filename>external-python-tarball</filename> has been renamed
1004 to <filename>buildtools-tarball</filename>.
1005 </para></listitem>
1006 <listitem><para>
1007 <filename>web-webkit</filename> has been removed.
1008 It has been functionally replaced by
1009 <filename>midori</filename>.</para></listitem>
1010 <listitem><para>
1011 <filename>imake</filename> has been removed.
1012 It is no longer needed by any other recipe.
1013 </para></listitem>
1014 <listitem><para>
1015 <filename>transfig-native</filename> has been removed.
1016 It is no longer needed by any other recipe.
1017 </para></listitem>
1018 <listitem><para>
1019 <filename>anjuta-remote-run</filename> has been removed.
1020 Anjuta IDE integration has not been officially supported for
1021 several releases.</para></listitem>
1022 </itemizedlist>
1023 </section>
1024
1025 <section id='migration-1.5-other-changes'> 1025 <section id='migration-1.5-other-changes'>
1026 <title>Other Changes</title> 1026 <title>Other Changes</title>
1027 1027