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
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
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
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-
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
> >
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_
-- 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
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
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