Openembedded Core Discussions
 help / color / mirror / Atom feed
* verifying all necessary OE-related software on your dev host
@ 2012-03-27 21:33 Robert P. J. Day
  2012-03-27 21:37 ` Chris Larson
  2012-03-27 21:40 ` Paul Eggleton
  0 siblings, 2 replies; 4+ messages in thread
From: Robert P. J. Day @ 2012-03-27 21:33 UTC (permalink / raw)
  To: OE Core mailing list


  assuming all i've done so far is:

$ git clone git://git.openembedded.org/openembedded-core oe-core
$ cd oe-core
$ git clone git://git.openembedded.org/bitbake bitbake

the only thing a beginner might want to do is check that the dev host
has all essential S/W for OE work.  i know that's documented in the
yocto QS guide here:

http://www.yoctoproject.org/docs/current/yocto-project-qs/yocto-project-qs.html

is there any automated way to check for this?  is there any OE/bitbake
equivalent to "please check that all necessary commands are
installed"?

  is there anything else at all that a user might want to verify
before starting to build their first image?   nothing leaps to mind,
but i just want to make sure i'm not missing anything.

rday

p.s.  subsequent questions will get more interesting, i promise.

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: verifying all necessary OE-related software on your dev host
  2012-03-27 21:33 verifying all necessary OE-related software on your dev host Robert P. J. Day
@ 2012-03-27 21:37 ` Chris Larson
  2012-03-27 21:40 ` Paul Eggleton
  1 sibling, 0 replies; 4+ messages in thread
From: Chris Larson @ 2012-03-27 21:37 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Tue, Mar 27, 2012 at 2:33 PM, Robert P. J. Day <rpjday@crashcourse.ca> wrote:
> $ git clone git://git.openembedded.org/openembedded-core oe-core
> $ cd oe-core
> $ git clone git://git.openembedded.org/bitbake bitbake
>
> the only thing a beginner might want to do is check that the dev host
> has all essential S/W for OE work.  i know that's documented in the
> yocto QS guide here:
>
> http://www.yoctoproject.org/docs/current/yocto-project-qs/yocto-project-qs.html
>
> is there any automated way to check for this?  is there any OE/bitbake
> equivalent to "please check that all necessary commands are
> installed"?
>
>  is there anything else at all that a user might want to verify
> before starting to build their first image?   nothing leaps to mind,
> but i just want to make sure i'm not missing anything.

The sanity bbclass checks for most things already, at least if you get
past the initial setup and can actually run bitbake :) Which doesn't
require much, other than configuration and python 2.6 or newer as
'python'.
-- 
Christopher Larson



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: verifying all necessary OE-related software on your dev host
  2012-03-27 21:33 verifying all necessary OE-related software on your dev host Robert P. J. Day
  2012-03-27 21:37 ` Chris Larson
@ 2012-03-27 21:40 ` Paul Eggleton
  2012-03-27 21:52   ` Robert P. J. Day
  1 sibling, 1 reply; 4+ messages in thread
From: Paul Eggleton @ 2012-03-27 21:40 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: openembedded-core

On Tuesday 27 March 2012 17:33:18 Robert P. J. Day wrote:
> the only thing a beginner might want to do is check that the dev host
> has all essential S/W for OE work.  i know that's documented in the
> yocto QS guide here:
> 
> http://www.yoctoproject.org/docs/current/yocto-project-qs/yocto-project-qs.h
> tml
> 
> is there any automated way to check for this?  is there any OE/bitbake
> equivalent to "please check that all necessary commands are
> installed"?

There are checks performed within sanity.bbclass to ensure the availability of 
all of these commands, so this happens automatically the first time a build is 
run.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: verifying all necessary OE-related software on your dev host
  2012-03-27 21:40 ` Paul Eggleton
@ 2012-03-27 21:52   ` Robert P. J. Day
  0 siblings, 0 replies; 4+ messages in thread
From: Robert P. J. Day @ 2012-03-27 21:52 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: openembedded-core

On Tue, 27 Mar 2012, Paul Eggleton wrote:

> On Tuesday 27 March 2012 17:33:18 Robert P. J. Day wrote:
> > the only thing a beginner might want to do is check that the dev host
> > has all essential S/W for OE work.  i know that's documented in the
> > yocto QS guide here:
> >
> > http://www.yoctoproject.org/docs/current/yocto-project-qs/yocto-project-qs.h
> > tml
> >
> > is there any automated way to check for this?  is there any OE/bitbake
> > equivalent to "please check that all necessary commands are
> > installed"?
>
> There are checks performed within sanity.bbclass to ensure the availability of
> all of these commands, so this happens automatically the first time a build is
> run.

  ok, and i can point out that that checking is already "require"d by
the default bitbake.conf file.  thanks.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-03-27 22:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-27 21:33 verifying all necessary OE-related software on your dev host Robert P. J. Day
2012-03-27 21:37 ` Chris Larson
2012-03-27 21:40 ` Paul Eggleton
2012-03-27 21:52   ` Robert P. J. Day

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox