]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
14 years agoeglibc: rebase a nativesdk patch to the newer code
Nitin A Kamble [Wed, 17 Nov 2010 00:41:49 +0000 (16:41 -0800)]
eglibc: rebase a nativesdk patch to the newer code

After the eglibc svn commit bumping, this nativesdk recipe's patch is
failing. This commit rebases it to the newer code.

and bump PR.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agosiggen.py: fix comparison around runtaskdeps
Kevin Tian [Mon, 15 Nov 2010 02:58:49 +0000 (10:58 +0800)]
siggen.py: fix comparison around runtaskdeps

two dep lists should be sorted before the comparison, or else it just
causes false-positive confusion.

Also fix 'taskdeps' to 'runtaskdeps' when printing out the difference.

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agoPoky Reference Manual: General edits up to the "Debugging with GDB Remotely" section.
Scott Rifenbark [Fri, 12 Nov 2010 23:41:35 +0000 (15:41 -0800)]
Poky Reference Manual:  General edits up to the "Debugging with GDB Remotely" section.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agoPoky Reference Manual: Added a glossary definition for BBPATH.
Scott Rifenbark [Fri, 12 Nov 2010 15:26:31 +0000 (07:26 -0800)]
Poky Reference Manual:  Added a glossary definition for BBPATH.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agoPoky Reference Manual: Task wording made consistent
Scott Rifenbark [Thu, 11 Nov 2010 21:44:17 +0000 (13:44 -0800)]
Poky Reference Manual:  Task wording made consistent

I am using "xxxxxx" task as the way to call out a specific task in the
text.  Previously a mix of <function>xxxxxx</function> and the "xxxxxx"
methods were being used.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agoPoky Reference Manual: General edits for English.
Scott Rifenbark [Thu, 11 Nov 2010 21:40:30 +0000 (13:40 -0800)]
Poky Reference Manual:  General edits for English.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agoPoky Reference Manual: Removed the bsp.xml file.
Scott Rifenbark [Thu, 11 Nov 2010 19:05:19 +0000 (11:05 -0800)]
Poky Reference Manual:  Removed the bsp.xml file.

Because I am single-sourcing the bsp.xml file that is used both as
chapter 4 in the Poky Reference Manual and as the singe file in the BSP
Guide I removed the bsp.xml file that was local to the poky-ref-manual
folder.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agoBSP Guide and BSP Chapter in Poky Reference Manual: Changed wording
Scott Rifenbark [Thu, 11 Nov 2010 18:59:49 +0000 (10:59 -0800)]
BSP Guide and BSP Chapter in Poky Reference Manual:  Changed wording

I created wording in the second paragraph of this file so that it can
fit both the context of the BSP Guide and the BSP chapter of the
Poky Reference Manual.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agoPoky Reference Manual: Changed source location of the bsp.xml file
Scott Rifenbark [Thu, 11 Nov 2010 18:54:40 +0000 (10:54 -0800)]
Poky Reference Manual:  Changed source location of the bsp.xml file

Because BSP chapter (bsp.xml) is identical to the single file used
in the BSP Guide (also bsp.xml but in the bsp-guide folder) I have decided
to change where the Poky Reference Manual get the bsp.xml file.  This commit
causes it to get the file from the bsp-guide folder instead of an identical
but separate bsp.xml file local to the poky-ref-manual folder.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agoPoky Reference Manual: Fixed list tag.
Scott Rifenbark [Thu, 11 Nov 2010 18:41:12 +0000 (10:41 -0800)]
Poky Reference Manual:  Fixed list tag.

There was a mis-matched list element in an ordered list near the end
of the chapter.  I had an <orderedlist> tag matched with an </itemizedlist>
tag preventing the make.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agoBSP Guide: Fixed tag mis-match.
Scott Rifenbark [Thu, 11 Nov 2010 18:37:31 +0000 (10:37 -0800)]
BSP Guide:  Fixed tag mis-match.

There was a errant tag mis-match where I had used <orderedlist> and
ended it with </itemizedlist>.  This was preventing the make.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agoBSP Guide and BSP Chapter: Sync'ed these two files
Scott Rifenbark [Thu, 11 Nov 2010 18:23:10 +0000 (10:23 -0800)]
BSP Guide and BSP Chapter:  Sync'ed these two files

After moving BSP Guide into its own folder for documentation I discovered
a consequence of that.  There are two separate bsp.xml files now:  one
in the poky-ref-manual folder and one in the bsp folder.  I had done some
good cleanup work in the version in the poky-ref-manual folder.  This
commit reflects a 'meld' operation where I re-sync'ed the bsp.xml
file in the bsp-guide folder to be the same (almost) as the one in the
poky-ref-manual folder.  There is still one slight difference between the
two files due to one's context as a stand-alone manual and the other as
a section in a larger book.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agoPoky Reference Manual: Added XSL Customization layer file
Scott Rifenbark [Wed, 10 Nov 2010 21:14:54 +0000 (13:14 -0800)]
Poky Reference Manual:  Added XSL Customization layer file

The xsltproc command in the Makefile now uses the XSL Customization
layer style sheet poky-ref-manual-customization.xsl for the style
sheet parameter.  This method will allow for customization of the
HTML version formatting that might be unique for the manual. I have
added the new file to the file structure.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agoPoky Reference Manual: Added XSL Customization layer use
Scott Rifenbark [Wed, 10 Nov 2010 21:05:37 +0000 (13:05 -0800)]
Poky Reference Manual:  Added XSL Customization layer use

The xsltproc command now uses the XSL Customization layer style sheet
poky-ref-manual-customization.xsl for the style sheet parameter.  This
method will allow for customization of the HTML version formatting that
might be unique for the manual.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agoPoky Reference Manual: Clean up Makefile
Scott Rifenbark [Wed, 10 Nov 2010 20:59:27 +0000 (12:59 -0800)]
Poky Reference Manual:  Clean up Makefile

I moved the XSLTOPTS variables to the top of the file so they will
be defined first.  This is an attempt to fix the seemingly random
HTML runtime errors I am getting during the 'make html' command.
It seems to be consistently working now.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agoPoky Reference Manual: Fixed broken link in Ref Images appendix.
Scott Rifenbark [Wed, 10 Nov 2010 20:48:35 +0000 (12:48 -0800)]
Poky Reference Manual:  Fixed broken link in Ref Images appendix.

In the Ref Images appendix there was a link to the section
"External Development Using the Poky SDK" section that did not work
due to the section id string changing.  I fixed the link.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agoPoky Reference Manual: Added BBFILE_PRIORITY glossary term.
Scott Rifenbark [Wed, 10 Nov 2010 18:54:36 +0000 (10:54 -0800)]
Poky Reference Manual:  Added BBFILE_PRIORITY glossary term.

The Extending Poky chapter referenced this non-existent term.  I
added it.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agoPoky Reference Manual: Added BBFILE_COLLECTIONS glossary term.
Scott Rifenbark [Wed, 10 Nov 2010 16:32:07 +0000 (08:32 -0800)]
Poky Reference Manual:  Added BBFILE_COLLECTIONS glossary term.

The Extending Poky chapter was referencing a non-existent BBFILE_COLLECTIONS
glossary term.  I added the term.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agoPoky Reference Manual: Added BBLAYERS to glossary.
Scott Rifenbark [Wed, 10 Nov 2010 16:08:22 +0000 (08:08 -0800)]
Poky Reference Manual:  Added BBLAYERS to glossary.

Added an entry for BBLAYERS in the ref-variables (glossary) appendix.
The Extending Poky chapter was referencing this variable and it did not
exist.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agoPoky Reference Manual: Spell check performed.
Scott Rifenbark [Tue, 9 Nov 2010 22:10:45 +0000 (14:10 -0800)]
Poky Reference Manual:  Spell check performed.

Found and corrected about 6 or 7 mis-spelled words.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agoPoky Reference Manual: Added consistency to literallayout text.
Scott Rifenbark [Tue, 9 Nov 2010 21:51:09 +0000 (13:51 -0800)]
Poky Reference Manual:  Added consistency to literallayout text.

I added some indentation for better presentation of the literal text.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agoPoky Reference Manual: Cleaned up and checked all XML tags.
Scott Rifenbark [Tue, 9 Nov 2010 21:44:02 +0000 (13:44 -0800)]
Poky Reference Manual:  Cleaned up and checked all XML tags.

Just a few minor changes like creating consistent indentation.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agoPoky Reference Manual: XML tag clean up and command example text indentation.
Scott Rifenbark [Tue, 9 Nov 2010 21:14:00 +0000 (13:14 -0800)]
Poky Reference Manual: XML tag clean up and command example text indentation.

Removed a couple of redundant </ulink> tags.
Also indented the literallayout text by five spaces for formatting.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agoPoky Reference Manual: A couple more minor fixes.
Scott Rifenbark [Tue, 9 Nov 2010 20:58:33 +0000 (12:58 -0800)]
Poky Reference Manual:  A couple more minor fixes.

I found another redundant </ulink> tag.
I removed the word sections from within a section link in a couple of places.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agoPoky Reference Manual: Clean up of the XML tags
Scott Rifenbark [Tue, 9 Nov 2010 20:47:25 +0000 (12:47 -0800)]
Poky Reference Manual:  Clean up of the XML tags

Added a section id to the 'welcom to poky' section that was missing.
Removed a redundant </ulink> tag that was not needed.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agoBSP Guide: Updated xsltproc command to pass the bsp-guide-customization.xsl style...
Scott Rifenbark [Tue, 9 Nov 2010 18:50:21 +0000 (10:50 -0800)]
BSP Guide:  Updated xsltproc command to pass the bsp-guide-customization.xsl style sheet.

Because I created the file 'bsp-guide-customization.xsl' to try and eliminate odd
HTML runtime errors and to allow for customized XSL layer of formatting, it was necessary to
update the Makefile to call the new file as the XSL style sheet.
The Yocto Project Quickstart uses this technique and has no HTML build
problems.

HTML build errors seem to be eliminated so far.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agoBSP Guide: I created a new figure for the title page.
Scott Rifenbark [Tue, 9 Nov 2010 18:48:17 +0000 (10:48 -0800)]
BSP Guide:  I created a new figure for the title page.

Since the BSP Guide is under its own cover I thought it would be good
to have its title page not have the Poky Handbook PNG image.  I created
this BSP image for use with the stand-alone BSP Guide.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agoBSP Guide: Created new file for XSL customization expansion.
Scott Rifenbark [Tue, 9 Nov 2010 18:44:37 +0000 (10:44 -0800)]
BSP Guide:  Created new file for XSL customization expansion.

I created the file 'bsp-guide-customization.xsl' to try and eliminate odd
HTML runtime errors and to allow for customized XSL layer of formatting.
The Yocto Project Quickstart uses this technique and has no HTML build
problems.

HTML build errors seem to be eliminated so far.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agoBSP guide: Updated the book id.
Scott Rifenbark [Tue, 9 Nov 2010 18:35:20 +0000 (10:35 -0800)]
BSP guide:  Updated the book id.

I updated the string used for the book id from 'poky-handbook' to
'bsp-guide'

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agoBSP Guide Makefile: HTML generation debugging edits.
Scott Rifenbark [Tue, 9 Nov 2010 17:41:05 +0000 (09:41 -0800)]
BSP Guide Makefile:  HTML generation debugging edits.

I am getting occasional errors while attempting to make the HTML version
of this manual.  The error is generated from line 367 of the html.xsl
style sheet and seems to come from confusion of not finding the css
style sheet parameter.  Here is the error from the shell window.

scottrif@scottrif-desktop:~/poky/documentation/bsp-guide$ make html
xsltproc --stringparam html.stylesheet style.css --stringparam  chapter.autolabel 1 --stringparam  section.autolabel 1 --stringparam  section.label.includes.component.label 1 --xinclude -o bsp-guide.html http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl bsp-guide.xml
Note: namesp. cut : stripped namespace before processing
WARNING: cannot add @xml:base to node set root element.  Relative paths may not work.
Note: namesp. cut : processing stripped document
runtime error: file http://docbook.sourceforge.net/release/xsl/current/xhtml/html.xsl line 367 element choose
Variable 'generate.css.header' has not been declared.
make: *** [html] Error 10

The odd think is that running "make html" immediately again could cause the
make to be entirely successful.

So this commit involved moving the XSLTOPTS parameters to the top of the
make file and the *_URI parameter declarations to the top as well.  This
takes them out of the "pdf" area of the make file and they should be
more universal.  The reason I tried this is because I have no such issues
when building the yocto-project-qs HTML file.

However, even with these changes the occasional runtime error (shown above)
still occurs.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agoBSP Developers Guide: Edits to text
Scott Rifenbark [Tue, 9 Nov 2010 16:59:36 +0000 (08:59 -0800)]
BSP Developers Guide:  Edits to text

I made several spelling corrections and rewrote a sentence or two for
better structure.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agoAdded a new PNG file into the tar command.
Scott Rifenbark [Tue, 9 Nov 2010 15:13:40 +0000 (07:13 -0800)]
Added a new PNG file into the tar command.

Since this manual is about BSP and not Poky as is the Poky Reference
Manual I updated the title page to include the title combined with the
Yocto Project logo.  So for the background-image url in the .authorgroup
style I replaced the poky-ref-manual.png file with bsp-title.png.
Updates affect both the PDF and HTLM versions of the BSP Guide.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agoAdded a new PNG file (bsp-title.png) as the imagedata tag.
Scott Rifenbark [Tue, 9 Nov 2010 15:11:35 +0000 (07:11 -0800)]
Added a new PNG file (bsp-title.png) as the imagedata tag.

Since this manual is about BSP and not Poky as is the Poky Reference
Manual I updated the title page to include the title combined with the
Yocto Project logo.  Updates affect both the PDF and HTLM versions
of the BSP Guide.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agoAdded a new PNG file into the tar command.
Scott Rifenbark [Tue, 9 Nov 2010 15:08:58 +0000 (07:08 -0800)]
Added a new PNG file into the tar command.

Since this manual is about BSP and not Poky as is the Poky Reference
Manual I updated the title page to include the title combined with the
Yocto Project logo.  Updates affect both the PDF and HTLM versions
of the BSP Guide.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agopoky-qemu: Fix issues when running Yocto 0.9 release images
Scott Garman [Sat, 13 Nov 2010 00:31:13 +0000 (16:31 -0800)]
poky-qemu: Fix issues when running Yocto 0.9 release images

This fixes two bugs with poky-qemu when it is run from a
standalone meta-toolchain setup.

[BUGFIX #535] and [BUGFIX #536]

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agolinux-wrs: BSP bootstrap
Bruce Ashfield [Thu, 11 Nov 2010 06:31:02 +0000 (01:31 -0500)]
linux-wrs: BSP bootstrap

Updating the kern-tools SRCREV to pickup changes required for
BSP bootstrapping:

commit 9722d8decacd2b750f079b3fde7918810700f80e
Author: Bruce Ashfield <bruce.ashfield@windriver.com>
Date:   Thu Nov 11 01:28:33 2010 -0500

    createme: improve BSP bootstrapping

    To streamline BSP bootstrapping, createme now actually
    creates the required branch rather than only dumping it
    in a .scc file. Later phases of the build will create
    the .scc file, so it isn't required here.

    Also, a BSP with a '-' in the name would break the parent
    branch detection. Improving the parsing of this allows more
    flexibile branch naming.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
commit c7d222b4cffb5108d9b14298fc4dc4cae31b784f
Author: Bruce Ashfield <bruce.ashfield@windriver.com>
Date:   Thu Nov 11 01:27:33 2010 -0500

    updateme: improve parent and target parsing

    A BSP with a '-' in the name would break the parent branch
    detection. Improving the parsing of this allows more
    flexibile branch naming.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agolinux-wrs: implement BSP bootstrapping via fallback branches
Bruce Ashfield [Thu, 11 Nov 2010 06:23:38 +0000 (01:23 -0500)]
linux-wrs: implement BSP bootstrapping via fallback branches

When creating a new BSP there isn't always an upstream branch
to validate SRCREVs against. Therefore, creating a new BSP
required extra manipulations of the git repository, even though
the branch for the build would be dynamically created.

To fix this, provide a fallback to the 'standard' branch if
WRMACHINE is not assigned a specific value for the given MACHINE.
The fallback saved in KBRANCH, and represents the branch that
we should build, even if no fallback is required. Some substeps
of the recipe have been updated to use KBRANCH rather than
enforcing MACHINE-KERNELTYPE.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agoimage-swab: update swabber command for latest version
Joshua Lock [Fri, 12 Nov 2010 13:51:49 +0000 (13:51 +0000)]
image-swab: update swabber command for latest version

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agopoky-default-revisions: bump swabber version
Joshua Lock [Fri, 12 Nov 2010 08:54:17 +0000 (08:54 +0000)]
poky-default-revisions: bump swabber version

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agogitignore: ignore the default downloads directory
Joshua Lock [Tue, 2 Nov 2010 15:52:30 +0000 (15:52 +0000)]
gitignore: ignore the default downloads directory

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agoimage-swab: introduce a class for generating swabber reports
Joshua Lock [Fri, 8 Oct 2010 15:56:51 +0000 (16:56 +0100)]
image-swab: introduce a class for generating swabber reports

Add a postprocess command to rootfs generation which generates a swabber
report.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agobitbake-runtask-strace: simple shell script to wrap tasks in a strace call
Joshua Lock [Fri, 8 Oct 2010 17:20:44 +0000 (18:20 +0100)]
bitbake-runtask-strace: simple shell script to wrap tasks in a strace call

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agopoky-fixed-versions: update version for python recipe
Nitin A Kamble [Fri, 12 Nov 2010 22:14:10 +0000 (14:14 -0800)]
poky-fixed-versions: update version for python recipe

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agodistro_tracking: update as per current state of devel/toolchain recipes
Nitin A Kamble [Tue, 9 Nov 2010 01:04:00 +0000 (17:04 -0800)]
distro_tracking: update as per current state of devel/toolchain recipes

  clean up the tracking data for devel/toolchain recipes

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agoeglibc: update svn checkout commit
Nitin A Kamble [Wed, 10 Nov 2010 20:59:41 +0000 (12:59 -0800)]
eglibc: update svn checkout commit

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agolsof: upgrade from 4.83 to 4.84
Nitin A Kamble [Mon, 8 Nov 2010 20:07:45 +0000 (12:07 -0800)]
lsof: upgrade from 4.83 to 4.84

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agopython, python-native upgrade from 2.6.5 to 2.6.6
Nitin A Kamble [Mon, 8 Nov 2010 18:34:46 +0000 (10:34 -0800)]
python, python-native upgrade from 2.6.5 to 2.6.6

Removed these patch:
    python-native-2.6.5/00-fix-bindir-libdir-for-cross.patch
    python/00-fix-bindir-libdir-for-cross.patch

The upstream code has changed, and it does not need the above 2 patches
(fixes) anymore.

Patches rebased to the newer code:
   python/01-use-proper-tools-for-cross-build.patch
   python/04-default-is-optimized.patch
   python/06-avoid_usr_lib_termcap_path_in_linking.patch
   python/99-ignore-optimization-flag.patch

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agopython-gst: upgrade from 0.10.18 to 0.10.19
Nitin A Kamble [Mon, 8 Nov 2010 17:35:36 +0000 (09:35 -0800)]
python-gst: upgrade from 0.10.18 to 0.10.19

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agogdb upgrade from 7.1 to 7.2
Nitin A Kamble [Mon, 8 Nov 2010 17:12:33 +0000 (09:12 -0800)]
gdb upgrade from 7.1 to 7.2

Add new patch:
  gdb/fix_for_build_error_internal_error_call.patch : this avoids a
build error.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agodiffstat: upgrade from 1.47 to 1.54
Nitin A Kamble [Mon, 8 Nov 2010 17:09:53 +0000 (09:09 -0800)]
diffstat: upgrade from 1.47 to 1.54

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agoMake upgrade from 3.81 to 3.82
Nitin A Kamble [Mon, 8 Nov 2010 16:52:14 +0000 (08:52 -0800)]
Make upgrade from 3.81 to 3.82

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agobison upgrade from 2.4.2. to 2.4.3
Nitin A Kamble [Mon, 8 Nov 2010 16:49:44 +0000 (08:49 -0800)]
bison upgrade from 2.4.2. to 2.4.3

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agodistro_tracking: Update distro tracking for gstreamer and gst-* recipes
Dongxiao Xu [Sat, 13 Nov 2010 00:02:43 +0000 (08:02 +0800)]
distro_tracking: Update distro tracking for gstreamer and gst-* recipes

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agoxauth: upgrade from 1.0.4 to 1.0.5
Yu Ke [Fri, 12 Nov 2010 10:32:35 +0000 (18:32 +0800)]
xauth: upgrade from 1.0.4 to 1.0.5

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agoxset: upgrade from 1.1.0 to 1.2.1
Yu Ke [Fri, 12 Nov 2010 05:04:07 +0000 (13:04 +0800)]
xset: upgrade from 1.1.0 to 1.2.1

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agoxwininfo: upgrade from 1.0.5 to 1.1.1
Yu Ke [Fri, 12 Nov 2010 04:59:52 +0000 (12:59 +0800)]
xwininfo: upgrade from 1.0.5 to 1.1.1

  LIC_FILES_CHKSUM Changed due to Sun -> Oracle License Change

Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
14 years agoxf86-input-vmmouse: upgrade from 12.6.9 to 12.6.10
Yu Ke [Fri, 12 Nov 2010 04:55:47 +0000 (12:55 +0800)]
xf86-input-vmmouse: upgrade from 12.6.9 to 12.6.10

Fixed LIC_FILES_CHKSUM due to license change from Sun -> Oracle

Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoxf86-video-vmware: upgrade from 11.0.1 to 11.0.3
Yu Ke [Fri, 12 Nov 2010 03:27:40 +0000 (11:27 +0800)]
xf86-video-vmware: upgrade from 11.0.1 to 11.0.3

Fixed LIC_FILES_CHKSUM due to license change from Sun -> Oracle

Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoxf86-input-mouse: upgrade from 1.5.0 to 1.6.0
Yu Ke [Fri, 12 Nov 2010 03:24:28 +0000 (11:24 +0800)]
xf86-input-mouse: upgrade from 1.5.0 to 1.6.0

Fixed LIC_FILES_CHKSUM due to license change from Sun -> Oracle

Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoxf86-input-evdev: upgrade from 2.4.0 to 2.5.0
Yu Ke [Fri, 12 Nov 2010 03:20:25 +0000 (11:20 +0800)]
xf86-input-evdev: upgrade from 2.4.0 to 2.5.0

Fixed LIC_FILES_CHKSUM due to license change from Sun -> Oracle

Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoxmodmap: upgrade from 1.0.4 to 1.0.5
Yu Ke [Fri, 12 Nov 2010 03:09:09 +0000 (11:09 +0800)]
xmodmap: upgrade from 1.0.4 to 1.0.5

  LIC_FILES_CHKSUM Changed due to Sun -> Oracle License Change

Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
14 years agogst-plugins-ugly: Upgraded to version 0.10.16
Dongxiao Xu [Fri, 12 Nov 2010 02:44:37 +0000 (10:44 +0800)]
gst-plugins-ugly: Upgraded to version 0.10.16

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agogst-plugins-bad: Upgraded to version 0.10.20
Dongxiao Xu [Fri, 12 Nov 2010 02:44:15 +0000 (10:44 +0800)]
gst-plugins-bad: Upgraded to version 0.10.20

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agogst-plugins-good: Upgraded to version 0.10.25
Dongxiao Xu [Fri, 12 Nov 2010 02:43:54 +0000 (10:43 +0800)]
gst-plugins-good: Upgraded to version 0.10.25

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agogst-plugins-base: Upgraded to version 0.10.30
Dongxiao Xu [Fri, 12 Nov 2010 02:43:25 +0000 (10:43 +0800)]
gst-plugins-base: Upgraded to version 0.10.30

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agogstreamer: Upgrade to version 0.10.30
Dongxiao Xu [Fri, 12 Nov 2010 02:42:20 +0000 (10:42 +0800)]
gstreamer: Upgrade to version 0.10.30

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agosstate.bbclass: Remove the temp sstate-build-* directories in WORKDIR
Dongxiao Xu [Thu, 11 Nov 2010 08:27:05 +0000 (16:27 +0800)]
sstate.bbclass: Remove the temp sstate-build-* directories in WORKDIR

Remove the temp sstate-build-* directoies.
Take poky-image-minimal as an example, this saves about 17% disk space.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agotask-poky-lsb: add new LSB Recipe
Saul Wold [Fri, 12 Nov 2010 16:51:56 +0000 (08:51 -0800)]
task-poky-lsb: add new LSB Recipe

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
14 years agoLSB: Add a new package
Xiaofeng Yan [Thu, 4 Nov 2010 08:09:23 +0000 (16:09 +0800)]
LSB: Add a new package

This package is needed by lsb test
Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
14 years agoiproute2: update LIC_FILES_CHKSUM
Saul Wold [Thu, 11 Nov 2010 04:35:22 +0000 (20:35 -0800)]
iproute2: update LIC_FILES_CHKSUM

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
14 years agogit: Update recipe for git to include configure options
Saul Wold [Thu, 11 Nov 2010 04:35:31 +0000 (20:35 -0800)]
git: Update recipe for git to include configure options

Updated LICENSE
Added LIC_FILES_CHKSUM

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
14 years agoimagetest-qemu: Add sanity test cases for scp/shutdown in target
Jiajun Xu [Wed, 10 Nov 2010 14:58:52 +0000 (22:58 +0800)]
imagetest-qemu: Add sanity test cases for scp/shutdown in target

scp test is to check if file copying via network work or not in target.
shutdown test is to check if target can be poweroff with qemu process off.

Signed-off-by Jiajun Xu <jiajun.xu@intel.com>

14 years agoimage.bbclass/initscripts: Make /etc/timestamp usage consistent.
Gary Thomas [Thu, 4 Nov 2010 11:34:12 +0000 (05:34 -0600)]
image.bbclass/initscripts: Make /etc/timestamp usage consistent.

 Timestamp is kept in UTC
 Remove superfluous 'create_etc_timestamp()' function
 - seems to be a duplicate of 'rootfs_update_timestamp()'
 Remove External function reference

[sgw@linux.intel.com: merged 2 patches and cleanup commit message]

Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoinsane.bbclass: fix qa_configure and qa_staging
Qing He [Wed, 10 Nov 2010 07:57:45 +0000 (15:57 +0800)]
insane.bbclass: fix qa_configure and qa_staging

fix the typo in `postfuncs' and effectively re-enables
qa_configure and qa_staging

Signed-off-by: Qing He <qing.he@intel.com>
14 years agolibnss-mdns: fix package removal
Qing He [Tue, 9 Nov 2010 08:01:43 +0000 (16:01 +0800)]
libnss-mdns: fix package removal

Fixes [BUGID #510]

Signed-off-by: Qing He <qing.he@intel.com>
14 years agoprocps: upgrade to version 3.2.8
Qing He [Wed, 10 Nov 2010 07:57:07 +0000 (15:57 +0800)]
procps: upgrade to version 3.2.8

from 3.2.7
also update license info
[sgw@linux.intel.com: added gmake-3.82 patch to correct location]

Signed-off-by: Qing He <qing.he@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoiptables: upgrade to version 1.4.9
Qing He [Wed, 10 Nov 2010 01:15:51 +0000 (09:15 +0800)]
iptables: upgrade to version 1.4.9

from 1.4.8

Signed-off-by: Qing He <qing.he@intel.com>
14 years agoiproute2: upgrade to version 2.6.35
Qing He [Wed, 10 Nov 2010 01:14:24 +0000 (09:14 +0800)]
iproute2: upgrade to version 2.6.35

from 2.6.34

Signed-off-by: Qing He <qing.he@intel.com>
14 years agopciutils: upgrade to version 3.1.7
Qing He [Wed, 10 Nov 2010 01:03:31 +0000 (09:03 +0800)]
pciutils: upgrade to version 3.1.7

from 3.1.5

Signed-off-by: Qing He <qing.he@intel.com>
14 years agonfs-utils: upgrade to version 1.2.3
Qing He [Tue, 9 Nov 2010 08:08:02 +0000 (16:08 +0800)]
nfs-utils: upgrade to version 1.2.3

from 1.2.2

Signed-off-by: Qing He <qing.he@intel.com>
14 years agocurl: upgrade to version 7.21.2
Qing He [Tue, 9 Nov 2010 06:33:24 +0000 (14:33 +0800)]
curl: upgrade to version 7.21.2

from 7.21.0

Signed-off-by: Qing He <qing.he@intel.com>
14 years agotzdata: upgrade to version 2010o
Qing He [Tue, 9 Nov 2010 06:25:38 +0000 (14:25 +0800)]
tzdata: upgrade to version 2010o

from 2010j

Signed-off-by: Qing He <qing.he@intel.com>
14 years agoshared-mime-info: upgrade to version 0.80
Qing He [Tue, 9 Nov 2010 06:23:20 +0000 (14:23 +0800)]
shared-mime-info: upgrade to version 0.80

from 0.71

also move PR out of .inc file

Signed-off-by: Qing He <qing.he@intel.com>
14 years agobase.bbclass/poky.conf: Fix INCOMPATIBLE_LICENSE Whitelist checking
Saul Wold [Thu, 7 Oct 2010 21:39:05 +0000 (14:39 -0700)]
base.bbclass/poky.conf: Fix INCOMPATIBLE_LICENSE Whitelist checking

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
14 years agopoky-init-build-env: Fix to show the error message with simple sh based shells
Richard Purdie [Sat, 13 Nov 2010 14:26:46 +0000 (22:26 +0800)]
poky-init-build-env: Fix to show the error message with simple sh based shells

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agopoky-ref-manual: Drop non-commercial clause
Richard Purdie [Sat, 13 Nov 2010 14:13:00 +0000 (22:13 +0800)]
poky-ref-manual: Drop non-commercial clause

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobitbake: Rewrite profiling code so its functional for both none and xmlrpc backends
Richard Purdie [Sat, 13 Nov 2010 13:23:54 +0000 (21:23 +0800)]
bitbake: Rewrite profiling code so its functional for both none and xmlrpc backends

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobitbake/fetch: Allow checking of a single url at a time (massive sstate speed improve...
Richard Purdie [Sat, 13 Nov 2010 12:10:53 +0000 (20:10 +0800)]
bitbake/fetch: Allow checking of a single url at a time (massive sstate speed improvement)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobitbake/fetch: Fix handling of mirrors when checking for url validity
Richard Purdie [Sat, 13 Nov 2010 12:10:04 +0000 (20:10 +0800)]
bitbake/fetch: Fix handling of mirrors when checking for url validity

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agosstate.bbclass: Only create symlinks to different localpath urls if the fetch succeeded
Richard Purdie [Sat, 13 Nov 2010 12:08:23 +0000 (20:08 +0800)]
sstate.bbclass: Only create symlinks to different localpath urls if the fetch succeeded

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoRevert "bitbake/fetch/local: Also check DL_DIR for files since they could already...
Richard Purdie [Sat, 13 Nov 2010 12:03:13 +0000 (20:03 +0800)]
Revert "bitbake/fetch/local: Also check DL_DIR for files since they could already exists there"

These changes were incorrect.

This reverts commit ae98f7eacb9e61fe086d88dc694b4c651af9fee3.

14 years agoRevert "bitbake/fetch/local: Fix os.exists reference"
Richard Purdie [Sat, 13 Nov 2010 12:02:38 +0000 (20:02 +0800)]
Revert "bitbake/fetch/local: Fix os.exists reference"

These changes were incorrect.

This reverts commit f8e33979352528bb7c289e7c839605a5880e1e43.

14 years agobitbake/fetch/local: Fix os.exists reference
Richard Purdie [Sat, 13 Nov 2010 02:23:15 +0000 (10:23 +0800)]
bitbake/fetch/local: Fix os.exists reference

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobitbake/fetch/local: Also check DL_DIR for files since they could already exists...
Richard Purdie [Fri, 12 Nov 2010 23:26:21 +0000 (07:26 +0800)]
bitbake/fetch/local: Also check DL_DIR for files since they could already exists there

[BUGID #533]

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoprocps: fix for build against make 3.82
Joshua Lock [Fri, 12 Nov 2010 16:36:54 +0000 (16:36 +0000)]
procps: fix for build against make 3.82

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agogit-pull: add send-pull-request script
Darren Hart [Sat, 6 Nov 2010 14:06:11 +0000 (10:06 -0400)]
git-pull: add send-pull-request script

send-pull-request facilitates sending pull requests generated by
create-pull-request. The primary role of this script is to harvest email
addresses from the patches and send them out. A working installation of sendmail
(exim, postfix, msmtp, etc.) is required to use this script.

You can explicitly specify To addresses with the -t option. As this can be
tedious, the -a option will scan all the patches for To, CC, and *-by lines and
the collected addresses to the To and CC headers for each patch.

This script uses an identical recipients list for every patch, including the
cover letter. This is by design. Existing tools will auto-generate the CC header
for individual patches, but since they don't apply it to the other patches, the
recipients can lack the necessary context to provide a meaningful review. This
is especially true of the cover letter.

The pull directory generated by the create-pull-request script is specified
using the -p option.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Nitin A Kamble <nitin.a.kamble@intel.com>
CC: Richard Purdie <rpurdie@linux.intel.com>
CC: Saul Wold <saul.wold@intel.com>
CC: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agogit-pull: add the new create-pull-request script
Darren Hart [Sat, 6 Nov 2010 13:42:28 +0000 (09:42 -0400)]
git-pull: add the new create-pull-request script

The previous create-pull-request only generated a cover letter. When used to
send to the list, it did not include the patches, which made it difficult
to perform peer review. A pull request without patches is typically only sent
by a maintainer. As we are not all maintainers, we need a means to easily
submit patches for review.

As we are accustomed to making pull requests, this script retains a
git-pull-style cover letter, while sending the relevant patches as responses
to the pull. This will provide the necessary context for peer review, and still
allow people to collapse threads and see no more mail than they were previously.

This version retains the relative_to, commit_id, and contrib_branch arguments
from the original, along with their default values. It adds several more,
resulting in a highly flexible tool.

The script creates a pull directory (pull-$$ by default, configurable via the -o
option) and populates it with a git-format-patch generated patch series and
cover letter. The cover letter is modified to include the git and http pull URLs
and branch name, as well as a basic signature from the author pulled from git's
user.name and user.email config. git-format-patch provides the shortlog and
diffstat of the series.

Breaking a bit from the original, this script maintains the [PATCH] subject
prefix in the cover letter (as opposed to [GIT PULL]. This is better suited to
the majority of developers (who are not maintainers). This prefix is
configurable with the -p option, allowing you to create an [RFC PATCH]
prefix, for example.

By default, the generated cover letter with contain "*** SUBJECT HERE ***" and
"*** BLURB HERE ***" tokens which you should replace with something
appropriate prior to sending the messages.

When developing multiple versions of a patch series, it can save time to
maintain a message.txt file, rather than having to retype the message body of
the cover letter every time. The -m option allows you to specify a message file
and replace the "*** BLURB HERE ***" token of the cover letter with the contents
of the message file.

Finally, the -s option will replace the "*** SUBJECT HERE ***" token in the cover
letter with the specified subject.

The generated patches are suitable for sending via sendmail.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Nitin A Kamble <nitin.a.kamble@intel.com>
CC: Richard Purdie <rpurdie@linux.intel.com>
CC: Saul Wold <saul.wold@intel.com>
CC: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agogit pull: remove the existing create_pull_request script
Darren Hart [Sat, 6 Nov 2010 13:35:37 +0000 (09:35 -0400)]
git pull: remove the existing create_pull_request script

The patches to follow completely rewrite the existing create-pull-request.
Rather than have an initial diff of the two files (which are not at all
similar) remove the original, and then create the new one.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Nitin A Kamble <nitin.a.kamble@intel.com>
CC: Richard Purdie <rpurdie@linux.intel.com>
CC: Saul Wold <saul.wold@intel.com>
CC: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agotcltk: Fix moving libtcl8.5.so into tcl-lib.
Jingdong Lu [Mon, 8 Nov 2010 06:46:02 +0000 (14:46 +0800)]
tcltk: Fix moving libtcl8.5.so into tcl-lib.

Move /usr/lib/libtcl8.5.so into tcl-lib package.

Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
14 years agokernel: prefer the kernel produced uImage
Bruce Ashfield [Fri, 29 Oct 2010 16:13:23 +0000 (12:13 -0400)]
kernel: prefer the kernel produced uImage

The custom uImage produced by the kernel classes by default
does not universally boot and working with existing uboot
configurations and setups.

This changes the preference to the uImage constructed by
the kbuild processes and falls back to the other techniques
if uImage is requested by the kernel does not produce one.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>