Re: [yocto] Bringing in recipes from OE

2011-02-17 Thread Chris Tapp
On 18 Feb 2011, at 02:18, Cui, Dexuan wrote: In poky, to install a package into target image, we have to make poky Runtime DEPEND on the package. e.g., we can change meta/recipes-gnome/tasks/task-sdk-gmae.inc's SDK-EXTRAS to SDK-EXTRAS ?= "libsdl", in this way, we can see ( "->" means "dep

Re: [yocto] [poky] autobuilders in flux today.

2011-02-17 Thread Elizabeth Flanagan
Yes, there was some issues with the autobuilder due to some old processes. A quick reset of the autobuilder service this afternoon and the current build is mostly green with the exception of one sanity test failure. -b On 02/17/2011 09:11 PM, Cui, Dexuan wrote: > Hi Beth, > Looks autobuilder is

Re: [yocto] [poky] autobuilders in flux today.

2011-02-17 Thread Cui, Dexuan
Hi Beth, Looks autobuilder is still unstable? I found the following issues. Actually due to the 3rd failure(./poky-init-build-env: No such file or directory), almost all the builds failed... Could you please have a look? Copying RPM feed output failed: Error: tmp/deploy/rpm does not exist, canno

[yocto] Problems with building in ubuntu 10.04

2011-02-17 Thread Flavio de Castro Alves Filho
Hello, I'm trying to use yocto project and I'm having problems with my first build. I'm using ubuntu-10.04 Linux with the PAE kernel I'm following the instructions from the quick start. Here is the error message: flavio@Phi01:~/build$ bitbake poky-image-minimal NOTE: Handling BitBake files: \ (

Re: [yocto] Specifying license files

2011-02-17 Thread Saul Wold
On 02/17/2011 12:57 AM, Chris Tapp wrote: I'm trying to create a recipe to build libSDL, but I can't get the licensing working. My .bb file contains: LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4" This is correct if the md5sum of COPYING is matchi

Re: [yocto] Specifying license files

2011-02-17 Thread Kang Kai
On 2011年02月17日 16:57, Chris Tapp wrote: I'm trying to create a recipe to build libSDL, but I can't get the licensing working. My .bb file contains: LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4" The source is downloaded in to tmp/ where I have a

[yocto] FW: fetch_error

2011-02-17 Thread Ke, Liping
Hi, all When I redo bitbake linux-libc-headers today, I repeatedly meet below do_fetch error, anybody could help to have a look? Thanks a lot! criping > -Original Message- > From: Ke, Liping > Sent: Thursday, February 17, 2011 5:07 PM > To: Ke, Liping > Subject: fetch_error > > Loading

Re: [yocto] Bringing in recipes from OE

2011-02-17 Thread Cui, Dexuan
Chris Tapp wrote: > I need to include libSDL (and related libs) in to my build, but I > can't see the recipes in Yocto (other than -nativesdk). > > Can I just copy the appropriate OE recipes in to Yocto? In poky we have meta/recipes-graphics/libsdl/libsdl-nativesdk_1.2.11.bb (looks it's not acuta

[yocto] Specifying license files

2011-02-17 Thread Chris Tapp
I'm trying to create a recipe to build libSDL, but I can't get the licensing working. My .bb file contains: LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4" The source is downloaded in to tmp/ where I have a libsdl-1.2.14-r0/ SDL-1.2.14 directory t