aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual/adt-eclipse.xml
AgeCommit message (Collapse)Author
2012-04-23documentation: Replacements for "1.1" and "edison", etc.Scott Rifenbark
I did a quick and dirty scrub over the manuals for the strings "1.1" and "edison". I found some instances that were not properly variablized. Also, discovered some references to the linux-yocto-3.0-1.1.x. All but one instance of this needed changed to linux-yocto-3.2. (From yocto-docs rev: 620fb4b7626defcefc8a039de09ae4599ee7f454) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-26documentation/adt-manual/adt-eclipse.xml: Added new commander sectionScott Rifenbark
Hongna Xu realized that the whole Bitbake Commander part is missing in the ADT manual. This should be Section 4.8. She sent the info and I created a new section titled "Customizing and Image Using a BitBake Commander Project and Hob". Reported-by: Hongna Xu <hongnax.xu@intel.com> (From yocto-docs rev: eb207806dbd2f73089068ef9e3fa447aa8a38404) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-26documentation/adt-manual: Edits to fix ADT manual for 1.2 per bug 2025Scott Rifenbark
Addressed all issues specified by [YOCTO #2025] except for the very first one that says bring the versions up to 1.2. This will be accomplished by the poky.ent bump at release time. Fixes [YOCTO #2025] (From yocto-docs rev: 926e5635d8cd74fff7e00002108ce8c039252203) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/adt-manual: Converted manual to use the poky.ent fileScott Rifenbark
Conversion of hard links to use the variables set up in the file documentation/poky.ent. (From yocto-docs rev: edbacc1b57f02c31ff6eaee666245be83fb17543) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/adt-manual/adt-eclipse.xml: Fixed yoctotools referenceScott Rifenbark
The menu for the YoctoTools in Eclipse moved from underneath "Windows" to the top level. I fixed the reference to reflect that change in the GUI. (From yocto-docs rev: 10142812f55bce849b31c38337b0a731d71d2ba0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/adt-manual/adt-eclipse.xml: Fixed menu referenceScott Rifenbark
I changed the wording in an example to use "menu" instead of the incorrect "navigator pane". (From yocto-docs rev: 751ac717d17356a77cd3967f9214be74a7bad910) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/adt-manual/adt-eclipse.xml: Added more info for example.Scott Rifenbark
I added a bit more information to the third step of the example that reconfigures a project. (From yocto-docs rev: e21ebe5b665b50705fa863436e83af6cbd00eb5d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/adt-manual/adt-eclipse.xml: Removed redundant linkScott Rifenbark
I removed a redundant link to the QS manual. (From yocto-docs rev: 44ab96f9eaad8e57de760e2612e1a92bfe2ea898) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08documentation/adt-manual/adt-eclipse.xml: Updates to plug-in installScott Rifenbark
I worked through these methods and discovered a bit more on how they actually work and when the user would use a given method. The updates reflect this new knowledge. (From yocto-docs rev: aa588a2bd2c28cc42db3a539ca5aba7233612de7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-25documentation: Changed all manual links to point to "latest"Scott Rifenbark
There are many references to YP documentation throughout the YP manual set. They used to have hard-coded links to the current release (e.g. yoctoproject.org/docs/1.1 for Edison). This created a situation where if you went to a document on the website and clicked on a external reference to another manual, you would redirect to the current manual on the website. Really, you would want to go to the latest manual, which is one that is under development. Changing the links to "yoctoproject.org/docs/latest" makes the tip of master, which is used for devloping the next release, always have references to the manuals being developed and not back to the stable released set of manuals. This "latest" and "current" scheme for the links is not perfect. What has to happen when the latest set of the manuals freezes and becomes the next stable release, all the links in the docs will need to be changed from "latest" in the URL to the new release number. So for example, all the "latest" occurences would need to be changed to "1.2". Then for the next cycle as development begins again, the links need to be infused with "latest" again. (From yocto-docs rev: a234aef34303b07671da956de0e94b352797143e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-14documentation/adt-manual/adt-eclipse.xml: Added missing section for plug-inScott Rifenbark
Discovered a missing section for installation of the Eclipse Yocto Plug-in. This information is critical to the release. Jessica discovered the problem. New section added that describes how to install the plug-in as a standard "New Software" installation from within the Eclipse IDE. (From yocto-docs rev: d4976ec56d39813a72519387897023f65a5884f6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-14documentation/adt-manual/adt-eclipse.xml: fixed indigo typosScott Rifenbark
(From yocto-docs rev: cd2fe81bf9fe9fe4cc463861b62278654e7fff78) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-04documentation/adt-manual: changes for Jessica's review.Scott Rifenbark
I made several changes based on feedback from Jessica Zhang. 1. Removed "SDKVERSION" as a way of identifying the directory in which a toolchain tarball is installed. I replaced with "1.1" 2. Cleaned up the bitbake command verbage to consistently use 'bitbake' command. 3. Cleaned up an erroneous reference to the toolchain environment setup scripts. I was referring the user to the oe-init-build-env area. 4. Changed wording to indicate that the toolchain tarball is generated after running bitbake rather than installing the toolchain. 5. Replaced the gmae tarball file used in an example to be the regular taball. (From yocto-docs rev: f7c3e4f4a666121a29825099d451eab1accb0616) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-04documentation/adt-manual/adt-eclipse.xml: edits to zip sectionScott Rifenbark
No need to use the long command to restart Eclipse. It will have been restarted as part of the procedure. I updated the last paragraph to simply point the user off to the next section. (From yocto-docs rev: bca280e74f81a0401c520c8a59e9e07e16f28b8b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-04documentation/adt-manual/adt-eclipse.xml: updates to zip method of plugin ↵Scott Rifenbark
install. These changes are for installing the YP Eclipse plug-in using a built out ZIP file. (From yocto-docs rev: ea50f63d448b4ff6026a9334440058511782461d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-04documentation/adt-manual/adt-eclipse.xml: edits to the config stepsScott Rifenbark
I made some slight edits to configuring the Eclipse IDE and the procedure to install the plug-in from the zip file. This is not complete yet. (From yocto-docs rev: 96de3d21946d64e6b877f067912da8677c3d373a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-04documentation/adt-manual/adt-eclipse.xml: Added zip method for plug-in installScott Rifenbark
I added a new subsection to the section that talks about how to install the YP eclipse plug-in. According the Jessica, we should document this method for installing the plug-in. (From yocto-docs rev: dea5b1dacc16c08d61356e95bece2aec581dd16d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-25documentation/adt-manual/adt-eclipse.xml: various minor clean ups.Scott Rifenbark
(From yocto-docs rev: 6caabfaed1ec440511727e163b9c3bb7afe966ae) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-25documentation/adt-manual/adt-eclipse.xml: Fixed the section formatting.Scott Rifenbark
I made changes to the section titles so they have quotes around them for easier reading in the PDF manual. (From yocto-docs rev: 5bea470682c3d834f30ab0d2fcba148ea33d653f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-25documentation/adt-manual/adt-eclipse.xml: writer note and re-wordingScott Rifenbark
I added a development writer note and I noted that running a project as an eclipse application pops a new instance of Eclipse. (From yocto-docs rev: 6408ff7f4d59a0e535e560c7c0c63a3f373c640b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-25documentation/adt-manual/adt-eclipse.xml: minor editsScott Rifenbark
fixed some section naming conventions and minor wordings. (From yocto-docs rev: 768d386c135c57ed3573e08bac72cad47fa101ce) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-13documentation/adt-manual/adt-eclipse.xml: Fixed ifconfig command.Scott Rifenbark
(From yocto-docs rev: 01bae397bd62e01080748970c47dfaa441a405b0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-13documentation/adt-manual: Rewrite for Indigo version of Eclipse.Scott Rifenbark
These edits are extensive and cross into two files: adt-prepare.xml and adt-eclipse.xml. This is the first pass of a large re-write to bring the examples up-to-date using the preferred version of the Eclipse IDE (Indego 3.7). Much has changed. (From yocto-docs rev: 57c1f905c6d66268a498e013193d003596f2303d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-02YOCTO #1419: General edits and fix for oprofile-server rev requirements.Scott Rifenbark
I performed general edits to this chapter as well as addressed the two items for the YOCTO #1419, which was re-opened. These included specifying oprofile version 0.9.4 required and the note that oprofile-server is only installed by default in the core-image-sato-sdk image. (From yocto-docs rev: fdca6458d9cd431052126d31f6eb4396c3327982) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-30YOCTO #1419: documentation/adt-manual/adt-eclipse.xml - re-wordScott Rifenbark
YOCTO #1419: I have re-worded the informational bullet on the OProfile tool to indicate that you must have version 0.9.4 or greater of the oprofile-viewer in order to have usable data on the host. (From yocto-docs rev: 44fabbf8015b9bb624a5d70336a4440bd73c2c34) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-23documentation/adt-manual/adt-eclipse.xml: Fixed double dash display.Scott Rifenbark
In the PDF version of the manual the "&dash;&dash;" docbook statement does not disply correctly. I changed them to "--". (From yocto-docs rev: 8aea27a6de1ca2d5dffc84cfb7a26d29c3eb0e8d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-20documentation/adt-manual/adt-eclipse.xml: general edits and formatting.Scott Rifenbark
(From yocto-docs rev: 31e2643b0c4205b8db0fb7a8082b5f7083a00745) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-24documentation/adt-manual/adt-eclipse.xml: General minor edits (From ↵Scott Rifenbark
yocto-docs rev: c79d17e29d5690a8df9943836286232cd3aa8893) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-24documentation/adt-manual/adt-eclipse.xml: misc wordings changed (From ↵Scott Rifenbark
yocto-docs rev: c83d92d99bc1104169a06623c787b07a9d199039) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-24documentation/adt-manual/adt-eclipse.xml: Updated new modes for treeScott Rifenbark
The "Poky Tree Mode" has been replaced with "Build System Derived Toolchain". SDK Root Mode has been replaced with Stand-alone Prebuilt Toolchain. (From yocto-docs rev: 453f7c030e6d7625d382563e2f2ec569f76e95eb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-24documentation/adt-manual/adt-eclipse.xml: Updates to choosing target options ↵Scott Rifenbark
(From yocto-docs rev: b8f314fb3dc638c85bc9f860fb591ee3a8dad614) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-24documentation/adt-manual/adt-eclipse.xml: Updated configuring sysrootScott Rifenbark
Used clearer wording. (From yocto-docs rev: faa35ea8cdb1747ba2b6b7717d1881830bed175b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-24documentation/adt-manual/adt-eclipse.xml: Edits to SDK and Poky tree modesScott Rifenbark
Updated wording to reflect proper use of build tree terminology. (From yocto-docs rev: 82b47279b55b6d15bf260e0903505fe578c985c9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-24documentation/adt-manual/adt-eclipse.xml: changed CDT 7.0 to 8.0 for Indigo ↵Scott Rifenbark
(From yocto-docs rev: 14173522e5d6d219c336d6dafafcb7d1c734c584) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-24documentation/adt-manual/adt-eclipse.xml: recommending Indigo Eclipse (From ↵Scott Rifenbark
yocto-docs rev: 0f052154a4c7456bf10a7151bd3d4e70f51be1b3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-24documentation/adt-manual/adt-eclipse.xml: Wording ChangeScott Rifenbark
changed the wording for installing required Eclipse Plug-ins. It was confusing. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-18documentation/adt-manual/adt-eclipse.xml: Fixed URL with pokylinux.orgScott Rifenbark
Substituted 'pokylinux.org' with 'yoctoproject.org' in an URL to locate the OProfile viewer and server. (From OE-Core rev: 6e2553b07be5f06a68f0967775111d7598d9404f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-18documentation/adt-manual/adt-eclipse.xml: Fixed link to autotools.Scott Rifenbark
The link to autotools was incorrect. It had 'www' in the URL when it should not have. it is now 'http://download.eclipse.org/technology/linuxtools/update/' (From OE-Core rev: 56965da0631d4619282b5548fc19118429183507) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-06documentation/adt-manual/adt-eclipse.xml: Updated repo URL for Eclipse Plug-inScott Rifenbark
Updated the URL that points to the Yocto Eclipse Plug-in to http://www.yoctoproject.org/downloads/eclipse-plugin/1.0. (From OE-Core rev: 6657ee7563efecdaa091ef614c5c1e20a2a4665e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-17documentation/adt-manual/adt-eclipse.xml: Re-inserted Autotools plug-in ↵Scott Rifenbark
requirement. Jessica flip-flopped on the need for the Autotools plug-in that was removed from the manual. I have re-inserted the instructions for adding this plug-in in as part of the Eclipse set up. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-16documentation/adt-manual/adt-eclipse.xml: Specified qemu options outside of ↵Scott Rifenbark
brackets. Section 4.1.3.4 discusses custom options for when you want to run a QEMU image. Jessica felt that we needed to stress the fact that the options "serial", "nographic", and "kvm" must all appear outside of the angled brackets. (From OE-Core rev: 845770e12b6ed51db3179f42de6b8deacdff5093) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-16documentation/adt-manual/adt-eclipse.xml: Removed Autotools plug-in requirementScott Rifenbark
Section 4.1.2 lists plug-ins that need to be installed prior to installing the Yocto Plug-in for Eclipse. I removed the Autotools plug-in requirement per Jessica Zhang's instructions. (From OE-Core rev: 94e3971c95e0549a0857f07e1a38d7b7628f0022) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-16documentation/adt-manual/adt-eclipse.xml: Initial draft for Eclipse chapter.Scott Rifenbark
This is the initial draft of the Eclipse chapter. (From OE-Core rev: 44512573d62fa5e209bf227d6811f9a94ec42372) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-16documentation/adt-manual: cleaned up labels in chapter filesScott Rifenbark
The initial chapters were failing to make due to duplicate section identifiers that were created when I copied in the original files. I gave each of the five chapter files (adt-command.xml, adt-eclipse.xml, adt-intro.xml, adt-package.xml, and adt-prepare.xml) unique identifier tags. (From OE-Core rev: d30460c835c51dcc9301bcd848ceda29ba9ceeb6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-16documentation/adt-manual: New file structure for ADT ManualScott Rifenbark
I have added a new directory to documentation named adt-manual. This directory holds a Figures folder, and the 9 files needed for the ADT manual. The book consists of five chapters: adt-intro, adt-prepare, adt-package, adt-eclipse, and adt-command. There is also a adt-manual.xml file called by the Makefile. There is also a style.css file. And finally, a adt-manual-customization.xsl file to control numbering. (From OE-Core rev: ac2c8848bbefcf7d24192573904baaef87c67382) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>