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
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
>
>
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
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
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
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
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
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
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
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
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
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
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"
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
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
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
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
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
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
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
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
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
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
- 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
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
- 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
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
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
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_
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
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
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
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
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
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
35 matches
Mail list logo