Re: [yocto] Discussion: Package testing

2012-06-21 Thread Björn Stenberg
Burton, Ross wrote: The problem with that is that you can only test the external interfaces, not the inner state (black box vs white box). i.e. DBus has test cases for each C file inside that C file, so it can exercise both the external API and internal state. I haven't examined dbus in

Re: [yocto] self-hosted image vs. build appliance

2012-06-21 Thread Barros Pena, Belen
Hi Saul, Thanks for explaining. But I must say: to an outsider, the existing naming does not explain how these 2 things relate to each other. We are adding a description of the 'self-hosted-image' to Hob, including a link to the Build Appliance page in the Yocto Project website. But I am not

Re: [yocto] RFC: Selecting base images in Hob

2012-06-21 Thread Barros Pena, Belen
Thanks! I'll move core-image-core to the stripped-down group. We don't need to enforce a one to one relationship between images and groups: an image could be in more than one group, so we could also create a 'for development' group with all the sdk and dev images. Any other suggestions on how

Re: [yocto] 答复: Web HOB planning discussion

2012-06-21 Thread Barros Pena, Belen
Thanks, Xiaotong. I don't think features 1 and 3 are critical, but I think we will need to find a technical solution for point 2. Cheers Belen On 21/06/2012 06:19, Lv, XiaotongX xiaotongx...@intel.com wrote: About Jim’s video requirement. and many users to many bitbake servers mapping. maybe

Re: [yocto] Porting of specific Kernel/Driver into yocto.

2012-06-21 Thread Om Prakash PAL
From: Bruce Ashfield [bruce.ashfi...@windriver.com] Sent: Monday, May 28, 2012 11:25 PM To: Om Prakash PAL Cc: Bruce Ashfield; yocto@yoctoproject.org; Richard Purdie Subject: Re: [yocto] Porting of specific Kernel/Driver into yocto. On 12-05-23 08:39 AM,

Re: [yocto] Porting of specific Kernel/Driver into yocto.

2012-06-21 Thread Gary Thomas
On 2012-06-21 06:27, Om Prakash PAL wrote: From: Darren Hart [darren.h...@intel.com] Sent: Wednesday, May 23, 2012 11:46 PM To: Om Prakash PAL Cc: Bruce Ashfield; yocto@yoctoproject.org; Richard Purdie Subject: Re: [yocto] Porting of specific

Re: [yocto] Porting of specific Kernel/Driver into yocto.

2012-06-21 Thread Om Prakash PAL
Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Gary Thomas Sent: Thursday, June 21, 2012 6:18 PM To: yocto@yoctoproject.org Subject: Re: [yocto] Porting of specific Kernel/Driver into yocto. On 2012-06-21 06:27, Om Prakash PAL

Re: [yocto] Porting of specific Kernel/Driver into yocto.

2012-06-21 Thread Gary Thomas
On 2012-06-21 08:16, Om Prakash PAL wrote: Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Gary Thomas Sent: Thursday, June 21, 2012 6:18 PM To: yocto@yoctoproject.org Subject: Re: [yocto] Porting of specific Kernel/Driver into

[yocto] Hob - proper way to select machine and customer layers

2012-06-21 Thread jfabernathy
So I thought I'd give hob a test. Basically, I wanted to do what I could already do with the command line. Normally, after I set the environment variables, I edit the local.conf to change my machine type and parallel processing options. Then I point the download directory to a centralized one

Re: [yocto] self-hosted image vs. build appliance

2012-06-21 Thread Saul Wold
On 06/21/2012 03:30 AM, Barros Pena, Belen wrote: Hi Saul, Thanks for explaining. But I must say: to an outsider, the existing naming does not explain how these 2 things relate to each other. We are adding a description of the 'self-hosted-image' to Hob, including a link to the Build Appliance

[yocto] Error: PATH contains '.' or '', which will break the build, please remove this.

2012-06-21 Thread Elvis Dowson
Hi, I just updated my yocto repos and tried a fresh build. My bblayers.conf file looks like this: # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf # changes incompatibly LCONF_VERSION = 4 BBFILES ?= BBLAYERS ?= \ /tool/yocto/poky/meta \ /tool/yocto/poky/meta-yocto

Re: [yocto] Porting of specific Kernel/Driver into yocto.

2012-06-21 Thread McClintock Matthew-B29882
Are you spawning a tty on a non-existent serial port? -M On Thu, Jun 21, 2012 at 9:28 AM, Gary Thomas g...@mlbassoc.com wrote: On 2012-06-21 08:16, Om Prakash PAL wrote: Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Gary

Re: [yocto] Error: PATH contains '.' or '', which will break the build, please remove this.

2012-06-21 Thread Mark Hatle
On 6/21/12 10:25 AM, Elvis Dowson wrote: Hi, I just updated my yocto repos and tried a fresh build. There are two errors, see below: My bblayers.conf file looks like this: # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf # changes incompatibly LCONF_VERSION = 4

