summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* linux-libc-headers-yocto: remove from oe-coreBruce Ashfield2012-03-231-64/+0
| | | | | | | | | | | The linux-libc-headers-yocto is not required in oe-core, it can be moved to yocto specific layers. The linux-libc-headers_* recipes provide sufficient headers fore core users. (From OE-Core rev: 6320041fa77514e2d2bf54f0ea6c7052d2a4a89a) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-libc-headers: set default LINUXLIBCVERSION to 3.2Bruce Ashfield2012-03-231-1/+1
| | | | | | | | | Switch the default libc-headers to the 3.2 version. (From OE-Core rev: fc2f1581d98fccf931cb98a63ee801a444110ce4) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-libc-headers: add 3.2 headers and remove 3.1Bruce Ashfield2012-03-232-7/+6
| | | | | | | | | | | | | The 3.1 kernel was never released or directly supported via oe-core. So as part of update the libc-headers to 3.2 we can take the opportunity to remove it. Built and booted on the qemu* targets. (From OE-Core rev: ce7469ab3b49f8a326ba4c3486a4e63b7cd48799) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake.conf: Add XAUTHORITY into config white listDongxiao Xu2012-03-231-1/+1
| | | | | | | (From OE-Core rev: 257b9e015c549974e5880738bec7e97933e1834f) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python: remove a target dependencyGary Thomas2012-03-231-1/+0
| | | | | | | | | | | The target dependency DEPENDS_sharprom does not belong in this core recipe and should be moved to a .bbappend file in the appropriate layer if still required. (From OE-Core rev: c82a4b2759cc54b8afa65d545e894d1ac60107fe) Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Hob: Change the descriptions for view_recipe_button and view_package_buttonShane Wang2012-03-231-2/+2
| | | | | | | | | | | | Change the text of view_recipe_button to 'Add/remove recipes and tasks' Change the text of view_packages_button to 'Add/remove previously built packages' [Yocto #2146] (Bitbake rev: 0348ef08db9ac425d83126d2e6eb465adc28b110) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Hob: add auto scroll to rows which be new appended in hob building log pageLiming An2012-03-231-1/+10
| | | | | | | | | | | | | | | For make the building screen to provide clear information about task in progress by request, so add this function. At the beginning of building, the vertical scroll bar will go to the active area automatically. Once the user moves the scroll bar in the middle, the automatic move of the bar is disabled. However, once the user moves it to the bottom again, it will be kept to the bottom even though more logs come. [Yocto #2098] (Bitbake rev: cf43be6685d45c66e6508bbce653f8a67db66a9b) Signed-off-by: Liming An <limingx.l.an@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Hob: reset the policy to forbid the horizontal scrolling for building logLiming An2012-03-233-6/+31
| | | | | | | | | | | | This patch is not to show the horizontal scroll bar for building log, and add CellRendererText class to wrap the text. [Yocto #2091] (Bitbake rev: 7c5e1297c1af2edd46315e3dec4516f850d5e222) Signed-off-by: Liming An <limingx.l.an@intel.com> Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lib/bb/ui/crumbs/builder: change dialogue title to LayersJoshua Lock2012-03-231-1/+1
| | | | | | | (Bitbake rev: 03e645cda56e9f8cf1fa94775534369b77518767) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lib/bb/ui/crumbs: make use of HobButton for existing primary action buttonsJoshua Lock2012-03-234-38/+7
| | | | | | | | | | Replace all gtk.Button instances that have the orange style applied with HobButton. (Bitbake rev: f4dfdc23a6498fdaa164a1bfccf616ff8fcbd251) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lib/bb/ui/crumbs/hobwidget: add HobButton widget for the primary actionJoshua Lock2012-03-231-0/+20
| | | | | | | | | | | | | | The design uses a big, bold labelled, orange button for the primary action on each dialogue. The HobButton implements this design as a reusable widget. HobButton makes use of Pango Markup to use a relative size, x-large, for the button text to ensure it's relative to the system configured font sizes. (Bitbake rev: 9aa477f7bd16d3e360bf9b51c1f9d5032a6c5288) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lib/bb/ui/crumbs: fix 'Back to image configuration' alt button textJoshua Lock2012-03-232-2/+2
| | | | | | | | | Design calls for these buttons to include << at the beginning of the label (Bitbake rev: 08cc5ec196a51c29f936eccba1644607be2ed759) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lib/bb/ui/crumbs: add colour for HobAltButton per visual designJoshua Lock2012-03-232-2/+4
| | | | | | | | | | The visual design calls for the alternative button to have a pale blue colour. (Bitbake rev: c9f61765216a013c7ebc02157ea47c3478252e7c) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lib/bb/ui/crumbs/hig: tweak 'Add Layer' button per visual designJoshua Lock2012-03-231-11/+16
| | | | | | | | | Use a separate, pre-lit, icon when the button has the cursor over it. (Bitbake rev: 535d23921dfb7310022099d39b1092edfee51c1a) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lib/bb/ui/crumbs/builder: only show a close button on the Layer SelectorJoshua Lock2012-03-231-2/+1
| | | | | | | | | | | | Per discussion with the design team the LayerSelectionDialog should only have a close button. See: https://bugzilla.yoctoproject.org/show_bug.cgi?id=2083#c10 (Bitbake rev: 65d92efe2786f21b8a2790ef0383f87b6dc15b57) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lib/bb/ui/crumbs: replace HobXpmLabelButtonBox with HobImageButtonJoshua Lock2012-03-232-78/+85
| | | | | | | | | | | | HobImageButton is an gtk.Button subclass, and therefore behaves like a button with prelight and focus states, with an icon and two lines of text - primary and secondary. The secondary text is displayed in a lighter colour using a new module method, soften_color(), per the design. (Bitbake rev: b91cc96c4ff4195ac26fdfd1fb0c2ff8db06aff8) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lib/bb/ui/icons: add new icons for use in Hob, autocrop some existing onesJoshua Lock2012-03-235-0/+0
| | | | | | | Add add-hover and remove-hover icons for the Layer Selection Dialogue. Autocrop layers_hover, packages_hover and recipe_hover images. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* bitbake/fetch2: Ensure mirror tarballs have .done stamps so we don't ↵Richard Purdie2012-03-232-0/+2
| | | | | | | | | | redownload and corrupt them [YOCTO #2154] (Bitbake rev: 521d6b14151d3bf934b9597557f7ae46e50a3d7a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Updated all style sheets for down-sized notes.Scott Rifenbark2012-03-235-0/+45
| | | | | | | (From yocto-docs rev: c4188d6daa81d8309ba71c5b9c3dde5b10ea730e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documenation/dev-manual/dev-manual-model.xml: Hob section first draftScott Rifenbark2012-03-231-0/+32
| | | | | | | (From yocto-docs rev: 02eb8ac5016ef347a554dfdd214d3e66342f0ee2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-model.xml: Updated titleScott Rifenbark2012-03-231-1/+1
| | | | | | | | | Consistency re-established. (From yocto-docs rev: 002735dc66ac64d5a80f2e3be1dc47daee583012) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-model.xml: Blank Hob section added.Scott Rifenbark2012-03-231-0/+5
| | | | | | | (From yocto-docs rev: 5af32b14baa2e8ad163ec179c851fe59efafca33) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documenation/dev-manual/dev-manual-model.xml: Hob added to IntroScott Rifenbark2012-03-231-2/+9
| | | | | | | | | | | Added information about Hob to the introduction part of this chapter. The chapter is going to have a section that introduces and speaks a bit about the Hob. (From yocto-docs rev: dd98b3132ff4660397c37a223af8c4c2835a5276) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/bsp-guide/bsp.xml: Edits to BSP Licensing sectionScott Rifenbark2012-03-231-119/+111
| | | | | | | | | | Grammar, style, and formatting edits applied to the "BSP Licensing Considerations" section. (From yocto-docs rev: 9809e0b5081bdc4f27d7d949930c409575a9a083) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/technical-details.xml: Review commentsScott Rifenbark2012-03-231-2/+3
| | | | | | | | | | | | Applied a couple small corrections to the re-write of the "Enabling Commercially Licensed Recipes" section. These small corrections were suggested and caught by Tom Zanussi. Reported-by: Tom Zanussi <tom.zanussi@intel.com> (From yocto-docs rev: ce9218386ec265f7eec2ec5916b09a6776b3077b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/bsp-guide/bsp.xml: Patch applied for LicensingTom Zanussi2012-03-231-101/+91
| | | | | | | | | | | | | | | | | | | "The LICENSE_FLAGS mechanism can now be used to meet the special license requirements needed by some BSPs. Update the documentation to reflect the current BSP licensing mechanisms. Also add a new blurb about the time-limited kernel." - Tom Zanussi I applied this patch verbatim and will check and clean up text as needed. (From yocto-docs rev: d05a7ddbc0d6017e5a8be2b3e0117f53e30a204b) Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/technical-details.xml: Licensed recipe editsTom Zanussi2012-03-231-30/+176
| | | | | | | | | | Applied and modified patch. Modifications included grammar, active voice, formatting, links, section creation, etc. (From yocto-docs rev: 76dc10138161124846c0752c251028ba16c45d7c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/yocto-project-qs/yocto-project-qs.xml: Fixed bad git commandScott Rifenbark2012-03-231-1/+1
| | | | | | | | | | | The git clone command did not work when the YOCTO_GIT_URL variable was used. I removed the variable and hard-coded the command into the example. (From yocto-docs rev: 67f169a7e2540b27acfaf2fcdcc658ce189ec932) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/yocto-project-qs/yocto-project-qs.xml: two typos fixed.Robert P. J. Day2012-03-231-2/+2
| | | | | | | (From yocto-docs rev: b45954e8e423f95e3a18dd74fb4cbae1b367aac8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/style.css: Added new style for Note headingsScott Rifenbark2012-03-231-0/+9
| | | | | | | | | | | | | The style for the note, caution, warning, and tip headings was a bit over-bearing. Feedback from the community indicated that those words needed to be in a smaller, less noticeable font. I created the style so that the font's size is about half of what it was and I also changed the color to match the other headings. (From yocto-docs rev: f54c6274e1972c52ba17d7ebd2ba84bf6d59c105) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-common-tasks.xml: Spell check.Scott Rifenbark2012-03-231-3/+3
| | | | | | | (From yocto-docs rev: 3bc8b3a4fc0adcfcda3026e7c209e4f57e750737) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/yocto-project-qs/yocto-project-qs.xml: new expert sectionScott Rifenbark2012-03-231-0/+154
| | | | | | | | | | | | | Added a new "expert" section at the end of the QS. I reference the section right up front. This new section is an attempt to divert the expert user away from most of the QS. The information was formed from Robert P. J. Day's wiki at his crashcourse.com site. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: b2981e9fcdd083e15194f520a4160938b02b1275) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/technical-details.xml: Fix Checksums sectionScott Rifenbark2012-03-231-68/+64
| | | | | | | | | | | | | | Implemented Richard Purdie's changes for the "Checksums (Signatures) section. I also performed a spell-check on the chapter and found several rogue words that I corrected. Fixes [YOCTO #2024] Reported-by: Richard Purdie <richard.purdie@intel.com> (From yocto-docs rev: 3025ee64bc0f046abe87f95f1e8b9092a6079798) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-variables.xml: New ALLOW_EMPTY variableScott Rifenbark2012-03-231-5/+26
| | | | | | | | | Created a new glossary entry for the variable ALLOW_EMPTY. (From yocto-docs rev: 35e3693c9f6b3f2842cfde55703a1fa1d1f27345) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/README: Updates to explain developmentScott Rifenbark2012-03-231-2/+27
| | | | | | | | | | | | | I added information that describes the relationship between poky/documentation and yocto-docs/documentation. For developers, they need to know to work from the yocto-docs Git repository and not to rely on the poky/documentation Git repository, which can lag behind the other one. (From yocto-docs rev: 0cbc781d3e9544c9920fdaf4548d882dd79b3d6c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-newbie.xml: Added to append termScott Rifenbark2012-03-231-4/+13
| | | | | | | | | I added more information to the YP Term "Append Files." (From yocto-docs rev: e1a7e9b0a790d394e237a0972140107d11178408) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-common-tasks.xml: added linkScott Rifenbark2012-03-231-0/+6
| | | | | | | | | | Put in a link to reference another example of using a .bbappend file. (From yocto-docs rev: b5a5433506adfe46276584e51dc19fc153ea098d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: minor edits.Scott Rifenbark2012-03-231-3/+3
| | | | | | | (From yocto-docs rev: f109ca75f7a1d8fdd6051da989adda2207049209) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: removed quotesScott Rifenbark2012-03-231-2/+2
| | | | | | | (From yocto-docs rev: f4f599db60f3da74ac37db54cc812f9836afc893) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: Added .bbappendScott Rifenbark2012-03-231-1/+2
| | | | | | | (From yocto-docs rev: 3c7e51fa6ad5eb69f4b09a9041714044edf585d7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-model.xml: Technical correctionScott Rifenbark2012-03-231-2/+2
| | | | | | | | | Fixed text that described how a config file was referenced. (From yocto-docs rev: 29846fcb4fd6f90452023e1f627ef76f1a056ac6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-common-tasks.xml: Minor edit.Scott Rifenbark2012-03-231-2/+3
| | | | | | | (From yocto-docs rev: 6a71d919a6a4a0d33aeb793e7ddecfc9fa5c6db1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-common-tasks.xml: minor edits.Scott Rifenbark2012-03-231-1/+1
| | | | | | | (From yocto-docs rev: 3fd9f32de8f2aabbc7812587dd3f293297323c3b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-common-tasks.xml: minor edits.Scott Rifenbark2012-03-231-3/+4
| | | | | | | (From yocto-docs rev: 90daf67e41b0c95ce0e6652f994f79cfb021c4f8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-common-tasks.xml: Edits to append filesScott Rifenbark2012-03-231-5/+13
| | | | | | | | | Edits to better describe what a .bbappend file is. (From yocto-docs rev: 81527358615c229a9161568a30785221c9f081ff) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-common-tasks.xml: fixed typoScott Rifenbark2012-03-231-1/+1
| | | | | | | (From yocto-docs rev: 135ca58fa53ffcf94138e0df7857d87c79e001ce) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-common-tasks.xml: Better .bbappend ↵Scott Rifenbark2012-03-231-2/+2
| | | | | | | | | definition. (From yocto-docs rev: 97cbaa209f03a1d578683e42305c7d98c0e3e7b5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: Defined BitBake append fileScott Rifenbark2012-03-231-1/+2
| | | | | | | | | Provided a clearer full name for .bbappend files. (From yocto-docs rev: 4ee07af442c26aa06a6b295df758f41838b407df) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Updates for [YOCTO #1717].Scott Rifenbark2012-03-233-26/+41
| | | | | | | | | | | | | | | | | | | | | | Minor edits to the BSP Guide, the Development Manual, and the Kernel Manual to address [YOCTO #1717], which noted confusion over the kernel manual when a user was trying to find kernel configuration information. The fix for this bug involved several areas. I had previously created a new section called "Kernel Configuration" in the kernel manual and "Configuring the Kernel" in the YP Development manual. There were several rounds of feedback from Bruce Ashfield. This commit represents the final touches on the three manuals to address the bug. Fixes [YOCTO #1717] (From yocto-docs rev: de8f85753ad1d6dde66adb6bb4cb09e9528c7cd6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-common-tasks.xml: More edits to layerScott Rifenbark2012-03-231-3/+3
| | | | | | | | | Layer section review comments from Paul Eggleton added. (From yocto-docs rev: a536fe1635dbe9157e86995e7a78568e41a75957) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>