aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-03-25quilt: run ptest as normal userdengke/quilt-ptest-fail-fixedDengke Du
When the user is root, run quilt ptest, the faildiff.test failed. Because in the faildiff.test, we drop the read permission of the file test.txt, we can't "quilt refresh" as normal user, so we got the following: >~ .*diff:test\.txt: Permission denied > Diff failed on file 'test.txt', aborting But when the user is root, we can access the file, so we got the following: > Nothing in patch patchs/test.diff So the faildiff.test was failed. We should create a normal user to run the ptest in the run-ptest scripts to slove the problem. Signed-off-by: Dengke Du <dengke.du@windriver.com>
2016-03-24bitbake: bitbake: xmlrpc: set single use mode differentlyEd Bartosh
Currently xmlrpc server implicitly sets itself into single use mode when bitbake server is started with anonymous port (0) or no port is provided in command line. In this mode bitbake shuts down xmlrpc server after build is done. This assumption is incorrect in some cases. For example Toaster uses bitbake in this mode and expects xmlrpc server to stay in memory. Till recent changes single use mode was always unset due to the bug. When the bug was fixed it broke toaster builds as Toaster couldn't communicate with bitbake server in single use mode. Reimplemented logic of setting single use mode. The mode is explicity set when --server-only command line parameter is not provided to bitbake. It doesn't depend on the port number anymore. [YOCTO #9275] [YOCTO #9240] [YOCTO #9252] (Bitbake rev: afc0dd5c532684f6201b1e12bbf4c226ea19062d) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Elliot Smith <elliot.smith@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23sdk-manual: Added note for running remote apps with SSH port forw enabled.Scott Rifenbark
I added the following note in the section that deals with running Eclipse with a remote application. Fixes [YOCTO #9276] Currently, Eclipse does not support SSH port forwarding. Consequently, if you need to run or debug a remote application using the host display, you must create a tunneling connection from outside Eclipse and keep that connection alive during your work. For example, in a new terminal, run the following: ssh -XY user_name@remote_host_ip After running the command, add the command to be executed in Eclipse's run configuration before the application as follows: export DISPLAY=:10.0 (From yocto-docs rev: 7bf2875ff1653a8e50fa8e2bba540b2eb2512d2d) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23poky.ent: Added code name for 2.1 release to the variableScott Rifenbark
Krogoth (From yocto-docs rev: 619c704632e9316d4953fbccab0416460cdc9a00) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23sdk-manual: Applied more review edits to the manual per Eggleton.Scott Rifenbark
(From yocto-docs rev: 8987852ad23e8a4694be55425e2c76bcd4301850) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23ref-manual: Created distrodata and checkpkg tasks, updated distrodata classScott Rifenbark
Fixes [YOCTO #7894] I created two new task reference sections: distrodata and checkpkg. Also, updated the distrodata class description to reflect the presence of these new tasks. (From yocto-docs rev: 3896cbf640d296dafb5eda37f89bba31a47ca8a5) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23sdk-manual: Applied 2nd round of review edits.Scott Rifenbark
(From yocto-docs rev: 046b8ed69e0c6403f455e2ec8a0ccc30aea894de) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23sdk-manual: Applied review edits to the manual.Scott Rifenbark
(From yocto-docs rev: be853fb74b28bcf1b27b3b7a8e83012928d4e53a) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23sdk-manual: Updated the SDK devtool modify flow diagram.Scott Rifenbark
(From yocto-docs rev: 0fa48508dc6da53f4611d41fee9aa946de6cf07b) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23dev-manual: Fixed a grammar errorScott Rifenbark
(From yocto-docs rev: 7b81f29a641cad4f10c3c721c0d40ce11d928648) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23sdk-manual, mega-manual: Updated the SDK devtool modify diagramScott Rifenbark
Removed the bitbake option and the TMPDIR terminology. (From yocto-docs rev: c543e00eeb9e9a8074dfb195c971c37c095ecbdd) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23dev-manual, profile-manual, ref-manual: Updates to remove meta-toolchainScott Rifenbark
The term "meta-toolchain" is legacy now. I went through and removed its use except for where it appears still as output from the oe-init-build-env script. (From yocto-docs rev: 1cc134060459278997d57f1293f54091c5404d85) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23sdk-manual: Edits to add extensible SDK configuration sections.Scott Rifenbark
(From yocto-docs rev: 378bbceb8ea06c225c4758807e25a35521faa3a9) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23ref-manual, sdk-manual: Changed section heading.Scott Rifenbark
Changed the heading for "Optionally Building a Toolchain Installer" to "Building an SDK Installer". This changes the heading and many references to that heading. (From yocto-docs rev: 97d8cd34d0dd0993b1b1135bb75f2212bb46878a) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23ref-manual: Added some SDK manual support to introductionScott Rifenbark
(From yocto-docs rev: 6021a1024b51ab65659e132870eb75d1bf53aedb) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23profile-manual: Updated screen output for oe-init-build-envScott Rifenbark
(From yocto-docs rev: 36029fbcb03487ece65c7c43d9bf1bf20b4fc308) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23kernel-dev: Changed a link from an example to in-text.Scott Rifenbark
Better placement of this link. It did not need to be in the <literallayout> example. (From yocto-docs rev: 53c33ea4cc929e016812f0d3aac0d302758dc0f8) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23dev-manual: Edits from a 2.1 read-through.Scott Rifenbark
* Removed some eMenlow stuff * Cleaned up the description of the BSP structures we have now. * Various links fixed into the SDK manual. * Other minor fixes. (From yocto-docs rev: 5e45005d7ff2254df2754a5ea2d7efd7f1c19a42) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23poky.ent: Fixed a typo in one of the variables "ftar" to "tar"Scott Rifenbark
(From yocto-docs rev: 8ecef805bdb3493052f4d1f951e157f488d83c4d) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23poky.ent, bsp-guide: Removed eMenlow example and updated 2.1 variablesScott Rifenbark
Probably should have committed these separately but.... * Updated the BSP guide to use an example that we support. I removed the eMenlow stuff completely. * Fixed poky.ent so the 15.0.0 stuff is used for the variables. This supports the 2.1 release. (From yocto-docs rev: 598b261725235b6f160561db22bd9f31ec721066) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23yocto-project-qs: Performed a read-through edit.Scott Rifenbark
* Fixed some wordings * Fixed some links for consistency (From yocto-docs rev: 9737ba3a572140bec892ffb555241a2259bd517a) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23poky.ent: Updated copyright year and version variables.Scott Rifenbark
Set year to 2016 and fixed some variables. (From yocto-docs rev: d1e15dac45cb689c59d9301af776101336e07bf2) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23mega-manual: Added two new sections for the sdk manualScott Rifenbark
(From yocto-docs rev: 89bf843f13563288d556edf13fde8f6ad3c32868) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23sdk-manual: Added some intro stuff about the SDKScott Rifenbark
(From yocto-docs rev: 6b829c70349f42d902395a586c84fa21b53227e8) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23ref-manual: Resolving a conflictScott Rifenbark
(From yocto-docs rev: b364516928d04da38ef3188f07f190ffac64762b) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23sdk-manual, mega-manual: Added new figure for Eclipse flow.Scott Rifenbark
(From yocto-docs rev: 27150d4ed7dded90d726d91d92e4f905d365c3ba) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23sdk-manual: WIP on the book.Scott Rifenbark
(From yocto-docs rev: 140577dd1f91c096152354e711709efe64bbcd0e) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23sdk-manual, mega-manual, Makefile: Added new figuresScott Rifenbark
Added a devtool add and devtool modify flow digram. Updated the Makefile to support those figures in the tarball creation. (From yocto-docs rev: b40692065262dee0209329886b6e3a743c32b1bd) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23Makefile: Resolving a conflictScott Rifenbark
(From yocto-docs rev: 221b8eeee23841395b6323da0893156346dead6f) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23sdk-manual: Added a new figure for installed extensible sdk directory.Scott Rifenbark
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23sdk-manual: Applied some "red" text formatting to indicate notesScott Rifenbark
I am using "red" text to indicate sections of the manual that are my development notes. (From yocto-docs rev: 95b432d852ac3248874a2a958d4a80e59187f062) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23Makefile: Added the ".png" part to a figure I forgot.Scott Rifenbark
I left off the file extension when I added a new figure to the SDK manual. This caused the tarball to fail. (From yocto-docs rev: f1984b00b44ad7f1890adecdb7e2f6dd4af5b96c) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23sdk-manual: Added a red-text "role" to the style sheet.Scott Rifenbark
This allows you to use the following to make a paragraph display using red-colored text: <para role='writernotes'>Here is the sentence.</para> What this allows is to create areas in the manual that are easily identified as questions to the reviewers. (From yocto-docs rev: 007ea508a36f453c66970666490a82885a8749e1) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23sdk-manual: Added new section detailing installed SDK directory.Scott Rifenbark
Added text and a new figure to show the resulting directory structure from running the SDK installation .sh script. (From yocto-docs rev: 3c5aec4a0088262e60ee6becb5e34552feeb6151) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23sdk-manual-customization: Fixed XSL Appendix numbering parameterScott Rifenbark
The xslproc needs special handling of the statement that applies the numbering for appendices. I updated the line to use that format so when making the file you do not get a billion unrecognized parameter errors. (From yocto-docs rev: a2787b7a6d045196c0d524e11531ca3aca41b9c2) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23Makefile: Updated the figure list for the mega-manual.Scott Rifenbark
Including three figs for Toaster manual. (From yocto-docs rev: c41f9859b6cfc4e34b8e0d0e812fad0b8dd44540) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23sdk-manual: WIP - Various small edits as WIPScott Rifenbark
(From yocto-docs rev: 53c16de81028d5564a75b4787203d6862258f68e) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23sdk-manual: New content for outline purposes.Scott Rifenbark
(From yocto-docs rev: bbea46ebb922de6e102e711bb6e63ed8479a6893) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23sdk-manual: Updated with two new appendices for new files.Scott Rifenbark
(From yocto-docs rev: 569f5853fa04d14d73a1e30dadceae62782e4127) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23sdk-manual: Added sdk-environment.png diagram.Scott Rifenbark
(From yocto-docs rev: 0f1c4a4714af348483d71e39a31877cb37722fae) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23sdk-manual: Added two appendix files to SDK Manual.Scott Rifenbark
(From yocto-docs rev: ce926aeeb6e5594de53f606910a932b3a54ee5f0) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23Makefile: Added sdk-environment.png to figure list for SDK ManualScott Rifenbark
(From yocto-docs rev: 5576b989539c9fee989a1c75d142d89c62c4da76) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23toaster-manual: Edits to a previous patch.Scott Rifenbark
I applied some grammar and writing edits to a large patch of new text. (From yocto-docs rev: 67cd700131e7cbca5769f25328772406f860d519) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23mega-manual, Makefile: Added support for three new toaster figures.Scott Rifenbark
These figures were added through a patch and needed to also be local to the figures directory in the mega-manual. Also, the Makefile must list the figures for the TAR file. (From yocto-docs rev: 6904899f2df8c531f1d6f7c61482d737b9e93971) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23toaster-manual: Explain the local releaseBelen
The fact that the Local Yocto Project release does not provide any compatible layers confuses people. Add a section about the local release to explain what it does. [YOCTO #9229] (From yocto-docs rev: cc7ebcd5a66ff3041a7fdd17e697dfb60b08cadd) Signed-off-by: Belen <belen@icarus.isw.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23documentation: remove all references to HobBelen Barros Pena
Hob and the packageinfo class have now been removed from the code base. This patch removes all references to: * Hob * meta-hob * packageinfo and * BBLAYERS_NON_REMOVABLE from the documentation. So long, Hob, and thanks for all the fish. (From yocto-docs rev: 6a1ba2761d5c2ec1072616ce3d791787f1b1b2a7) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23ref-manual: Updated COREBASE_FILES variable.Scott Rifenbark
Applied review comments. Fixed some wording. (From yocto-docs rev: 0d1ccaf3dadf890498b3f2b090ece276a537b43c) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23bitbake: bitbake-user-manual: include/require checks current directoryScott Rifenbark
I added wording to note that include/require checks the current directory in addition to BBPATH Fixes [YOCTO #8566] (Bitbake rev: bdad45ebe551912b055ffa349d254ae5947a3ba6) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23bitbake: bitbake-user-manual: Updated the "inherit Directive" section.Scott Rifenbark
Fixes [YOCTO #9283] Updated the description to document conditional inherits. Provided several examples. (Bitbake rev: 07f97f4d913cf1c8233995152105fff6c6c7b9a0) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23bitbake: bitbake-user-manual: Updated the copyright year to 2016Scott Rifenbark
(Bitbake rev: ea6d31a569d18b07cfc977d994a320a588c4f9c2) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>