Re: [yocto] [PATCH 0/1] Misc: detect trailing space in the patches

2012-12-05 Thread Daniel Stone
Hi, On 6 December 2012 15:23, Martin Jansa wrote: > Can you add also detection of mixed whitespace? E.g. tab followed by space > in multilinear indentation? Only as warning. Thanks > These checks can generate infuriating false positives when your patch modifies upstream code which has trailing

Re: [yocto] [PATCH 0/1] Misc: detect trailing space in the patches

2012-12-05 Thread Martin Jansa
Can you add also detection of mixed whitespace? E.g. tab followed by space in multilinear indentation? Only as warning. Thanks On Dec 6, 2012 12:38 AM, wrote: > From: Nitin A Kamble > > This commit is for detecting trailing white space in the > create-pull-request script. > > Thanks, > Nitin > >

[yocto] M1 status

2012-12-05 Thread Flanagan, Elizabeth
All, Considering the results from rc1, we've decided to forgo an rc2, begin rolling up the 1.4 M1 release and utilize autobuilder time for a master build: http://autobuilder.yoctoproject.org/pub/nightly/20121205-3 Please begin QA on this build. Thanks! -- Elizabeth Flanagan Yocto Pr

[yocto] [Patch v2 1/1] create-pull-request: detect trailing white space

2012-12-05 Thread nitin . a . kamble
From: Nitin A Kamble Add logic in the create-pull-request to detect the trailing white space inserted by patches. Signed-off-by: Nitin A Kamble --- scripts/create-pull-request | 13 - 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/scripts/create-pull-request b/sc

[yocto] [Patch v2 0/1] Misc: check trailing white space in the patches

2012-12-05 Thread nitin . a . kamble
From: Nitin A Kamble The earlier (v1) patch was checking trailing white space only for added empty lines. This v2 patch checks for all the lines added by patches. Thanks, Nitin The following changes since commit 381c4b69c7e8b452f4d3de2f8214e6e5f6a9abe7: sstate.bbclass: fix detection of owne

[yocto] [PATCH 1/1] create-pull-request: detect trailing white space

2012-12-05 Thread nitin . a . kamble
From: Nitin A Kamble Add logic in the create-pull-request to detect the trailing white space inserted by patches. Signed-off-by: Nitin A Kamble --- scripts/create-pull-request | 13 - 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/scripts/create-pull-request b/sc

[yocto] [PATCH 0/1] Misc: detect trailing space in the patches

2012-12-05 Thread nitin . a . kamble
From: Nitin A Kamble This commit is for detecting trailing white space in the create-pull-request script. Thanks, Nitin The following changes since commit 381c4b69c7e8b452f4d3de2f8214e6e5f6a9abe7: sstate.bbclass: fix detection of owners matching sstate files (2012-12-05 15:34:07 +) ar

Re: [yocto] [PATCH] Fix incompatibility with jre1.6 support for typed HashMap

2012-12-05 Thread Zhang, Jessica
Hi Ioana, None of your patches of today apply so there seems to be some rebase issue. Also, I've added headless build support changes for windows BC plugin, so can you rebase against jzhang/windows-build and resubmit the patch series? Thanks, Jessica -Original Message- From: yocto-bou

Re: [yocto] Need for offline binary configuration

2012-12-05 Thread Mark Hatle
On 11/29/12 5:09 AM, Venkata ramana gollamudi wrote: Added few more thoughts Looking for possible options to implement Offline Configuration Tool requirement. please check and comment on it. Configuration flow: a) Task do_createconfig will generate data to configure. This serves as input for

Re: [yocto] Need for offline binary configuration

2012-12-05 Thread Mark Hatle
My apologies for the late response. See below, I'll follow up on your second email as well... On 11/20/12 9:09 AM, Venkata ramana gollamudi wrote: Poky allows to build custom Linux for you, but we have cases where the post build customization is required, like user-addition, network configurat

Re: [yocto] problems adding extra packages

2012-12-05 Thread Jim Abernathy
On 12/05/2012 03:28 PM, Martin Jansa wrote: On Wed, Dec 05, 2012 at 03:25:52PM -0500, Jim Abernathy wrote: In the past on denzil, I'd get images working then start adding specific packages like this: LICENSE_FLAGS_WHITELIST = "commercial" CORE_IMAGE_EXTRA_INSTALL ?= "gst-fluendo-mp3" CORE_IMAGE

Re: [yocto] problems adding extra packages

2012-12-05 Thread Martin Jansa
On Wed, Dec 05, 2012 at 03:25:52PM -0500, Jim Abernathy wrote: > In the past on denzil, I'd get images working then start adding specific > packages like this: > > LICENSE_FLAGS_WHITELIST = "commercial" > CORE_IMAGE_EXTRA_INSTALL ?= "gst-fluendo-mp3" > CORE_IMAGE_EXTRA_INSTALL ?= "web-webkit" > C

