[yocto] [PATCH 1/1] x86: fix a bug of wrong return erorr.

2011-08-23 Thread Liming Wang
__vdso_clock_gettime should fall back to call vdso_fallback_gettime function if no clockid is selected, not just return error. Signed-off-by: Liming Wang --- arch/x86/vdso/vclock_gettime.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/x86/vdso/vclock_gettime.c b/

[yocto] [PATCH 0/1] x86: fix a bug of wrong return erorr.

2011-08-23 Thread Liming Wang
Fix a bug to make a ltp test work on qemux86-64: bug 900: [LTP] clock_nanosleep01 fails on qemux86-64 Liming Wang (1): x86: fix a bug of wrong return erorr. arch/x86/vdso/vclock_gettime.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-)

Re: [yocto] Tested host distros for 1.1

2011-08-23 Thread Xu, Jiajun
> Hi all, > > We now have the mechanism for fixing bug #1096 [1] i.e. showing a > warning if the user is running a build on a distro that has not been > tested; however to make this work what we now need is a list of > distributions we want to consider tested. What distros specifically are we > g

Re: [yocto] [PATCH 00/14] Minor documentation updates for 1.1

2011-08-23 Thread Paul Eggleton
On Tuesday 23 August 2011 16:30:33 Paul Eggleton wrote: > A number of minor documentation fixes; please review for sanity prior > to merging, in particular I wasn't sure if the document titles were left > blank deliberately. > > These changes are against Poky but might need to be merged into yocto

Re: [yocto] ARM 3D support was Re: [fedora-arm] ARM summit at Plumbers 2011

2011-08-23 Thread Gordan Bobic
On 08/23/2011 07:01 PM, omall...@msu.edu wrote: Quoting Gordan Bobic : Unfortunately there is no way I could make it, but on the subject of 3D support on ARM, Luke recently mentioned something that initially seemed outlandish but upon closer examination doesn't seem like a bad idea. As we all kn

Re: [yocto] [PATCH 1/1] beagleboard.conf: set DEFAULT_TUNE to cortexa8

