summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorKristi Rifenbark <kristi.rifenbark@gmail.com>2017-07-10 14:48:23 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-12 00:28:16 +0100
commit81498aac9560fbeaeb58eaada32ce80e0ea51628 (patch)
treebf63935142b453430f517f594a4e5eef71c0d1ce /documentation
parent088f55a53578c75887d20c390aa265caebccdb6c (diff)
downloadpoky-81498aac9560fbeaeb58eaada32ce80e0ea51628.tar.gz
yocto-project-qs: Updated Next Steps list
Updated manual descriptions to fit current manual structures. (From yocto-docs rev: 81d8add49fd09deef432d9a0cc08c9f380c671ed) Signed-off-by: Kristi Rifenbark <kristi.rifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml61
1 files changed, 31 insertions, 30 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 0e79199a35..7a1c708857 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -951,59 +951,60 @@
951 Depending on what you primary interests are with the Yocto Project, 951 Depending on what you primary interests are with the Yocto Project,
952 you could consider any of the following: 952 you could consider any of the following:
953 <itemizedlist> 953 <itemizedlist>
954 <listitem><para><emphasis>Visit the Yocto Project Web Site:</emphasis> 954 <listitem><para>
955 <emphasis>Visit the Yocto Project Web Site:</emphasis>
955 The official 956 The official
956 <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> 957 <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink>
957 web site contains information on the entire project. 958 web site contains information on the entire project.
958 Visiting this site is a good way to familiarize yourself 959 Visiting this site is a good way to familiarize yourself
959 with the overall project. 960 with the overall project.
960 </para></listitem> 961 </para></listitem>
961 <listitem><para><emphasis>Look Through the Yocto Project Development Manual:</emphasis> 962 <listitem><para>
962 The 963 <emphasis>Look Through the
963 <ulink url='&YOCTO_DOCS_DEV_URL;#dev-manual-intro'>Yocto Project Development Manual</ulink> 964 <ulink url='&YOCTO_DOCS_DEV_URL;'>Yocto Project Development Manual</ulink>:</emphasis>
964 is a great place to get a feel for how to use the Yocto 965 This manual contains procedural information grouped to
965 Project. 966 help you get set up, work with layers, customize images,
966 The manual contains conceptual and procedural information 967 write new recipes, work with libraries, and use QEMU.
967 that introduces
968 <ulink url='&YOCTO_DOCS_DEV_URL;#dev-manual-newbie'>the Yocto Project open source development environment</ulink>.
969 The manual also contains several targeted sections that
970 cover specific
971 <ulink url='&YOCTO_DOCS_DEV_URL;#extendpoky'>common tasks</ulink>
972 such as understanding and creating layers, customizing
973 images, writing new recipes, working with libraries, and
974 configuring and patching the kernel.
975 </para></listitem> 968 </para></listitem>
976 <listitem><para><emphasis>Look Through the Yocto Project Software Development Kit (SDK) Developer's Guide:</emphasis> 969 <listitem><para>
977 The 970 <emphasis>Look Through the
978 <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-intro'>Yocto Project Software Development Kit (SDK) Developer's Guide</ulink> 971 <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Software Development Kit (SDK) Developer's Guide</ulink>:</emphasis>
979 describes how to use both the 972 This manual describes how to use both the
980 <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-using-the-standard-sdk'>standard SDK</ulink> 973 <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-using-the-standard-sdk'>standard SDK</ulink>
981 and the 974 and the
982 <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-extensible'>extensible SDK</ulink>, 975 <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-extensible'>extensible SDK</ulink>,
983 which are used primarily for application development. 976 which are used primarily for application development.
984 This manual also provides an example workflow that uses 977 This manual also provides example workflows
985 the popular <trademark class='trade'>Eclipse</trademark> 978 that use the popular <trademark class='trad'>Eclipse</trademark>
986 development environment. 979 development environment and that use <filename>devtool</filename>.
987 See the 980 See the
988 "<ulink url='&YOCTO_DOCS_SDK_URL;#workflow-using-eclipse'>Workflow using Eclipse™</ulink>" 981 "<ulink url='&YOCTO_DOCS_SDK_URL;#workflow-using-eclipse'>Workflow using Eclipse™</ulink>"
989 section. 982 and
983 "<ulink url='&YOCTO_DOCS_SDK_URL;#using-devtool-in-your-sdk-workflow'>Using <filename>devtool</filename> in your SDK Workflow</ulink>"
984 sections for more information.
990 </para></listitem> 985 </para></listitem>
991 <listitem><para><emphasis>Learn About Board Support Packages (BSPs):</emphasis> 986 <listitem><para>
987 <emphasis>Learn About Board Support Packages (BSPs):</emphasis>
992 If you want to learn about BSPs, see the 988 If you want to learn about BSPs, see the
993 <ulink url='&YOCTO_DOCS_BSP_URL;#bsp'>Yocto Project Board Support Packages (BSP) Developer's Guide</ulink>. 989 <ulink url='&YOCTO_DOCS_BSP_URL;#bsp'>Yocto Project Board Support Packages (BSP) Developer's Guide</ulink>.
990 This manual also provides an example BSP creation workflow.
991 See the
992 <ulink url='&YOCTO_DOCS_BSP_URL;#developing-a-board-support-package-bsp'>"Developing a Board Support Package (BSP)</ulink>"
993 section.
994 </para></listitem> 994 </para></listitem>
995 <listitem><para><emphasis>Learn About Toaster:</emphasis> 995 <listitem><para>
996 <emphasis>Learn About Toaster:</emphasis>
996 Toaster is a web interface to the Yocto Project's 997 Toaster is a web interface to the Yocto Project's
997 OpenEmbedded build system. 998 OpenEmbedded build system.
998 If you are interested in using this type of interface to 999 If you are interested in using this type of interface to
999 create images, see the 1000 create images, see the
1000 <ulink url='&YOCTO_DOCS_TOAST_URL;#toaster-manual-intro'>Toaster User Manual</ulink>. 1001 <ulink url='&YOCTO_DOCS_TOAST_URL;#toaster-manual-intro'>Toaster User Manual</ulink>.
1001 </para></listitem> 1002 </para></listitem>
1002 <listitem><para><emphasis>Have Available the Yocto Project Reference Manual</emphasis> 1003 <listitem><para>
1003 The 1004 <emphasis>Have Available the
1004 <ulink url='&YOCTO_DOCS_REF_URL;#ref-manual-intro'>Yocto Project Reference Manual</ulink>, 1005 <ulink url='&YOCTO_DOCS_REF_URL;'>Yocto Project Reference Manual:</ulink></emphasis>
1005 unlike the rest of the Yocto Project manual set, is 1006 Unlike the rest of the Yocto Project manual set, this manual
1006 comprised of material suited for reference rather than 1007 is comprised of material suited for reference rather than
1007 procedures. 1008 procedures.
1008 You can get 1009 You can get
1009 <ulink url='&YOCTO_DOCS_REF_URL;#usingpoky'>build details</ulink>, 1010 <ulink url='&YOCTO_DOCS_REF_URL;#usingpoky'>build details</ulink>,