Re: [yocto] [yocto-autobuilder][PATCH 0/2] Add a new buildset

2013-04-05 Thread Stanacar, StefanX
Sure, will send a v2. -Original Message- From: Flanagan, Elizabeth [mailto:elizabeth.flana...@intel.com] Sent: Friday, April 05, 2013 1:04 AM To: Stanacar, StefanX Cc: yocto@yoctoproject.org Subject: Re: [yocto] [yocto-autobuilder][PATCH 0/2] Add a new buildset Can we rename the

Re: [yocto] Installing foreign fonts into the yocto build

2013-04-05 Thread Paul Eggleton
On Friday 05 April 2013 09:05:34 Satya Swaroop Damarla wrote: Thank you Paul.. This was very helpful... From your reply. I understood that poky build doesnot support unicode characters set because the german special characters are not displayed ... Am I right? There's nothing inherent about

[yocto] [yocto-autobuilder][PATCH v2 1/2] nightly-qa-extras.conf: add new buildset config

2013-04-05 Thread Stefan Stanacar
This buildset is for extra images which don't really fit in other buildsets. For now it includes builds for basic image with btrfs and changed root home dir, a sato image with read-only rootfs and sato with systemd. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com ---

[yocto] [yocto-autobuilder][PATCH v2 2/2] nightly.conf, yoctoAB.conf: enable the new nightly-qa-extras buildset

2013-04-05 Thread Stefan Stanacar
Add the new buildset to the nightly target Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- buildset-config/nightly.conf | 2 +- buildset-config/yoctoAB.conf | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/buildset-config/nightly.conf

[yocto] [yocto-autobuilder][PATCH v2 0/2] Add a new buildset

2013-04-05 Thread Stefan Stanacar
The following changes since commit a9434f623752818e10e703a613ef65586c435bbd: PublishArtifacts.py: poky-tiny deploy (2013-04-04 11:20:56 -0700) are available in the git repository at: git://git.yoctoproject.org/poky-contrib stefans/yab4

[yocto] Full Pass Test Report for Yocto 1.4 M5 RC2 2013-03-27-1 Build

2013-04-05 Thread Stoicescu, CorneliuX
Hello, Here is the Full Pass test report for Yocto 1.4 M5 RC2 https://wiki.yoctoproject.org/wiki/Full_Pass_Test_Report_for_Yocto_1.4_M5_RC2_201303271_Build This result has also been added to https://wiki.yoctoproject.org/wiki/Yocto_1.4_Milestone_Test_Report Poky commit: master:

[yocto] USB Ethernet problems

2013-04-05 Thread Hans Beckérus
Hi. In our configuration we do not have an on-board Ethernet device. It connected to the USB-host adapter. It seems that probing of such devices are done very late in the kernel boot-up which means it gets out of sync with the network init script(s) and the NIC thus has to be brought up manually

Re: [yocto] Installing foreign fonts into the yocto build

2013-04-05 Thread Burton, Ross
On 5 April 2013 08:26, Paul Eggleton paul.eggle...@linux.intel.com wrote: The file doesn't display properly in the matchbox-terminal application (displaying garbage, indicating the encoding is incorrect) FWIW, the terminal is based on libvte, so that *should* work. Annoying. Ross

Re: [yocto] USB Ethernet problems

2013-04-05 Thread Iorga, Cristian
Hello, Do you use connman as the network manager? From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Hans Beckérus Sent: Friday, April 05, 2013 12:08 PM To: yocto@yoctoproject.org Subject: [yocto] USB Ethernet problems Hi. In our configuration we do not

Re: [yocto] USB Ethernet problems

2013-04-05 Thread Gary Thomas
On 2013-04-05 03:08, Hans Beckérus wrote: Hi. In our configuration we do not have an on-board Ethernet device. It connected to the USB-host adapter. It seems that probing of such devices are done very late in the kernel boot-up which means it gets out of sync with the network init script(s)

Re: [yocto] USB Ethernet problems

2013-04-05 Thread Hans Beckérus
On Fri, Apr 5, 2013 at 12:08 PM, Iorga, Cristian cristian.io...@intel.comwrote: Hello, ** ** Do you use connman as the network manager? ** Since I do not know what that is, then I would say the answer is no ;) This is a very slimmed down ARM system, with a simple init.d script

Re: [yocto] USB Ethernet problems

2013-04-05 Thread Hans Beckérus
On Fri, Apr 5, 2013 at 12:16 PM, Gary Thomas g...@mlbassoc.com wrote: On 2013-04-05 03:08, Hans Beckérus wrote: Hi. In our configuration we do not have an on-board Ethernet device. It connected to the USB-host adapter. It seems that probing of such devices are done very late in the kernel

Re: [yocto] USB Ethernet problems

2013-04-05 Thread Gary Thomas
On 2013-04-05 06:38, Hans Beckérus wrote: On Fri, Apr 5, 2013 at 12:16 PM, Gary Thomas g...@mlbassoc.com mailto:g...@mlbassoc.com wrote: On 2013-04-05 03:08, Hans Beckérus wrote: Hi. In our configuration we do not have an on-board Ethernet device. It connected to the USB-host

[yocto] Weird FILESPATH issue

2013-04-05 Thread Gary Thomas
I'm trying to write a patch for this recipe: meta/recipes-devtools/python/python-pygobject_2.27.91.bb I tried with a .bbappend that looks like this: FILESEXTRAPATHS_append = :${THISDIR}/${PN}-${PV}:${THISDIR}/${PN} SRC_URI_append = file://fix-registration-warnings.patch Also like this:

Re: [yocto] USB Ethernet problems

2013-04-05 Thread Hans Beckérus
On Fri, Apr 5, 2013 at 2:48 PM, Gary Thomas g...@mlbassoc.com wrote: On 2013-04-05 06:38, Hans Beckérus wrote: On Fri, Apr 5, 2013 at 12:16 PM, Gary Thomas g...@mlbassoc.com mailto: g...@mlbassoc.com wrote: On 2013-04-05 03:08, Hans Beckérus wrote: Hi. In our configuration

Re: [yocto] USB Ethernet problems

2013-04-05 Thread Gary Thomas
On 2013-04-05 06:57, Hans Beckérus wrote: On Fri, Apr 5, 2013 at 2:48 PM, Gary Thomas g...@mlbassoc.com mailto:g...@mlbassoc.com wrote: On 2013-04-05 06:38, Hans Beckérus wrote: On Fri, Apr 5, 2013 at 12:16 PM, Gary Thomas g...@mlbassoc.com mailto:g...@mlbassoc.com

Re: [yocto] USB Ethernet problems

2013-04-05 Thread Hans Beckérus
On Fri, Apr 5, 2013 at 3:27 PM, Gary Thomas g...@mlbassoc.com wrote: On 2013-04-05 07:23, Gary Thomas wrote: On 2013-04-05 06:57, Hans Beckérus wrote: On Fri, Apr 5, 2013 at 2:48 PM, Gary Thomas g...@mlbassoc.com mailto: g...@mlbassoc.com wrote: On 2013-04-05 06:38, Hans Beckérus

Re: [yocto] USB Ethernet problems

2013-04-05 Thread Gary Thomas
On 2013-04-05 07:50, Hans Beckérus wrote: On Fri, Apr 5, 2013 at 3:27 PM, Gary Thomas g...@mlbassoc.com mailto:g...@mlbassoc.com wrote: On 2013-04-05 07:23, Gary Thomas wrote: On 2013-04-05 06:57, Hans Beckérus wrote: On Fri, Apr 5, 2013 at 2:48 PM, Gary Thomas

[yocto] [PATCH] [eclipse-poky][master]Check build directory when location is set using Browse button

