Re: [yocto] How to include RPM database into target image?

2013-01-01 Thread Alex J Lennon
Hi Paul, >You only need to ensure that "package-management" is present in >IMAGE_FEATURES. You can do this from local.conf by adding the following to it: Many thanks - that seems to do the trick. And Happy New Year! Regards, Alex ___ yocto mailing

Re: [yocto] odd(?) behaviour with qemu arm image and "runqemu-extract-sdk"

2013-01-01 Thread Scott Garman
On 12/29/2012 09:33 AM, Robert P. J. Day wrote: first time perusing these sections in the yocto docs, kind of puzzling result so i'm prepared to believe i did something silly. reading: http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#workflow-using-stand-alone-cross-develop

Re: [yocto] discussion of layers in dev manual uses a *really* bad example

2013-01-01 Thread Scott Garman
On 12/30/2012 01:45 AM, Robert P. J. Day wrote: more pedantry -- dev manual, section 5.1.2 talks about creating a new layer and recommends using the meta-yocto layer.conf as a starting point, which contains: # We have a conf and classes directory, add to BBPATH BBPATH := "${LAYER

Re: [yocto] odd(?) behaviour with qemu arm image and "runqemu-extract-sdk"

2013-01-01 Thread Robert P. J. Day
On Tue, 1 Jan 2013, Scott Garman wrote: > On 12/29/2012 09:33 AM, Robert P. J. Day wrote: > > > >first time perusing these sections in the yocto docs, kind of > > puzzling result so i'm prepared to believe i did something silly. > > reading: > > > > http://www.yoctoproject.org/docs/latest/dev-

Re: [yocto] odd(?) behaviour with qemu arm image and "runqemu-extract-sdk"

2013-01-01 Thread Robert P. J. Day
On Tue, 1 Jan 2013, Scott Garman wrote: > On 12/29/2012 09:33 AM, Robert P. J. Day wrote: > >and one more thing. from that first link in the dev manual, > > there's that note that takes you over to the ADT manual. and it's > > entirely possible that there some critical info *before* the > >

[yocto] Raspberry Pi do_fetch failure

2013-01-01 Thread ed nelson
I am getting a do_fetch failure on raspberrypi kernel. Is anyone else having this problem? Build Configuration: BB_VERSION= "1.16.0" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "raspberrypi" DISTRO= "poky" DISTRO_VERSION= "1.3" TUNE_

[yocto] meta-ti with yocto

2013-01-01 Thread Edward Vidal
-- Forwarded message -- From: Edward Vidal Date: Mon, Dec 31, 2012 at 12:49 PM Subject: meta-ti with yocto To: yocto@yoctoproject.org Hello, Any help will be appreciated.. Following the steps at site *http://maniacbug.wordpress.com/2012/08/03/pandayocto/* with minor changes. No

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-01 Thread Andrei Gherzan
On Tue, Jan 1, 2013 at 7:34 PM, ed nelson wrote: > I am getting a do_fetch failure on raspberrypi kernel. Is anyone else > having this problem? > > Build Configuration: > BB_VERSION= "1.16.0" > TARGET_ARCH = "arm" > TARGET_OS = "linux-gnueabi" > MACHINE = "raspber

Re: [yocto] dev manual is confusing as to whether a layer *must* be named "meta-..."

2013-01-01 Thread Rudolf Streif
The meta- prefix for layers is purely customary convention and has been adopted as best practice. There is no technical reason for it. The only place where the name of a layer directory is referenced is in bblayers.conf. Technically, you can give your layer any name you want to as long as it is com