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

2013-04-05 Thread Bruce Ashfield
On 13-04-06 12:48 AM, Tom Zanussi wrote: On Fri, 2013-04-05 at 21:15 -0700, Paul D. DeRocco wrote: From: Tom Zanussi [mailto:tom.zanu...@intel.com] I'm seeing the same thing here (# CONFIG_BLK_DEV_RAM is not set) with your bblayers and local.conf. For some reason the base and standard .cfgs ar

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

2013-04-05 Thread Tom Zanussi
On Fri, 2013-04-05 at 21:15 -0700, Paul D. DeRocco wrote: > > From: Tom Zanussi [mailto:tom.zanu...@intel.com] > > > > I'm seeing the same thing here (# CONFIG_BLK_DEV_RAM is not set) with > > your bblayers and local.conf. For some reason the base and > > standard .cfgs aren't being applied to t

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

2013-04-05 Thread Paul D. DeRocco
> From: Tom Zanussi [mailto:tom.zanu...@intel.com] > > I'm seeing the same thing here (# CONFIG_BLK_DEV_RAM is not set) with > your bblayers and local.conf. For some reason the base and > standard .cfgs aren't being applied to the .config. I'll have to dig > around further as time permits over

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

2013-04-05 Thread Tom Zanussi
On Fri, 2013-04-05 at 18:34 -0500, Tom Zanussi wrote: > 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/b

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 \ > /home/usr/Yocto1.3/poky-danny-8.0/meta-intel/me

Re: [yocto] gcc enable-languages

2013-04-05 Thread Edward Vidal
diff gcc-configure-common.inc gcc-configure-common.inc.orig 14c14 < FORTRAN ?= ",fortran" --- > FORTRAN ?= ",f77" | ERROR: Function failed: do_compile (see /home/vidal/POKY/build032813_panda/poky/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/gcc-runtime/4.7.2-r19/temp/log.do_compile.4820 for

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 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] 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 [mailto:kisho

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 wrote: > > On Apr 5, 2013, at 3:35 PM, Edward Vidal wrot

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 buildLoca

Re: [yocto] gcc enable-languages

2013-04-05 Thread Khem Raj
On Apr 5, 2013, at 3:35 PM, Edward Vidal 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 right___

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] > > I did a clean build and booted N2800 board. > Sato desktop comes up. > No issues here. I believe you. To reiterate my last questions: does it matter what order the layers are specified in bblayers.conf? If not, is deleting the downl

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 wrote: > > On Apr 5, 2013, at 2:02 PM, Edward Vidal wrote: > > ERROR: This autoconf log indicates err

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 buil

Re: [yocto] gcc enable-languages

2013-04-05 Thread Khem Raj
On Apr 5, 2013, at 2:02 PM, Edward Vidal wrote: > ERROR: This autoconf log indicates errors, it looked at host include and/or > library paths while determining system capabilities. > Rerun configure task after fixing this. The path was > '/home/vidal/POKY/build032713/poky/build/tmp/work/armv7a

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 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 2ab5390

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 w

Re: [yocto] Weird FILESPATH issue

2013-04-05 Thread Paul Eggleton
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 .bbappend file to pick up the

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] 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 = " file://fix-

Re: [yocto] gcc enable-languages

2013-04-05 Thread Khem Raj
On Apr 5, 2013, at 8:51 AM, Edward Vidal 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 > /home/vidal/POKY/build032813

Re: [yocto] USB Ethernet problems

2013-04-05 Thread Hans Beckérus
On Fri, Apr 5, 2013 at 6:16 PM, Hans Beckérus wrote: > > > 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 wrote: >> > > As for the timing, maybe I'v

Re: [yocto] USB Ethernet problems

2013-04-05 Thread Hans Beckérus
On Fri, Apr 5, 2013 at 5:51 PM, Paul Eggleton wrote: > On Friday 05 April 2013 16:13:32 Hans Beckérus wrote: > > On Fri, Apr 5, 2013 at 3:59 PM, Gary Thomas 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

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 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 problem. Tha

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

[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 --- .../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 b/plugins/org.yocto.sdk.remotet

[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 --- .../sdk/remotetools/wizards/bsp/MainPage.java | 57 +++- 1 file changed, 43 insertions(+), 14 deletions(-) diff --git a/plugins/org.yocto.sdk.remotetools/src/org/yocto/sdk/remotetools/wizards/bsp/MainPage.java b/plugins

Re: [yocto] USB Ethernet problems

2013-04-05 Thread Hans Beckérus
On Fri, Apr 5, 2013 at 3:59 PM, Gary Thomas wrote: > On 2013-04-05 07:50, Hans Beckérus wrote: > >> >> >> 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: >> >> >> >>

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 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 mailto:g...@mlbassoc

Re: [yocto] USB Ethernet problems

2013-04-05 Thread Hans Beckérus
On Fri, Apr 5, 2013 at 3:27 PM, Gary Thomas 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>> wrote: >>> >>> On 2013-04-05 06:38, Hans Beckérus wrote: >>> >>> >>> >>

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 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 mailto:g...@mlbassoc.com>

Re: [yocto] USB Ethernet problems

2013-04-05 Thread Hans Beckérus
On Fri, Apr 5, 2013 at 2:48 PM, Gary Thomas 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>> wrote: >> >> On 2013-04-05 03:08, Hans Beckérus wrote: >> >> Hi. In our configuration we do not have an on-board

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

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 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 adapter. It

Re: [yocto] USB Ethernet problems

2013-04-05 Thread Hans Beckérus
On Fri, Apr 5, 2013 at 12:16 PM, Gary Thomas 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 >> boot-up w

Re: [yocto] USB Ethernet problems

2013-04-05 Thread Hans Beckérus
On Fri, Apr 5, 2013 at 12:08 PM, Iorga, Cristian wrote: > 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 that brings up the

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) and

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 ha

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

2013-04-05 Thread Burton, Ross
On 5 April 2013 08:26, Paul Eggleton 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 __

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

[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: bdca49274173153

[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 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/

[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 --- buildset-config/nightly.conf | 2 +- buildset-config/yoctoAB.conf | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/buildset-config/nightly.conf b/buildset-config/nightly.conf index 0b334ff..5b286

[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 --- buildset-config/nightly-qa-extras.conf | 18 +

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

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 rena