[yocto] problems adding extra packages

2012-12-05 Thread Jim Abernathy
In the past on denzil, I'd get images working then start adding specific packages like this: LICENSE_FLAGS_WHITELIST = "commercial" CORE_IMAGE_EXTRA_INSTALL ?= "gst-fluendo-mp3" CORE_IMAGE_EXTRA_INSTALL ?= "web-webkit" CORE_IMAGE_EXTRA_INSTALL ?= "myvideos" CORE_IMAGE_EXTRA_INSTALL ?= "myaudios"

[yocto] FW: Yocto Project 1.4 M1 release readiness meeting

2012-12-05 Thread Liu, Song
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:Pacific Standard Time BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0700 TZOFFSETTO:-0800 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11 END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T02000

Re: [yocto] sysroot for use with GDB

2012-12-05 Thread Mark Hatle
On 12/5/12 6:38 AM, Wolfgang Denk wrote: Hello, nobody here who could help out? In message <20121203124234.6327b200...@gemini.denx.de> I wrote: according to the documentation [1] the right way to debug applications on the target is to load the target library information in GDB using

Re: [yocto] mail list for Xilinx Zynq platform?

2012-12-05 Thread Philip Balister
On 12/05/2012 10:30 AM, Bruce Ashfield wrote: On 12-12-05 01:15 PM, Philip Balister wrote: On 12/05/2012 06:46 AM, Bruce Ashfield wrote: On 12-12-05 09:42 AM, Elvis Dowson wrote: ... Thanks! Should we go ahead and set the list up so interested parties can start coordinating our existing wor

Re: [linux-yocto] Fwd: RE: yocto git fetcher hardcoded to master?

2012-12-05 Thread Darren Hart
On 12/05/2012 10:19 AM, Bruce Ashfield wrote: > On 12-12-05 01:09 PM, Darren Hart wrote: >> Some candid feedback from someone struggling with their build. They >> specified a non-master branch on the SRC_URI but had not added a >> KBRANCH, so bitbake fetched everything, but do_kernel_checkout che

Re: [yocto] mail list for Xilinx Zynq platform?

2012-12-05 Thread Bruce Ashfield
On 12-12-05 01:15 PM, Philip Balister wrote: On 12/05/2012 06:46 AM, Bruce Ashfield wrote: On 12-12-05 09:42 AM, Elvis Dowson wrote: Hi, On Dec 5, 2012, at 5:21 PM, Andreas Schweigstill wrote: I have also tried to build a kernel and root filesystem for Zynq but the kernel gets stuck when bo

Re: [yocto] mail list for Xilinx Zynq platform?

2012-12-05 Thread Philip Balister
On 12/05/2012 05:21 AM, Andreas Schweigstill wrote: Hello! I personally have used Philip's meta-zynq layer to build a working u-boot and linux kernel image using Yocto. It works really well. I have also tried to build a kernel and root filesystem for Zynq but the kernel gets stuck when bootin

Re: [linux-yocto] Fwd: RE: yocto git fetcher hardcoded to master?

2012-12-05 Thread Bruce Ashfield
On 12-12-05 01:09 PM, Darren Hart wrote: Some candid feedback from someone struggling with their build. They specified a non-master branch on the SRC_URI but had not added a KBRANCH, so bitbake fetched everything, but do_kernel_checkout checked out the master branch. This sort of disconnect betw

Re: [yocto] mail list for Xilinx Zynq platform?

2012-12-05 Thread Philip Balister
On 12/05/2012 05:21 AM, Andreas Schweigstill wrote: Hello! I personally have used Philip's meta-zynq layer to build a working u-boot and linux kernel image using Yocto. It works really well. I have also tried to build a kernel and root filesystem for Zynq but the kernel gets stuck when bootin

Re: [yocto] mail list for Xilinx Zynq platform?

2012-12-05 Thread Philip Balister
On 12/05/2012 06:46 AM, Bruce Ashfield wrote: On 12-12-05 09:42 AM, Elvis Dowson wrote: Hi, On Dec 5, 2012, at 5:21 PM, Andreas Schweigstill wrote: I have also tried to build a kernel and root filesystem for Zynq but the kernel gets stuck when booting, regardless if on the ZC702 board or on

Re: [yocto] [meta-baryon][PATCH 1/1] proftpd: conditionally remove /usr/libexec

2012-12-05 Thread Paul Eggleton
On Monday 03 December 2012 15:22:42 Kevin Strasser wrote: > As of poky commit id 1d18224b24a515a07170ce36dbd725cb203d3300 > libexecdir has been changed to ${libdir}/${BPN} which is typically > /usr/lib. This change introduces a check to see if /usr/libexec is > being used before attempting to remov

[yocto] [PATCH 2/2] Fix synchronous waiting for command prompt in Linux & connection lost when restarting

2012-12-05 Thread Ioana Grigoropol
- when waiting for an command to finish running, we wait to receive a command prompt using the syntax user@hostendChar. This pattern is not always encountered on local or remote connection from linux to linux. Instead echo some terminator value after each command and wait for recieve the val

[yocto] [PATCH 1/2] Remove validation for existing git repository

2012-12-05 Thread Ioana Grigoropol
Signed-off-by: Ioana Grigoropol --- .../yocto/bc/ui/wizards/install/OptionsPage.java | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/org.yocto.bc.ui/src/org/yocto/bc/ui/wizards/install/OptionsPage.java b/plugins/org.yocto.bc.ui/src/org/yocto/bc/ui/wiza

[yocto] [PATCH 0/2] [eclipse-poky-windows] Fix validation & command running on Linux

2012-12-05 Thread Ioana Grigoropol
- Skip validating an existing git repo and only perform some "sanity" checks - When waiting for a command to finish executing do not use the command prompt because it can change depending on the target & the connection; instead use a terminator to mark the end of the command execution - When run

Re: [yocto] mail list for Xilinx Zynq platform?

2012-12-05 Thread Bruce Ashfield
On 12-12-05 09:42 AM, Elvis Dowson wrote: Hi, On Dec 5, 2012, at 5:21 PM, Andreas Schweigstill wrote: I have also tried to build a kernel and root filesystem for Zynq but the kernel gets stuck when booting, regardless if on the ZC702 board or on Qemu. I tried Poky denzil and Poky danny. Als

Re: [yocto] mail list for Xilinx Zynq platform?

2012-12-05 Thread Elvis Dowson
Hi, On Dec 5, 2012, at 5:21 PM, Andreas Schweigstill wrote: > I have also tried to build a kernel and root filesystem for Zynq but the > kernel > gets stuck when booting, regardless if on the ZC702 board or on Qemu. I tried > Poky denzil and Poky danny. > > Also the alternate meta-zynq layer

Re: [yocto] recrdeptask not working correctly?

2012-12-05 Thread Jerrod Peach
Any thoughts on this? Should I log a bug in bugzilla, or am I just doing something wrong? On Mon, Dec 3, 2012 at 10:57 AM, Jerrod Peach wrote: > All, > > I noticed the changes to recrdeptask from Yocto 1.2 to Yocto 1.3. I saw a > number of "all" tasks in the classes change like this: > > -do_

Re: [yocto] mail list for Xilinx Zynq platform?

2012-12-05 Thread Andreas Schweigstill
Hello! > I personally have used Philip's meta-zynq layer to build a working u-boot and > linux kernel image using Yocto. It works really well. I have also tried to build a kernel and root filesystem for Zynq but the kernel gets stuck when booting, regardless if on the ZC702 board or on Qemu. I t

Re: [yocto] sysroot for use with GDB

2012-12-05 Thread Wolfgang Denk
Hello, In message <20121205123818.c17eb200...@gemini.denx.de> I wrote: > > OK, guess I should enter a bug in bugzilla, then? Done that; please see Bug 3540 - remote target debugging broken https://bugzilla.yoctoproject.org/show_bug.cgi?id=3540 Best regards, Wolfgang Denk -- DENX Software En

Re: [yocto] sysroot for use with GDB

2012-12-05 Thread Wolfgang Denk
Hello, nobody here who could help out? In message <20121203124234.6327b200...@gemini.denx.de> I wrote: > > according to the documentation [1] the right way to debug applications > on the target is to load the target library information in GDB using > > set solib-absolute-prefix /path/to/t

Re: [yocto] [PATCH 0/3] [eclipse-poky] Eclipse plugin on Windows - fixes for progress update on wizards & input validation

2012-12-05 Thread Grigoropol, IoanaX
Hi Jessica, I have apparently associated my Execution Environment 1.6 with a jre 1.7. I have sent a patch for the syntax error. As for the error shown for the existing repository, I have sent a patch to validate the entries when switching between an existing repo and a new clone. I think that w

[yocto] [PATCH] Validate Bitbake Commander project when switching between new repo and existing one

2012-12-05 Thread Ioana Grigoropol
Signed-off-by: Ioana Grigoropol --- .../yocto/bc/ui/wizards/FiniteStateWizardPage.java |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/org.yocto.bc.ui/src/org/yocto/bc/ui/wizards/FiniteStateWizardPage.java b/plugins/org.yocto.bc.ui/src/org/yocto/bc/ui/wizards/Fin

[yocto] [PATCH] Fix incompatibility with jre1.6 support for typed HashMap

2012-12-05 Thread Ioana Grigoropol
Signed-off-by: Ioana Grigoropol --- .../remote/utils/YoctoHostShellProcessAdapter.java | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/plugins/org.yocto.bc.ui/src/org/yocto/bc/remote/utils/YoctoHostShellProcessAdapter.java b/plugins/org.yocto.bc.ui/src