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

2012-12-05 Thread Ioana Grigoropol
Signed-off-by: Ioana Grigoropol ioanax.grigoro...@intel.com --- .../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

[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 ioanax.grigoro...@intel.com --- .../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

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

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

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

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

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 pea...@lexmark.com 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

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 andr...@schweigstill.de 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

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 andr...@schweigstill.de 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

[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

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

2012-12-05 Thread Ioana Grigoropol
Signed-off-by: Ioana Grigoropol ioanax.grigoro...@intel.com --- .../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

[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

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 remove

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 andr...@schweigstill.de wrote: I have also tried to build a kernel and root filesystem for Zynq but the kernel gets stuck when booting, regardless if

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

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

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

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 andr...@schweigstill.de wrote: I have also tried to build a kernel and root filesystem for Zynq but the

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 checked

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

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

[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

[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 Today,

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

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

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

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] [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] [PATCH 0/1] Misc: detect trailing space in the patches

2012-12-05 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com 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

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

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

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

2012-12-05 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com 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:

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

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

[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 Project

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, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com This commit is for detecting trailing white space in the

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 martin.ja...@gmail.com 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

Re: [linux-yocto] [OE-core] [PATCH 0/4] linux-yocto: consolidated pull request

2012-12-05 Thread Darren Hart
On 12/05/2012 08:27 AM, Richard Purdie wrote: On Wed, 2012-12-05 at 10:06 -0600, Tom Zanussi wrote: On Wed, 2012-12-05 at 15:48 +, Burton, Ross wrote: On 21 November 2012 21:32, Bruce Ashfield bruce.ashfi...@windriver.com wrote: atom-pc should probably be using the 3.4 kernel, but

Re: [linux-yocto] [OE-core] [PATCH 0/4] linux-yocto: consolidated pull request

2012-12-05 Thread Tom Zanussi
On Wed, 2012-12-05 at 16:27 +, Richard Purdie wrote: On Wed, 2012-12-05 at 10:06 -0600, Tom Zanussi wrote: On Wed, 2012-12-05 at 15:48 +, Burton, Ross wrote: On 21 November 2012 21:32, Bruce Ashfield bruce.ashfi...@windriver.com wrote: atom-pc should probably be using the 3.4

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

2012-12-05 Thread Bruce Ashfield
On 12-12-05 01:34 PM, Darren Hart wrote: 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

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

2012-12-05 Thread Darren Hart
On 12/05/2012 10:37 AM, Bruce Ashfield wrote: On 12-12-05 01:34 PM, Darren Hart wrote: 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