Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: "Xerxes Rånby" <xerxes@zafena.se>
To: openembedded-devel@lists.openembedded.org
Subject: Re: Facing problem with "bitbake" command
Date: Fri, 04 Dec 2009 15:59:11 +0100	[thread overview]
Message-ID: <4B1923BF.2090801@zafena.se> (raw)
In-Reply-To: <BAY127-W12EABE192FF93EC42483CFD8930@phx.gbl>

saleh usman wrote:
> Hello 
>
> I am new to openembedded and I am following Getting started page of openembedded to work with it.I am facing problem in Building Software section and bitbake command is not working.
> I've edited the local configuration file and also directory where I've downloaded openembedded contains bitabake and build directory.
>
>
> It seems like this
>
> [root@localhost build]# bitbake nano
> bash: bitbake: command not found
> [root@localhost build]# 
>
> Plz tell me where might be the problem.
>
> Regards 
> Saleh Usman
>   
Hi the problem are that bash cant find the bitbake executable in the PATH.
You need to setup the environment by running:

export PATH=/stuff/bitbake/bin:$PATH

The PATH environment variable are used by bash, (the program that
displays your command line), to find where executables to run are
located on your system.
By exporting PATH to include the bitbake/bin dir makes the bitbake
command available.

You probably also need to set the BBPATH variable as well so that
bitbake can find its configuration when run.

export BBPATH=/stuff/build:/stuff/openembedded

Cheers
Xerxes




      parent reply	other threads:[~2009-12-04 15:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-04 14:37 Facing problem with "bitbake" command saleh usman
2009-12-04 14:43 ` Andrea Adami
2009-12-04 14:59 ` Xerxes Rånby [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B1923BF.2090801@zafena.se \
    --to=xerxes@zafena.se \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox