[yocto] [PATCH 2/2] yocto/meta: update to 2.6.37-rc7

2010-12-27 Thread Bruce Ashfield
Signed-off-by: Bruce Ashfield --- .../conf/distro/include/poky-default-revisions.inc | 20 ++-- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc index 8ec85

[yocto] [PATCH 0/2] linux-yocto: 2.6.37-rc7 & bsp branch fixups

2010-12-27 Thread Bruce Ashfield
The first patch of this pull request updates the BSP branches to 2.6.37-rc7 (all qemu targets have been built and booted). The second patch is an update to the handling of KMACHINE as it maps to the branch that we should be building for a BSP. During some investigation around the igep0020 and buil

[yocto] [PATCH 1/2] yocto-kernel: fix kmachine to deal with overrides

2010-12-27 Thread Bruce Ashfield
BSPs are built from a particular branch of the kernel repository which is specfied via the mapping of MACHINE to KMACHINE. Unless a global branch is being forced (like libc headers), KMACHINE is an override on a per machine basis. Because KMACHINE is typically override we must first try the most s

Re: [yocto] size of source file opkg and the opkg.tar.gz

2010-12-27 Thread Zhang, Jessica
Ke, Liping wrote: > Hi, Jessica > > Opkg source file is not very big. 437kb. And if untar, the folder > size will be 1.92M, about four times. > > Seems not very big. > > So I will keep using do_unpack facilities. So that the installer > script tarball will contain the source file directory. Use

Re: [yocto] default dependencies not built in "bitbake -b"

2010-12-27 Thread Liming Wang
On 2010-12-28 10:21, Lu, Lianhao wrote: Hi fellows, Does anyone know why "bitbake -b<.bbfile>" fails on a newly cloned poky tree, complaining about the cross-compiler can not be found in the PATH. Does "bitbake -b" build the default dependencies? I think it doesn't build the dependencies if

[yocto] size of source file opkg and the opkg.tar.gz

2010-12-27 Thread Ke, Liping
Hi, Jessica Opkg source file is not very big. 437kb. And if untar, the folder size will be 1.92M, about four times. Seems not very big. So I will keep using do_unpack facilities. So that the installer script tarball will contain the source file directory. User need not unpack it during install

[yocto] default dependencies not built in "bitbake -b"

2010-12-27 Thread Lu, Lianhao
Hi fellows, Does anyone know why "bitbake -b <.bbfile>" fails on a newly cloned poky tree, complaining about the cross-compiler can not be found in the PATH. Does "bitbake -b" build the default dependencies? Best Regards, -Lianhao Lu ___ yocto mailin

Re: [yocto] Failing to compile Yocto (acl package)

2010-12-27 Thread Tian, Kevin
>From: Pedro Sanchez [mailto:psanc...@fosstel.com] >Sent: Tuesday, December 28, 2010 9:41 AM > >On 12/27/2010 08:13 PM, Tian, Kevin wrote: >>> From: Pedro Sanchez >>> Sent: Tuesday, December 28, 2010 8:10 AM >>> >>> On 12/27/2010 05:44 PM, Gary Thomas wrote: On 12/27/2010 03:21 PM, Pedro Sanch

Re: [yocto] Failing to compile Yocto (acl package)

2010-12-27 Thread Pedro Sanchez
On 12/27/2010 08:13 PM, Tian, Kevin wrote: From: Pedro Sanchez Sent: Tuesday, December 28, 2010 8:10 AM On 12/27/2010 05:44 PM, Gary Thomas wrote: On 12/27/2010 03:21 PM, Pedro Sanchez wrote: Hello, I'm trying to compile Yocto from sources as described in the quick start documentation but the

Re: [yocto] Failing to compile Yocto (acl package)

2010-12-27 Thread Tian, Kevin
>From: Pedro Sanchez >Sent: Tuesday, December 28, 2010 8:10 AM > >On 12/27/2010 05:44 PM, Gary Thomas wrote: >> On 12/27/2010 03:21 PM, Pedro Sanchez wrote: >>> Hello, >>> >>> I'm trying to compile Yocto from sources as described in the quick >>> start documentation but the build fails as follows:

Re: [yocto] Failing to compile Yocto (acl package)

2010-12-27 Thread Tian, Kevin
>From: Pedro Sanchez >Sent: Tuesday, December 28, 2010 8:10 AM > >On 12/27/2010 05:44 PM, Gary Thomas wrote: >> On 12/27/2010 03:21 PM, Pedro Sanchez wrote: >>> Hello, >>> >>> I'm trying to compile Yocto from sources as described in the quick >>> start documentation but the build fails as follows:

Re: [yocto] Failing to compile Yocto (acl package)

2010-12-27 Thread Pedro Sanchez
On 12/27/2010 05:44 PM, Gary Thomas wrote: On 12/27/2010 03:21 PM, Pedro Sanchez wrote: Hello, I'm trying to compile Yocto from sources as described in the quick start documentation but the build fails as follows: $ wget http://www.yoctoproject.org/downloads/poky/poky-laverne-4.0.tar.bz2 $ tar

Re: [yocto] Failing to compile Yocto (acl package)

2010-12-27 Thread Gary Thomas
On 12/27/2010 03:21 PM, Pedro Sanchez wrote: Hello, I'm trying to compile Yocto from sources as described in the quick start documentation but the build fails as follows: $ wget http://www.yoctoproject.org/downloads/poky/poky-laverne-4.0.tar.bz2 $ tar xjf poky-laverne-4.0.tar.bz2 $ (edited con

[yocto] Failing to compile Yocto (acl package)

2010-12-27 Thread Pedro Sanchez
Hello, I'm trying to compile Yocto from sources as described in the quick start documentation but the build fails as follows: $ wget http://www.yoctoproject.org/downloads/poky/poky-laverne-4.0.tar.bz2 $ tar xjf poky-laverne-4.0.tar.bz2 $ (edited conf/local.conf to select qemuarm) $ source poky

Re: [yocto] Autobuilder upgrade to Buildbot 0.8.3

2010-12-27 Thread Mei, Lei
Hi Beth, Thanks for your work to make autobuilder setup process more convenient. I used the opensuse 11.2 to setup the autobuilder for team testing, but I meet one problem, all build tasks blocked by do_fetch() . When excute do_fetch(), it will stay all the time until timeout. The autobuilder pr