summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-04-23ref-manual: Added new section to the 1.6 migration section plus some 1.5 edits.yocto-1.6daisy-11.0.0Scott Rifenbark
Added a new section on "Matching Branch Requirement for Git Fetching" into the BitBake section. Plus, made some minor corrections to some of the 1.5 sections. (From yocto-docs rev: 326a8009ca0bef0a4686510bb521010d8f58ac81) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-22build-appliance-image: Update to head revisionRichard Purdie
(From OE-Core rev: 82bd5fc58229df73d7aca93f41b13392f9fdc3dc) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-22distro_alias.inc: update/sort alias information.Beth Flanagan
Added new package data and resorted per http://article.gmane.org/gmane.linux.embedded.poky/9253 Removed -native packages as distrodata handles them in OVERRIDES. However, meta packages and grub-efi are special and needs some handling within distrodata. I have a patch for this but for the release I'm leaving them within distro-alias. (From meta-yocto rev: 6b1685c90b4def4a4b4ca862b7e915a953782b6e) Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-22ref-manual: Pulled the item for forked packages out.Scott Rifenbark
Fixes [YOCTO #4958] I pulled the change I put in to warn users about forked packages based on further review from Paul Eggleton. This pretty much means the bug is back to square one. (From yocto-docs rev: fec630e4d1c464865d85e824ec684ef3cee55b42) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-21bitbake: bitbake-user-manual-hello.xml: Edits to the "Hello World" Appendix.Scott Rifenbark
Fixes [YOCTO #1973] These are review changes applied from Paul Eggleton. (Bitbake rev: fe083b674b20b254877a6d8249b11c9a7373866e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-21bitbake: bitbake-user-manual-hello.xml: First draft of "Hello World" appendixScott Rifenbark
Fixes [YOCTO #1973] Added the complete "Hello World" appendix first draft beyond what Bill Traynor had supplied. (Bitbake rev: 3a618a0c8efd04d24a3569c32431ac2732fb4876) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-21bitbake: bitbake-user-manual-hello.xml: Edits to environment for hello world.Scott Rifenbark
Some general edits to the sections that get you set up to run the "Hello World" example. (Bitbake rev: dc3ef99ddbbdd1ab0d1675b350a25ca970286248) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-21bitbake: bitbake-user-manual-metadata.xml: Added section on pathname syntaxScott Rifenbark
Added a brief subsection to the "Basic Syntax" section that describes the issue using the tilde character (~) when providing a pathname as part of a statement. BitBake does not expand this character like the shell does. We recommend to not use it in pathnames. (Bitbake rev: a98ee7b67127a18bb8a81b1e7840c386134812c6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-21bitbake: bitbake-user-manual-ref-variables.xml: Edits to the BBPATH variable.Scott Rifenbark
I took the stuff about running bitbake outside the build directory and removed the note syntax. (Bitbake rev: 0fa37e4ba864620972854e8405ed68bb8e8b1560) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-21bitbake: bitbake-user-manual-ref-variables.xml: Fixed BBPATH exampleScott Rifenbark
The example used in the note in the BBPATH variable description had incorrect syntax. Spaces existed in the BBPATH = statement. I have removed them. (Bitbake rev: 67f5f536b022293ad3f5c5f176e33b7896bde89f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-21bitbake: user-manual-hello.xml: General editsScott Rifenbark
I worked through the chapter and made some minor edits based on my user experience. Part of what I did was to update the console output for the examples. (Bitbake rev: 1b5b714d72676adad0469d7c0713e87e3b10e5e6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-21bitbake: bitbake-user-manual-hello.xml: Fixed two broken links.Scott Rifenbark
(Bitbake rev: 5e9b8a1434eeab6b9750491242552240f836d90c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-21bitbake: bitbake-user-manual-metadata.xml: New section on anonymous Python ↵Scott Rifenbark
functions Per Paul Eggleton's suggestion, I added a new section on anonymous Python functions into the "Functions" section. I also updated the intro text to account for the added type of functions. (Bitbake rev: ea0c6d0a47b4b8e399554fbf719e563cc63e2775) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-21bitbake: bitbake-user-manual-metadata.xml: Edits to flexible inheritance ↵Scott Rifenbark
section. Fixes [YOCTO #5472] Applied review edits from Paul Eggleton to this section. Minor edits and some re-writing. (Bitbake rev: 91c4913c0ecdf4e61817687095d0ca4086dfee8a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-21bitbake: doc: Rename user-manual -> bitbake-user-manualRichard Purdie
This manual gets combined with other manuals and in that context, it helps a lot if its seen as the Bitbake User Manual. Renames are a pain but this is worthwhile so that other docs can correctly be combined with this one. This also clarifies things like google search results which is helpful. (Bitbake rev: 452a62ae0c2793e281d6769fd3e45500a74898d6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-21ref-manual: Added package change info to the migration section.Scott Rifenbark
The package architecture for armv7a packages with the thumb optimization enabled will now get a "t2" suffix as it should; this was not the case in the 1.5 release. Architecture names will change within package feeds as a result. (From yocto-docs rev: 1ce59f6911dd67835266aa3b0e29f404a487fd6e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-21dev-manual: Fixed some "systemd" capitalization issues.Scott Rifenbark
I was using this term inconsistently. I have cleaned it up so that no initial capital is used. (From yocto-docs rev: 7dea2c5ef067d81b8350cd54ba4082c35d7077b1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-21ref-manual: Updated the list of supported distributions.Scott Rifenbark
I get this list from meta-yocto/conf/distro/poky.conf. (From yocto-docs rev: 796d4eced50d14203f1a791ff557a4016f4dd031) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-21documentation: Updated all the manual revision history tables.Scott Rifenbark
Set the release date to April 2014. (From yocto-docs rev: 2592bc968edeea941a92e6bdd321dd872745b78c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-19dev-manual: Updates to "Performing Automated Runtime Testing"Scott Rifenbark
Fixes [YOCTO #5554] I worked with Stefan here to update the section on running tests. We are good now with it all. (From yocto-docs rev: 806a89f1ddd3efc39d15d3f7e1a01e8fd69af7c1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-19dev-manual: Changed GummiBootTarget to GummibootTarget.Scott Rifenbark
(From yocto-docs rev: 0d870778d87dcbb38d1ce577f38b84c8fca0e464) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-19ref-manual: Added review comments to core-image-testmaster image.Scott Rifenbark
(From yocto-docs rev: 064a49648b2333dede612642a9a6621470b603ed) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-19dev-manual: Edits to "Using the Error Reporting Tool"Scott Rifenbark
Created some sub-section structure to better organize this section. (From yocto-docs rev: 61b15f579c4c21378277051bb5905baa4e9741b5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-19ref-manual: Added core-image-testmaster to the list of images.Scott Rifenbark
Fixes [YOCTO #5614] (From yocto-docs rev: 5df086664b858423d6e7054b451942feb73047e9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-19dev-manual: Edits to "Using the Error Reporting Tool"Scott Rifenbark
Added Information about setting up your own server. Paul Eggleton provided the information. (From yocto-docs rev: 655bba9b91283dac502658dd72d866a7af4eacce) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-19ref-manual: Fixed typoScott Rifenbark
(From yocto-docs rev: 28577b94d14be63df7ac00a89b774992055c94fe) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-19ref-manual: Re-ordered the insane.bbclass tests list.Scott Rifenbark
I ordered these 39 tests by alphebetical ordering. (From yocto-docs rev: 3a7ef1c149ee1f8f0ac4709e906f5c84ed7ab642) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-19ref-manual: Added symlink-to-sysroot insane.bbclass tests.Scott Rifenbark
(From yocto-docs rev: 6152a64ffaab638cffc952be70707d5e9aedbf88) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-19dev-manual: Fixed typo for AUTOREV.Scott Rifenbark
(From yocto-docs rev: a1fd83f0aeaab95693335150f330bbc7c5af18f8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-19dev-manual, ref-manual: Removed VIRTUAL-RUNTIME note from most places.Scott Rifenbark
Fixes [YOCTO #5159] Edits to fix the occurrences of VIRTUAL-RUNTIME_initscripts = "". I removed it from all places in the manuals except under "Selecting an Initialization Manager". Note that it still needed removed from "Using Systemd for the Main Image and Using SysVinit for the Rescue Image". Also, in the "Using Systemd Exclusively" section I made some edits as suggested by Paul Eggleton's review. (From yocto-docs rev: 28b2e3eba3acff17f165899a7f4a65c98263e201) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-19scripts/send-error-report: use a real server as the defaultStefan Stanacar
Now that there is a public instance [1] of the error report web interface [2], we should set it as the default. [1] http://errors.yoctoproject.org/ [2] http://git.yoctoproject.org/cgit/cgit.cgi/error-report-web/ (From OE-Core rev: 346c3cbd7987044279267ec9c987887099cafe48) Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-19toaster.bbclass: do not fail on non-existent filesAlexandru DAMIAN
Toaster may look up inexistent file paths in the build history for packages that have been referenced but not built. This triggers a failure, and this patch recovers by deleting the reference to the non-built packages. [YOCTO #6063] (From OE-Core rev: 5413e56205a9f48d8c3e419d8da468c60f5aa348) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-19u-boot: fix beaglebone boot issue with large kernel imagesDenys Dmytriyenko
Fix beaglebone boot issue with large kernel images overwriting Device Tree. See very detailed comments inside the patch. The original patch is being reviewed upstream and is targeting mainline U-boot version 2014.07. This is the adaptation of the patch for 2013.07 version we use (From OE-Core rev: c18b8fb9a625b5fb760c3ba53708155d3294ac6c) Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-13poky.ent: Changed the YOCTO_DOCS_BB_URL location.Scott Rifenbark
We changed the folder name of the BitBake User Manual from "user-manual" to "bitbake-user-manual". This means the URL for the variable used in poky-ent for the manual needed to be updated. (From yocto-docs rev: 16a616b4a6f8237c8ba220e74f38235ca78c10ac) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-13dev-manual: typo fixed.Scott Rifenbark
(From yocto-docs rev: 1bae90e7eb4d53cb0899b2a7b701d525587863d4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-13ref-manual, dev-manual: Edits to running tests on hardwareScott Rifenbark
Fixes [YOCTO #5554] Applied edits to the section in the dev-manual on running tests on hardware. Edited the TEST_TARGET and TEST_IMAGE variables. (From yocto-docs rev: a26ba11c739aabab4009a944d9b622e2814c7fca) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-11ref-manual: Edits to DISK_SIGNATURE variable.Scott Rifenbark
Fixes [YOCTO 5766] I removed the note about the "live" IMAGE_TYPES. Turns out I was wrong on this information. It does not create a "directdisk" image. That is accomplished through a .bbclass. (From yocto-docs rev: a3b762be9933178e9cecdac3fa9e110c031a64d0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-11ref-manual: Added warning about forking packages when upgrading YPScott Rifenbark
Fixes [YOCTO #4958] Added a bullet item to the packages section in the migration chapter for upgrading to YP v1.6. Item notes the issue and warns the user to beware. (From yocto-docs rev: f66ca39a65c2529ebc552d3a816e6565dae183f7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-11ref-manual: Updated the DISK_SIGNATURE description.Scott Rifenbark
Fixes [YOCTO #6125] Did some re-writing based on Jonathin Liu's feedback. (From yocto-docs rev: bee4a584bcb1e70e9848324781c32d1d9e3d1fc2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-11ref-manual: Removed note limiting tests to QEMU.Scott Rifenbark
Fixes [YOCTO #5554] Removed the note limiting this to QEMU tests. (From yocto-docs rev: c91d058514832aacfb74fd4480e0a2dba95b4921) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-11ref-manual: Edits to the module_autoload and module_conf variables.Scott Rifenbark
Minor re-wording edits as suggested by Paul Eggleton. (From yocto-docs rev: 699eec0b691a19b4ae2f05c7774f559898e952da) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-11ref-manual: Updates to deal with installing packages in initramfsScott Rifenbark
Fixes [YOCTO #4961] Documented the user requirement to use PACKAGE_INSTALL to specify packages for installation into an initramfs image. Normally, you use IMAGE_INSTALL. To account for this user model, I updated the PACKAGE_INSTALL and IMAGE_INSTALL variables. I also added a bit more information to the "Images" chapter item that talks about the core-image-minimal-initramfs image. (From yocto-docs rev: a1ad649cf310f281a7de584d5b9a1820ca99d4eb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-11ref-manual: Edits to module_autoload and module_conf variables.Scott Rifenbark
Fixes [YOCTO #5888] Applied some feedback to the variables based on Paul's comments. Needed a caveat on how you can use these variables. (From yocto-docs rev: ef8fac4b36089d3162ee16c93866a39bcd31701c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-11ref-manual: added module_autoload and module_conf variables.Scott Rifenbark
Fixes [YOCTO #5888] Two new variables added to the glossary. These help with specifying kernel modules that need to auto-load on boot and with specifying module.d syntax in the modname.conf file. (From yocto-docs rev: 1ac544c4f6129faafea10691b426cd510ff56a69) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-11bsp-guide: Updated the yocto-bsp example.Scott Rifenbark
Ran the tool and provided the actual machine branch output choices. (From yocto-docs rev: 5b78e70079e2c621221187d4419de2a2427efbc1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-11bsp-guide: Updated the yocto-bsp example.Scott Rifenbark
This example does not run as described. It said that the setup script was run and the user would be in the top-level Source Directory (e.g. poky). The script errors out unless run from the poky/build directory. So I took out the requirement of being in the top directory. (From yocto-docs rev: 800e4001319cde3e665c0271fd5a19646fb2bd7a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-11ref-manual: Updated KBRANCH to fix a reference to the linux kernel.Scott Rifenbark
(From yocto-docs rev: 59aab89f2c1ff5e0ab43fe9ba25f929500b94d5f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-11ref-manual: Updated KBRANCH variable description.Scott Rifenbark
I replaced the v3.4 version example with the v3.10 version. It is more up-to-date. (From yocto-docs rev: 2e7f5d4fbe24a8248686c9ca7cf870204966beec) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-11bsp-guide: Updates to "Linux Kernel Configuration" section.Scott Rifenbark
This section was using an out-dated version of the linux-yocto_3.10.bbappend file. The new version accounts for both emgd and non-emgd configurations. I had to insert the new listing and update some supporting text describing it. (From yocto-docs rev: 97329a154e3dee44cb393d4a289fdcbb9f8adf07) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-11bsp-guide: Updated the "Hardware Configuration Options" section.Scott Rifenbark
The "require" statements changed from four to three. (From yocto-docs rev: 36f4fe004e69cb7715d41787d4c22b39371f63b6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>