summaryrefslogtreecommitdiffstats
path: root/documentation
AgeCommit message (Collapse)Author
2014-01-02ref-manual: Added more detail to BB_GENERATE_MIRROR_TARBALLS variable.Scott Rifenbark
Fixes [YOCTO #5684] Added a clause to note that the tarballs saved to the DL_DIR area include the Git metadata. Reported-by: Laszlo Papp <lpapp@kde.org> (From yocto-docs rev: 76cbb8a149b9fda6879f9dfc6a17dab992325e94) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-02profile-manual: Updated output from build env script.Scott Rifenbark
Fixed [YOCTO #5676] An example of the shell output after running the build env script has changed. Updated it. (From yocto-docs rev: 62dda40a102b959b5c43d6d9fc5986f856ee0071) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-02dev-manual, mega-manual: Updated the recipe creation figure.Scott Rifenbark
(From yocto-docs rev: 87058ae7ff4451bddc53ecfbe5e6d5b11aee11f2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-02dev-manual: Removed left-over notes from "Unpacking Code" section.Scott Rifenbark
(From yocto-docs rev: 0b082a87d4e7d4ee627e1b014269bd1946addcee) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-02dev-manual: Changed "Compiling the Recipe" section to "Compilation"Scott Rifenbark
You really are not compiling the recipe. (From yocto-docs rev: 82ca9176375c34f3c5b6694b0f205794684a2f01) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-02ref-manual: Updated FAQ entry cross-reference.Scott Rifenbark
The FAQ entry for the information on adding a package to your image changed regarding the cross-reference. I updated it to the new anchor tag. (From yocto-docs rev: 6c6b4cced41354412dc8c8d3c99d69f3a7cc8a95) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-02dev-manual: Removed section on excluding a package from the build.Scott Rifenbark
I commented this out based on Paul Eggleton's suggestion that we should not be presenting this information. (From yocto-docs rev: fe2ee21e42134f0ffc9347f8c0336169f8f52aa6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-02dev-manual: Final merging of recipe stuff.Scott Rifenbark
Merged the concepts in the old "Adding a Package to your Software" section into the new "Writing a New Recipe" section. This completes the feedback from Paul, which was extensive for this new section. (From yocto-docs rev: 522673e1aa068b8d089dfefb5b234a48062da3fb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-02dev-manual: Integrated Hello World section into new writing recipe sectionScott Rifenbark
This change merged in the Hello World section as a summarizing example section to the new "Writing a New Recipe" section. (From yocto-docs rev: 79c858e1590e5ab4c56b19dc51b03e0e570b6209) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-02dev-manual: Completed first pass of review feedback.Scott Rifenbark
(From yocto-docs rev: 5c2679b334e2130bd82bee7491d39b6cff56b0a9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-02dev-manual: Completed the "Fetching" and "Configuration" sections.Scott Rifenbark
This involved a first draft and implementation of Paul's review comments. Also worked on the "Configuration" section. (From yocto-docs rev: 0e168dbaf5f4949c4c5f79fe7da406ca91390e22) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-02dev-manual: First complete draft of the "Writing a New Recipe" section.Scott Rifenbark
(From yocto-docs rev: fe5ca883364c1edbbcd13aacfa972ebdfc3122b9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-02dev-manual: Re-wrote the installation part of "Writing a Recipe"Scott Rifenbark
(From yocto-docs rev: 7d99f9346a0747d2d1cb978ea10d1a681e70a98f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-02dev-manual: Updates to "Writing a Recipe" section.Scott Rifenbark
Updated the recipe creation figure. I had to re-order the flow and also generalize the supporting services installation part of the diagram. Fleshed out the "Fecthing" section with SRC_URI examples and much more detail. (From yocto-docs rev: 6a23ab2beb90376c11c426ac8bf5618994585a9d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-02dev-manual: Some review edits to the new writing a recipe section.Scott Rifenbark
(From yocto-docs rev: 06287769f9a1fc0beb1a867ceb22922e35452589) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-02dev-manual: Some development text for fetching sourceScott Rifenbark
I have added some stuff to the section on fetching source in the new "Writing a Recipe" section. (From yocto-docs rev: a4b340d58888927bf648be34402670f8a7d87d8b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-02dev-manual: Put into place a rough draft of the "Writing Recipe" sectionScott Rifenbark
This draft has the structure with text from Paul's email. It needs further work. (From yocto-docs rev: 08025edc34995f7436786e9ed3abdfa155db47af) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-02dev-manual, mega-manual, Makefile: Added new recipe creation flow figure.Scott Rifenbark
(From yocto-docs rev: c031c014bae6d6e4a239a4bcd1e8b9d5d272f851) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Created a new figure for the flow. This involved putting the figure into the "Figures" directory of both the dev-manual and the mega-manual and then updating Makefile to include the figure in the TARBALL variable. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-02ref-manual: Edits to LICENSE variable. Added SPDXLICENSEMAP variable.Scott Rifenbark
(From yocto-docs rev: 3aab65aad94bfcbf024c26a7da3c11a550f7f9b1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-02ref-manual: Fixed typo in ICECC_DISABLED.Scott Rifenbark
(From yocto-docs rev: 6fb71e703c382dad8fded6bf4d852cc890e19142) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-02ref-manual: Edits to the icecc class.Scott Rifenbark
Added some more information around the use of the ICECC_DISABLED variable. Information from Martin. Reported-by: Martin Jansa <martin.jansa@gmail.com> (From yocto-docs rev: 25990dbe66690991babda602ef40df948b70b038) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-02ref-manual: Added new ICECC_DISABLED variable description.Scott Rifenbark
(From yocto-docs rev: e1373a3824c0bc3a503451fb42087920f9607177) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-02ref-manual: Updated the FAQ entry for how to use an external toolchain.Scott Rifenbark
We no longer have the external-sourcery.bb recipe. Had to rewrite this around it. (From yocto-docs rev: 4b0e3860216092461862d29b3a53a834f8dd43b2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-02ref-manual: Updated the TCMODE variable description.Scott Rifenbark
(From yocto-docs rev: 96fa2af5161307c839e61d835937812da22f8158) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-13ref-manual: Fixed the reference to the script for icecc class.Scott Rifenbark
(From yocto-docs rev: 0f3f134fe8292d6b1e6665c80d9e13a80c6c8326) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-13ref-manual: Reverted a patch that had added sdk-pmsDavid Nystrom
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-13ref-manual: Added module and module-base classes.Scott Rifenbark
(From yocto-docs rev: d815e0fd2f49c5269432427f08b88657c4e50104) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-11ref-manual: Removed "work" from the SDK_DEPLOY directory.Scott Rifenbark
The directory is not a temporary thing. (From yocto-docs rev: 4a10a64866e9e769a2113f95943d69cb79543d6e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-11ref-manual: Edit to SDK_DEPLOY removing "temporary" from directory.Scott Rifenbark
(From yocto-docs rev: 026e1ea4b4a158e557c6d00914799e372b741a6f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-11ref-manual: Edits to gnomebase class.Scott Rifenbark
Review comments from Ross. (From yocto-docs rev: 66b96ff713548710716a61f9da4a53b1cf37d78c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-11ref-manual: Edits to setuptools class.Scott Rifenbark
Review edits from Paul. (From yocto-docs rev: b60ea90236a614eb4ab3a1604383ae7161e0e8e5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-11ref-manual: Minor edits to rootfs* class.Scott Rifenbark
Review comments from Paul. (From yocto-docs rev: f931a4c6cea86a3dbbf27204731857a384ad0ea1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-11ref-manual: Edits to GTKIMMODULES_PACKAGES variable.Scott Rifenbark
Used a better word to describe the argument list. (From yocto-docs rev: e31852ee32b2f5166cc766a2cdfe07616dd259db) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-11ref-manual: Added new SDK_DEPLOY variable description.Scott Rifenbark
(From yocto-docs rev: 402cc7750d4d826a0fe91e3465770cbc27bcceca) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-11ref-manual: Added more info to distrodata class.Scott Rifenbark
Saul Wold provided me with more detail on this class, which I added. (From yocto-docs rev: eee81ed69fc6ba766926f8514e88df4ba4640cec) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-11ref-manual: Added more info to gnomebase class.Scott Rifenbark
Ross Burton provided an expanded explanation. (From yocto-docs rev: 313899b280d7879ee86c9317021388a3cd080662) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-11ref-manual: Fixed some broken cross-references.Scott Rifenbark
Three broken cross-references to the "qmake_base" class existed in the variables chapter. The actual class "qmake_base" is listed as part of the "qmake*" class so there is no tag taking a user to the exact "qmake_base" class. Changed the tag to "ref-classes-qmake*". (From yocto-docs rev: c13e441e9bbe3a451a59e5123b772426d36183ae) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-11ref-manual: Fixed double word error in EXTRA_QMAKEVARS_PRE variable.Scott Rifenbark
(From yocto-docs rev: 0c3242229d86ddfe9b3d542a6a7dc14c16b41445) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-11ref-manual: Fixed double word in EXTRA_QMAKEVARS_POST variable.Scott Rifenbark
(From yocto-docs rev: 48c3aa2fab225a7bb89b42f90697ab497217dfd4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-11ref-manual: Edits to QMAKE_PROFILES variable.Scott Rifenbark
(From yocto-docs rev: 6038f2f2e9abc984206f646ebbe8b6d9c42cf704) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-11ref-manual: Fixed typo in PACKAGE_CLASSES variable.Scott Rifenbark
(From yocto-docs rev: 075cfd6aed56a04c7fb79a64dfb864351ee665f9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-11ref-manual: Edits to the IMAGE_PKGTYPE variable.Scott Rifenbark
Added a note at the bottom clearly stating TAR files are never used as a substitute for RPM, DEB, or IPK files when generating your image or SDK. (From yocto-docs rev: 8d45ac58926de4fb01156eccd53cfa0f3eca4d9d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-11ref-manual: Edits to PIXBUF_PACKAGES variable.Scott Rifenbark
(From yocto-docs rev: 3d1b77df18d17bdd91890813055801531407e216) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-11ref-manual: Edits to the icecc class.Scott Rifenbark
The text used "packages" rather than "recipes." This is a tragic result of historical naming mistakes early in the project. (From yocto-docs rev: 0492b458f249f0c4cec6fa3cdd73ab7ca1f1506e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-11ref-manual: Edits to GTKIMMODULES_PACKAGES variable.Scott Rifenbark
(From yocto-docs rev: 1c8f431eb340e5cb992fa928d21b6a532a9404f3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-11ref-manual: Edits to FONT_PACKAGES variable.Scott Rifenbark
(From yocto-docs rev: 853d222ddb1e802c25f6747b28bff24c610bb4df) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-11ref-manual: Edits to the terminal class.Scott Rifenbark
(From yocto-docs rev: 73aeb95760845dc9d09277828ec66caa7e13ca8b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-11ref-manual: Edits to the systemd class.Scott Rifenbark
Removed the formatting of the second instance of the term "systemd". (From yocto-docs rev: 46696db9869318d8df026a2761d6d8c70e7b3b55) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-11ref-manual: Edits to the setuptools class.Scott Rifenbark
Some minor re-wordings here. (From yocto-docs rev: 4f60a44520263e3ef3c885a27fcaba1ef8b63609) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-11ref-manual: Edits to the rootfs* class.Scott Rifenbark
I removed the rootfs_deb, rootfs_ipk, and rootfs_rpm classes altoghther and opted to briefly describe their purposes in the rootfs* class section. I also am not linking to the IMAGE_FSTYPES variable but am rather linking over to the PACKAGE_CLASSES variable. (From yocto-docs rev: 5e92a1d4f489d5b48f5dbaac7c75ab1a1014e220) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>