2013-04-05 Thread Ioana Grigoropol
[Yocto #4206] Signed-off-by: Ioana Grigoropol ioanax.grigoro...@intel.com --- .../sdk/remotetools/wizards/bsp/MainPage.java | 57 +++- 1 file changed, 43 insertions(+), 14 deletions(-) diff --git

[yocto] [PATCH] [eclipse-poky][branch:danny]Use bash instead of sh for yocto-bsp build directory

2013-04-05 Thread Ioana Grigoropol
[Yocto #3968] Signed-off-by: Ioana Grigoropol ioanax.grigoro...@intel.com --- .../sdk/remotetools/wizards/bsp/MainPage.java |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/org.yocto.sdk.remotetools/src/org/yocto/sdk/remotetools/wizards/bsp/MainPage.java

[yocto] gcc enable-languages

2013-04-05 Thread Edward Vidal
Hello, I want to add support for FORTRAN in my image. On target gcc -v shows --enable-languages=c,c++ This needs to --enable-languages=c,c++,fortran.based on my host system. How does the variable FORTRAN in /home/vidal/POKY/build032813_panda/poky/meta/recipes-devtools/gcc/gcc-configure-common.inc

Re: [yocto] USB Ethernet problems

2013-04-05 Thread Paul Eggleton
On Friday 05 April 2013 16:13:32 Hans Beckérus wrote: On Fri, Apr 5, 2013 at 3:59 PM, Gary Thomas g...@mlbassoc.com wrote: As for the timing, maybe I've just been very lucky :-) I can see that if the device isn't present when the system runs 'ifup eth0' (or the equivalent) you'll have a

Re: [yocto] USB Ethernet problems

2013-04-05 Thread Hans Beckérus
On Fri, Apr 5, 2013 at 5:51 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Friday 05 April 2013 16:13:32 Hans Beckérus wrote: On Fri, Apr 5, 2013 at 3:59 PM, Gary Thomas g...@mlbassoc.com wrote: As for the timing, maybe I've just been very lucky :-) I can see that if the

Re: [yocto] gcc enable-languages

2013-04-05 Thread Khem Raj
On Apr 5, 2013, at 8:51 AM, Edward Vidal vidal.devel...@gmail.com wrote: Hello, I want to add support for FORTRAN in my image. On target gcc -v shows --enable-languages=c,c++ This needs to --enable-languages=c,c++,fortran.based on my host system. How does the variable FORTRAN in

Re: [yocto] Weird FILESPATH issue

2013-04-05 Thread Gary Thomas
On 2013-04-05 06:53, Gary Thomas wrote: I'm trying to write a patch for this recipe: meta/recipes-devtools/python/python-pygobject_2.27.91.bb I tried with a .bbappend that looks like this: FILESEXTRAPATHS_append = :${THISDIR}/${PN}-${PV}:${THISDIR}/${PN} SRC_URI_append =

Re: [yocto] This one can't be me...

2013-04-05 Thread Paul D. DeRocco
From: Bodke, Kishore K [mailto:kishore.k.bo...@intel.com] Yeah, if you want to try a clean build, just keep the downloads directory alive and have this pointed to your DL_DIR in your local.conf. The clean build didn't solve the problem. Here's what I did: Re-downloaded and extracted

Re: [yocto] This one can't be me...

2013-04-05 Thread Bodke, Kishore K
-Original Message- From: Paul D. DeRocco [mailto:pdero...@ix.netcom.com] Sent: Friday, April 05, 2013 10:06 AM To: Bodke, Kishore K; yocto@yoctoproject.org Subject: RE: [yocto] This one can't be me... From: Bodke, Kishore K [mailto:kishore.k.bo...@intel.com] Yeah, if you want to try

Re: [yocto] This one can't be me...

2013-04-05 Thread Paul D. DeRocco
From: Bodke, Kishore K Here are the config parameters for the clean build that I am doing now. kishore@kishore-desktop:/usr/local/src/cedartrail/build/tmp/wo rk/cedartrail_nopvr-poky-linux/linux-yocto-3.0.32+git1 +bf5ee4945ee6d748e6abe16356f2357f76b5e2f0_1+1e79e03d115ed17788

Re: [yocto] gcc enable-languages

2013-04-05 Thread Edward Vidal
Thanks now I get Summary: 1 task failed: /home/vidal/POKY/build032713/poky/meta/recipes-devtools/gcc/ gcc-runtime_4.7.bb, do_configure Summary: There were 2 ERROR messages shown, returning a non-zero exit code. In the log this is what I see ERROR: This autoconf log indicates errors, it looked at

Re: [yocto] This one can't be me...

2013-04-05 Thread Bodke, Kishore K
-Original Message- From: Paul D. DeRocco [mailto:pdero...@ix.netcom.com] Sent: Friday, April 05, 2013 11:49 AM To: Bodke, Kishore K; yocto@yoctoproject.org Subject: RE: [yocto] This one can't be me... From: Bodke, Kishore K Here are the config parameters for the clean build that I am

Re: [yocto] gcc enable-languages

2013-04-05 Thread Edward Vidal
I believe that the error was in gcc-configure-common.inc it should of been f95 not fortran. I am do a clean build now for beagleboard and beaglebone. On Fri, Apr 5, 2013 at 3:06 PM, Khem Raj raj.k...@gmail.com wrote: On Apr 5, 2013, at 2:02 PM, Edward Vidal vidal.devel...@gmail.com wrote:

Re: [yocto] gcc enable-languages

2013-04-05 Thread Khem Raj
On Apr 5, 2013, at 3:35 PM, Edward Vidal vidal.devel...@gmail.com wrote: I believe that the error was in gcc-configure-common.inc it should of been f95 not fortran. I am do a clean build now for beagleboard and beaglebone. No, f95 is old and deprecated 'fortran' is

Re: [yocto] [PATCH] [eclipse-poky][master]Check build directory when location is set using Browse button

2013-04-05 Thread Zhang, Jessica
Hi Ioana, I can't reproduce the bug on my end so can't further debug the issue. But based on the context of this patch, seems we're missing checkBuildDir for buildLocation? By looking at the code, shouldn't the easiest fix is to add checkBuildDir on the validatePage for the case the

Re: [yocto] gcc enable-languages

2013-04-05 Thread Edward Vidal
I went back to fortran but also changed FORTRAN ?= fortran 14,15c14,15 FORTRAN ?= ,fortran LANGUAGES ?= c,c++,fortran${JAVA} --- FORTRAN ?= ,f77 LANGUAGES ?= c,c++${FORTRAN}${JAVA} On Fri, Apr 5, 2013 at 5:00 PM, Khem Raj raj.k...@gmail.com wrote: On Apr 5, 2013, at 3:35 PM, Edward Vidal

Re: [yocto] This one can't be me...

2013-04-05 Thread Sean Liming
-Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto- boun...@yoctoproject.org] On Behalf Of Paul D. DeRocco Sent: Friday, April 05, 2013 3:46 PM To: yocto@yoctoproject.org Subject: Re: [yocto] This one can't be me... From: Bodke, Kishore K

Re: [yocto] This one can't be me...

2013-04-05 Thread Tom Zanussi
On Fri, 2013-04-05 at 11:48 -0700, Paul D. DeRocco wrote: From: Bodke, Kishore K Here are the config parameters for the clean build that I am doing now. kishore@kishore-desktop:/usr/local/src/cedartrail/build/tmp/wo rk/cedartrail_nopvr-poky-linux/linux-yocto-3.0.32+git1

Re: [yocto] Weird FILESPATH issue

2013-04-05 Thread Gary Thomas
On 2013-04-05 11:31, Paul Eggleton wrote: On Friday 05 April 2013 11:04:15 Gary Thomas wrote: On 2013-04-05 06:53, Gary Thomas wrote: I think the problem is because the main recipe contains this line: FILESPATH = ${FILE_DIRNAME}/python-pygobject:${FILE_DIRNAME}/files How can I write my

Re: [yocto] This one can't be me...

2013-04-05 Thread Paul D. DeRocco
From: Sean Liming I have the build working with this bblayers listing: BBLAYERS ?= \ /home/usr/Yocto1.3/poky-danny-8.0/meta \ /home/usr/Yocto1.3/poky-danny-8.0/meta-yocto \ /home/usr/Yocto1.3/poky-danny-8.0/meta-intel \