* Facing problem with "bitbake" command
@ 2009-12-04 14:37 saleh usman
2009-12-04 14:43 ` Andrea Adami
2009-12-04 14:59 ` Xerxes Rånby
0 siblings, 2 replies; 3+ messages in thread
From: saleh usman @ 2009-12-04 14:37 UTC (permalink / raw)
To: openembedded-devel
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
_________________________________________________________________
Windows Live: Friends get your Flickr, Yelp, and Digg updates when they e-mail you.
http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_3:092010
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Facing problem with "bitbake" command
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
1 sibling, 0 replies; 3+ messages in thread
From: Andrea Adami @ 2009-12-04 14:43 UTC (permalink / raw)
To: openembedded-devel
> [root@localhost build]# bitbake nano
> bash: bitbake: command not found
> [root@localhost build]#
>
> Plz tell me where might be the problem.
First problem is you're building as root...
Andrea
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Facing problem with "bitbake" command
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
1 sibling, 0 replies; 3+ messages in thread
From: Xerxes Rånby @ 2009-12-04 14:59 UTC (permalink / raw)
To: openembedded-devel
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-12-04 15:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox