]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
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>
14 years agolinux-wrs: rename force_revisions and allow override
Bruce Ashfield [Thu, 14 Oct 2010 02:41:50 +0000 (22:41 -0400)]
linux-wrs: rename force_revisions and allow override

It is useful to override revision checking from a layer or other
recipe. In order to show the global nature of the variable rename
it KERNEL_REVISION_CHECKING and make it a weak assignment.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agowrs_meta: add USB options for wacom tablet support
Bruce Ashfield [Mon, 8 Nov 2010 20:26:20 +0000 (15:26 -0500)]
wrs_meta: add USB options for wacom tablet support

Fixes [BUGID: #394]

    qemumips: Added wacom tablet support to mti_malta32_be bsp config

Signed-off-by: J. Aaron Gamble <john.gamble@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agoqemumips: re-enable wacom and standard USB UI options
Bruce Ashfield [Mon, 8 Nov 2010 20:17:29 +0000 (15:17 -0500)]
qemumips: re-enable wacom and standard USB UI options

Fixes [BUGID #394]

Now that the qemu/mti mips kernel branches have been fixed
for wacom USB interaction, we can re-nable the standard set
of qemu UI options for qemumips.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agotslib: 32bit big endian support
J. Aaron Gamble [Wed, 27 Oct 2010 15:03:17 +0000 (11:03 -0400)]
tslib: 32bit big endian support

Fixes [BUGID #394]

patch added from: https://launchpad.net/ubuntu/+source/tslib/1.0-7

Enables wacom tablet/touchscreen support on qemumips

Signed-off-by: J. Aaron Gamble <john.gamble@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agoAdded qemumips /etc/pointercal file for touchscreen calibration
J. Aaron Gamble [Wed, 27 Oct 2010 19:31:14 +0000 (15:31 -0400)]
Added qemumips /etc/pointercal file for touchscreen calibration

Fixes [BUGID #394]

Signed-off-by: J. Aaron Gamble <john.gamble@windriver.com>
14 years agoquilt: Fixed configure test for patch --version.
Beth Flanagan [Thu, 4 Nov 2010 00:20:00 +0000 (17:20 -0700)]
quilt: Fixed configure test for patch --version.

OpenSuSE 11.3 uses GNU patch 2.6.1.81-5b68 which breaks quilt's
configure test for patch version.

Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
14 years agopoky.conf: Default Locale Generation
Saul Wold [Mon, 8 Nov 2010 23:54:21 +0000 (15:54 -0800)]
poky.conf: Default Locale Generation

Add en-us and POSIX to default locale generation

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
14 years agoeglibc: add en-us locale generation
Saul Wold [Mon, 8 Nov 2010 23:53:13 +0000 (15:53 -0800)]
eglibc: add en-us locale generation

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
14 years agoeglibc: install the missing /etc/ld.so.conf into target
Dexuan Cui [Tue, 2 Nov 2010 07:42:09 +0000 (15:42 +0800)]
eglibc: install the missing /etc/ld.so.conf into target

${sysconfdir} should be added into FILES_${PN}.

Fixes [BUGID #511]

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agold.so.conf: create empty file
Saul Wold [Thu, 4 Nov 2010 18:29:04 +0000 (11:29 -0700)]
ld.so.conf: create empty file

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
14 years agobusybox: enable more options for tar to support more file formats.
Dexuan Cui [Tue, 26 Oct 2010 07:10:26 +0000 (15:10 +0800)]
busybox: enable more options for tar to support more file formats.

Fixes [BUGID #495]

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agobzip2: upgrade to version 1.0.6
Qing He [Wed, 3 Nov 2010 07:06:24 +0000 (15:06 +0800)]
bzip2: upgrade to version 1.0.6

resolves security bug CVE-2010-0405

Signed-off-by: Qing He <qing.he@intel.com>
14 years agoimagetest-qemu: Add test case for dmesg check in target
Jiajun Xu [Fri, 29 Oct 2010 17:03:22 +0000 (01:03 +0800)]
imagetest-qemu: Add test case for dmesg check in target

Add a test case for error log check with command dmesg in target. The
case introduces a new folder in target, "/opt/test", which holds test
scripts running in target.

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

14 years agopoky.conf: Change default locale to POSIX
Saul Wold [Thu, 4 Nov 2010 18:01:42 +0000 (11:01 -0700)]
poky.conf: Change default locale to POSIX

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
14 years agotask-sdk-gmae: fix typo in SDK-EXTRAS and convert to ?= for assignment
Saul Wold [Thu, 4 Nov 2010 17:49:29 +0000 (10:49 -0700)]
task-sdk-gmae: fix typo in SDK-EXTRAS and convert to ?= for assignment

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
14 years agopython: Fix hardcoded python references which should refer to PN, removing duplicate...
Richard Purdie [Wed, 10 Nov 2010 13:07:12 +0000 (21:07 +0800)]
python: Fix hardcoded python references which should refer to PN, removing duplicate providers warning

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobusybox: import upstream patch for make 3.82
Joshua Lock [Tue, 9 Nov 2010 12:18:14 +0000 (12:18 +0000)]
busybox: import upstream patch for make 3.82

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agoeglibc: fix build of eglibc-initial for make 3.82
Joshua Lock [Tue, 9 Nov 2010 12:14:28 +0000 (12:14 +0000)]
eglibc: fix build of eglibc-initial for make 3.82

Make 3.82, as shipped with Fedora 14, fixes some holes in the parser which in
turn breaks behaviour of some Makefiles. Most notably eglibc's.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agopackage.bbclass: make sure 'sysroots' created before lockfile
Kevin Tian [Tue, 26 Oct 2010 07:54:43 +0000 (15:54 +0800)]
package.bbclass: make sure 'sysroots' created before lockfile

package sstate requires a lock under sysroots/, which however may not be
created when sstate_setscene functions are executed and then causes failures.
here we make sure 'sysroots' created before do_package_setscene is executed.

Signed-off-by: Kevin Tian <kevin.tian@intel.com>