Re: [yocto] Error: PATH contains '.' or '', which will break the build, please remove this.

2012-06-21 Thread Jack Mitchell
On 21/06/12 16:41, Mark Hatle wrote: On 6/21/12 10:25 AM, Elvis Dowson wrote: Hi, I just updated my yocto repos and tried a fresh build. There are two errors, see below: My bblayers.conf file looks like this: # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf #

Re: [yocto] Error: PATH contains '.' or '', which will break the build, please remove this.

2012-06-21 Thread Khem Raj
On Thu, Jun 21, 2012 at 8:25 AM, Elvis Dowson elvis.dow...@gmail.com wrote: BBFILES ?= BBLAYERS ?= \  /tool/yocto/poky/meta \  /tool/yocto/poky/meta-yocto \  /tool/yocto/meta-openembedded/meta-oe \  /tool/yocto/meta-xilinx \   what does bitbake -e image | grep -e ^BBPATH= show

[yocto] [PATCH] sanity.bbclass: Print BBPATH when warning of bad components

2012-06-21 Thread Gary Thomas
The new warning/check for illegal BBPATH components is extended to actually print the list of elements. This will make it easier for the user to identify where the error(s) come from. Signed-off-by: Gary Thomas g...@mlbassoc.com --- meta/classes/sanity.bbclass |2 +- 1 files changed, 1

[yocto] master build fail for Cedartrail

2012-06-21 Thread Bodke, Kishore K
Hi, I get build failure for the master branch for the Cedartrail BSP. Log data follows: | DEBUG: Executing python function sysroot_cleansstate | DEBUG: Python function sysroot_cleansstate finished | DEBUG: Executing shell function do_configure | ERROR: Function failed: do_configure (see

Re: [yocto] Hob - proper way to select machine and customer layers

2012-06-21 Thread jfabernathy
On 06/21/2012 10:49 AM, jfabernathy wrote: So I thought I'd give hob a test. Basically, I wanted to do what I could already do with the command line. Normally, after I set the environment variables, I edit the local.conf to change my machine type and parallel processing options. Then I point

Re: [yocto] Error: PATH contains '.' or '', which will break the build, please remove this.

2012-06-21 Thread Elvis Dowson
Hi Khem, On Jun 21, 2012, at 8:09 PM, Khem Raj wrote: On Thu, Jun 21, 2012 at 8:25 AM, Elvis Dowson elvis.dow...@gmail.com wrote: BBFILES ?= BBLAYERS ?= \ /tool/yocto/poky/meta \ /tool/yocto/poky/meta-yocto \ /tool/yocto/meta-openembedded/meta-oe \ /tool/yocto/meta-xilinx \

[yocto] python-numpy SRC_URI warnings

2012-06-21 Thread Elvis Dowson
Hi, What should I do to get rid of the following python-numpy SRC_URI warnings: WARNING: Unable to get checksum for python-numpy SRC_URI entry config.h: file could not be found WARNING: Unable to get checksum for python-numpy SRC_URI entry numpyconfig.h: file could not be found if I

Re: [yocto] Error: PATH contains '.' or '', which will break the build, please remove this.

2012-06-21 Thread Elvis Dowson
Hi Khem, I noticed that my PATH variable had an extra colon : , once I fixed that, bitbake starts to work. However, I still get the following warnings: WARNING: BBPATH references the current directory, either through an empty entry, or a '.'. This is unsafe and

Re: [yocto] Error: PATH contains '.' or '', which will break the build, please remove this.

2012-06-21 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/21/2012 8:05 PM, Elvis Dowson wrote: Hi Khem, On Jun 21, 2012, at 8:09 PM, Khem Raj wrote: On Thu, Jun 21, 2012 at 8:25 AM, Elvis Dowson elvis.dow...@gmail.com wrote: BBFILES ?= BBLAYERS ?= \ /tool/yocto/poky/meta \

Re: [yocto] Porting of specific Kernel/Driver into yocto.

2012-06-21 Thread Om Prakash PAL
-Original Message- From: Gary Thomas [mailto:g...@mlbassoc.com] Sent: Thursday, June 21, 2012 7:59 PM To: Om Prakash PAL Cc: yocto@yoctoproject.org Subject: Re: [yocto] Porting of specific Kernel/Driver into yocto. On 2012-06-21 08:16, Om Prakash PAL wrote: Original Message-

Re: [yocto] Porting of specific Kernel/Driver into yocto.

2012-06-21 Thread Khem Raj
On Thu, Jun 21, 2012 at 10:37 PM, Om Prakash PAL omprakash@stericsson.com wrote: and then console got  stuck. What do you have SERIAL_CONSOLE set to in your configuration? I have set SERIAL_CONSOLE=115200 ttyAMA2. As we are using ttyAMA2 for console. What is your target device?  Do