2011-08-23 Thread Martin Jansa
On Tue, Aug 23, 2011 at 02:26:06PM -0700, Saul Wold wrote: > On 08/23/2011 12:35 PM, Tom Rini wrote: > > On Tue, Aug 23, 2011 at 1:36 PM, Saul Wold wrote: > >> [YOCTO #1381] > >> > >> lttng-ust generates an ICE when building for armv7, so change it to > >> armv5 > >> | vfprintf.c:956:

Re: [yocto] [PATCH 1/1] beagleboard.conf: set DEFAULT_TUNE to cortexa8

2011-08-23 Thread Saul Wold
On 08/23/2011 12:35 PM, Tom Rini wrote: On Tue, Aug 23, 2011 at 1:36 PM, Saul Wold wrote: [YOCTO #1381] lttng-ust generates an ICE when building for armv7, so change it to armv5 | vfprintf.c:956:1: error: unrecognizable insn: | (insn 3968 3967 3969 145 (set (subreg:SI (reg/v:DI

Re: [yocto] [PATCH 1/1] beagleboard.conf: set DEFAULT_TUNE to cortexa8

2011-08-23 Thread Tom Rini
On Tue, Aug 23, 2011 at 1:36 PM, Saul Wold wrote: >    [YOCTO #1381] > >    lttng-ust generates an ICE when building for armv7, so change it to armv5 >    | vfprintf.c:956:1: error: unrecognizable insn: >    | (insn 3968 3967 3969 145 (set (subreg:SI (reg/v:DI 160 [ _umax ]) 0) >    |         (sig

Re: [yocto] [PATCH 1/1] beagleboard.conf: set DEFAULT_TUNE to cortexa8

2011-08-23 Thread Darren Hart
On 08/23/2011 11:36 AM, Saul Wold wrote: > [YOCTO #1381] > > lttng-ust generates an ICE when building for armv7, so change it to armv5 > | vfprintf.c:956:1: error: unrecognizable insn: > | (insn 3968 3967 3969 145 (set (subreg:SI (reg/v:DI 160 [ _umax ]) 0) > | (sign_

[yocto] [PATCH 0/1] Fix for lttng-ust not compiling on beagleboard

2011-08-23 Thread Saul Wold
Thanks to Darren for helping with this one. Sau! The following changes since commit b2266beeb357bae938830f559845f5f3deb4f916: usermanual: The git fetcher defaults to the git protocol (or file) (2011-08-23 10:00:35 -0700) are available in the git repository at: git://git.yoctoproject.org/p

[yocto] [PATCH 1/1] beagleboard.conf: set DEFAULT_TUNE to cortexa8

2011-08-23 Thread Saul Wold
[YOCTO #1381] lttng-ust generates an ICE when building for armv7, so change it to armv5 | vfprintf.c:956:1: error: unrecognizable insn: | (insn 3968 3967 3969 145 (set (subreg:SI (reg/v:DI 160 [ _umax ]) 0) | (sign_extend:SI (mem:QI (plus:SI (mult:SI (reg/v:SI 166 [ nex

Re: [yocto] [PATCH 0/1] Add Time-Limited-Kernel Layer to meta-intel

2011-08-23 Thread Darren Hart
On 08/23/2011 10:55 AM, Saul Wold wrote: > On 08/23/2011 09:59 AM, Darren Hart wrote: >> >> >> On 08/21/2011 04:15 PM, Saul Wold wrote: >>> Tom, Darren: >>> >>> This adds Bruce's changes to allow for a time limited kernel, the >>> default is set for 10 days. >> >> I presume we need a linux-yocto-

Re: [yocto] [PATCH 0/1] Add Time-Limited-Kernel Layer to meta-intel

2011-08-23 Thread Saul Wold
On 08/23/2011 09:59 AM, Darren Hart wrote: On 08/21/2011 04:15 PM, Saul Wold wrote: Tom, Darren: This adds Bruce's changes to allow for a time limited kernel, the default is set for 10 days. I presume we need a linux-yocto-rt_3.0.bbappend as well? Are we building and delivering RT images f

Re: [yocto] [PATCH 1/1] beagleboard: enable hard floating point abi

2011-08-23 Thread Philip Balister
On 08/23/2011 05:38 AM, Koen Kooi wrote: Op 20 aug. 2011, om 00:23 heeft Darren Hart het volgende geschreven: Fixes [YOCTO #1203] Using the hard floating point abi is incompatible with some binary libaries and 3D support for the Beagleboard. As we do not provide these in poky and meta-yocto,

Re: [yocto] [PATCH 1/1] beagleboard: enable hard floating point abi

2011-08-23 Thread Tom Rini
On Tue, Aug 23, 2011 at 11:55 AM, Darren Hart wrote: > On 08/23/2011 08:34 AM, Tom Rini wrote: >> On Tue, Aug 23, 2011 at 8:31 AM, Darren Hart wrote: >>> On 08/23/2011 05:38 AM, Koen Kooi wrote: Op 20 aug. 2011, om 00:23 heeft Darren Hart het volgende geschreven: > Fixes [YOCTO

Re: [yocto] [PATCH 0/1] Add Time-Limited-Kernel Layer to meta-intel

2011-08-23 Thread Darren Hart
On 08/21/2011 04:15 PM, Saul Wold wrote: > Tom, Darren: > > This adds Bruce's changes to allow for a time limited kernel, the > default is set for 10 days. I presume we need a linux-yocto-rt_3.0.bbappend as well? -- Darren > > This layer will only be added to the meta-intel BSP on the Auto-b

Re: [yocto] [PATCH 1/1] beagleboard: enable hard floating point abi

2011-08-23 Thread Darren Hart
On 08/23/2011 08:34 AM, Tom Rini wrote: > On Tue, Aug 23, 2011 at 8:31 AM, Darren Hart wrote: >> On 08/23/2011 05:38 AM, Koen Kooi wrote: >>> >>> Op 20 aug. 2011, om 00:23 heeft Darren Hart het volgende geschreven: >>> Fixes [YOCTO #1203] Using the hard floating point abi is incom

Re: [yocto] [fedora-arm] ARM summit at Plumbers 2011

2011-08-23 Thread Gordan Bobic
On Tue, 23 Aug 2011 17:11:34 +0100, Steve McIntyre wrote: On Tue, Aug 09, 2011 at 07:15:34PM +0100, Steve McIntyre wrote: Hi folks, Following on from the founding of the cross-distro ARM mailing list, I'd like to propose an ARM summit at this year's Linux Plumbers conference [1]. I'm hoping fo

Re: [yocto] ARM summit at Plumbers 2011

2011-08-23 Thread Steve McIntyre
On Tue, Aug 09, 2011 at 07:15:34PM +0100, Steve McIntyre wrote: >Hi folks, > >Following on from the founding of the cross-distro ARM mailing list, >I'd like to propose an ARM summit at this year's Linux Plumbers >conference [1]. I'm hoping for a slot on Thursday evening, but this >remains to be con

[yocto] Tested host distros for 1.1

2011-08-23 Thread Paul Eggleton
Hi all, We now have the mechanism for fixing bug #1096 [1] i.e. showing a warning if the user is running a build on a distro that has not been tested; however to make this work what we now need is a list of distributions we want to consider tested. What distros specifically are we going to list

Re: [yocto] [PATCH 1/1] beagleboard: enable hard floating point abi

2011-08-23 Thread Tom Rini
On Tue, Aug 23, 2011 at 8:31 AM, Darren Hart wrote: > On 08/23/2011 05:38 AM, Koen Kooi wrote: >> >> Op 20 aug. 2011, om 00:23 heeft Darren Hart het volgende geschreven: >> >>> Fixes [YOCTO #1203] >>> >>> Using the hard floating point abi is incompatible with some binary >>> libaries and 3D suppor

[yocto] [PATCH 14/14] documentation: clarify specifying a specific package with -e

2011-08-23 Thread Paul Eggleton
The -b option is not required to show the environment used to build a specific package; usually the best practice is to specify the package name alone. Signed-off-by: Paul Eggleton --- documentation/poky-ref-manual/usingpoky.xml |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff

[yocto] [PATCH 13/14] documentation: update documentation for SRCREV variable

2011-08-23 Thread Paul Eggleton
* Add note about specifying a full revision ID to prevent querying the remote server on every parse * Mercurial also supports this variable Signed-off-by: Paul Eggleton --- documentation/poky-ref-manual/ref-variables.xml |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --g

[yocto] [PATCH 12/14] documentation: set titles for all documents

2011-08-23 Thread Paul Eggleton
These documents do not have titles when showing up on the website; set the title tag value so that they do. Signed-off-by: Paul Eggleton --- documentation/adt-manual/adt-manual.xml |2 +- documentation/bsp-guide/bsp-guide.xml |2 +- documentation/dev-manual/dev-manu

[yocto] [PATCH 11/14] documentation: update BBFILE_* variable documentation

2011-08-23 Thread Paul Eggleton
* Add documentation of LAYERVERSION, LAYERDEPENDS and new layer priority behaviour * Improve some wording Signed-off-by: Paul Eggleton --- documentation/poky-ref-manual/ref-variables.xml | 46 +++--- 1 files changed, 39 insertions(+), 7 deletions(-) diff --git a/documentatio

[yocto] [PATCH 10/14] documentation: update for directdisk/live image changes

2011-08-23 Thread Paul Eggleton
-live and -directdisk image have been removed; add a tip about using the live option in IMAGE_FSTYPES to build any image as a live image. Signed-off-by: Paul Eggleton --- documentation/poky-ref-manual/ref-images.xml | 62 +++--- 1 files changed, 7 insertions(+), 55 deletion

[yocto] [PATCH 09/14] documentation: update TERMCMD/TERMCMDRUN documentation

2011-08-23 Thread Paul Eggleton
* xterm is now the default * Konsole from KDE 4.x will no longer work due to changes in behaviour Signed-off-by: Paul Eggleton --- documentation/poky-ref-manual/development.xml |2 +- documentation/poky-ref-manual/ref-variables.xml | 10 +- 2 files changed, 10 insertions(+), 2 de

[yocto] [PATCH 08/14] documentation: ensure all examples have LIC_FILES_CHKSUM

2011-08-23 Thread Paul Eggleton
We really need to have LIC_FILES_CHKSUM in all of our example recipes, because it is now mandatory. Signed-off-by: Paul Eggleton --- .../examples/hello-autotools/hello_2.3.bb |1 + .../poky-ref-manual/examples/hello-single/hello.bb |1 + .../examples/libxpm/libxpm_3.5.6.bb

[yocto] [PATCH 07/14] documentation: improve LIC_FILES_CHKSUM documentation

2011-08-23 Thread Paul Eggleton
Document that LIC_FILES_CHKSUM is mandatory, when gets validated, and improve some wording. Signed-off-by: Paul Eggleton --- documentation/poky-ref-manual/extendpoky.xml| 37 +-- documentation/poky-ref-manual/ref-variables.xml |8 ++-- 2 files changed, 25 insertions

[yocto] [PATCH 06/14] documentation: SITEINFO_ENDIANESS -> SITEINFO_ENDIANNESS

2011-08-23 Thread Paul Eggleton
This variable was renamed (to match OE) in the Yocto 1.1 development cycle. Signed-off-by: Paul Eggleton --- documentation/poky-ref-manual/ref-classes.xml |2 +- documentation/poky-ref-manual/ref-variables.xml |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docume

[yocto] [PATCH 05/14] documentation: POKYMODE/POKYLIBC -> TCMODE/TCLIBC

2011-08-23 Thread Paul Eggleton
These variables were renamed in the Yocto 1.1 development cycle. Signed-off-by: Paul Eggleton --- documentation/poky-ref-manual/ref-variables.xml |4 ++-- documentation/poky-ref-manual/ref-varlocality.xml |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/documenta

[yocto] [PATCH 04/14] documentation: typo, spelling & minor grammar fixes

2011-08-23 Thread Paul Eggleton
Signed-off-by: Paul Eggleton --- documentation/bsp-guide/bsp.xml |4 ++-- documentation/poky-ref-manual/development.xml |2 +- documentation/poky-ref-manual/faq.xml | 10 +- documentation/poky-ref-manual/introduction.xml |2 +- documentation/poky

[yocto] [PATCH 03/14] README.hardware: typo/capitalisation fixes

2011-08-23 Thread Paul Eggleton
Signed-off-by: Paul Eggleton --- README.hardware |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.hardware b/README.hardware index d4f7b47..4a0105d 100644 --- a/README.hardware +++ b/README.hardware @@ -81,7 +81,7 @@ Depending on the device, it can boot from a

[yocto] [PATCH 02/14] documentation: update bitbake --help output

2011-08-23 Thread Paul Eggleton
A number of things have changed since the last time this was updated. Also replace reference to this being the manpage. Signed-off-by: Paul Eggleton --- documentation/poky-ref-manual/ref-bitbake.xml | 30 +++- 1 files changed, 19 insertions(+), 11 deletions(-) diff --git a

[yocto] [PATCH 01/14] documentation: correct QT to Qt

2011-08-23 Thread Paul Eggleton
Signed-off-by: Paul Eggleton --- documentation/poky-ref-manual/ref-structure.xml |2 +- meta/recipes.txt|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/poky-ref-manual/ref-structure.xml b/documentation/poky-ref-manual/re

[yocto] [PATCH 00/14] Minor documentation updates for 1.1

2011-08-23 Thread Paul Eggleton
A number of minor documentation fixes; please review for sanity prior to merging, in particular I wasn't sure if the document titles were left blank deliberately. These changes are against Poky but might need to be merged into yocto-docs first. The following changes since commit edd8e1e8b974eb3f0

Re: [yocto] [PATCH 1/1] beagleboard: enable hard floating point abi

2011-08-23 Thread Darren Hart
On 08/23/2011 05:38 AM, Koen Kooi wrote: > > Op 20 aug. 2011, om 00:23 heeft Darren Hart het volgende geschreven: > >> Fixes [YOCTO #1203] >> >> Using the hard floating point abi is incompatible with some binary >> libaries and 3D support for the Beagleboard. As we do not provide >> these in p

Re: [yocto] [PATCH 1/1] beagleboard: enable hard floating point abi

2011-08-23 Thread Koen Kooi
Op 20 aug. 2011, om 00:23 heeft Darren Hart het volgende geschreven: > Fixes [YOCTO #1203] > > Using the hard floating point abi is incompatible with some binary libaries > and > 3D support for the Beagleboard. As we do not provide these in poky and > meta-yocto, we can take advantage of the ha

Re: [yocto] [PATCH 1/1] beagleboard: enable hard floating point abi

2011-08-23 Thread Jason Kridner
On Fri, Aug 19, 2011 at 6:23 PM, Darren Hart wrote: > Fixes [YOCTO #1203] > > Using the hard floating point abi is incompatible with some binary libaries > and > 3D support for the Beagleboard. As we do not provide these in poky and > meta-yocto, we can take advantage of the hard floating point a

Re: [yocto] bitbake: pause build ?

2011-08-23 Thread Stefan Schmidt
Hello. On Tue, 2011-08-23 at 13:34, Lukas-David Gorris wrote: > > While in the process of compiling a large image I had to do some cpu/mem > intensive stuff on the build machine. Usually I would just cancel the > build, letting the running tasks finish and then start the build again > when done.

[yocto] bitbake: pause build ?

2011-08-23 Thread Lukas-David Gorris
Hi, While in the process of compiling a large image I had to do some cpu/mem intensive stuff on the build machine. Usually I would just cancel the build, letting the running tasks finish and then start the build again when done. This works well but the downside is that unnecessary log data will sh