[Openembedded-users] bitbake interactive shell problem

Caglar Akyuz caglarakyuz at gmail.com
Fri Aug 6 13:39:08 UTC 2010


On Friday 06 August 2010 04:13:31 pm Bjørn Forsman wrote:
> Hi all,
> 
> I'm trying to use the bitbake interactive shell, but it doesn't work for
>  me:
> 
> $ bitbake -i
> ERROR: Nothing to do.  Use 'bitbake world' to build everything, or run
> 'bitbake --help' for usage information.
> $ bitbake -i nano    # builds nano but I don't get the shell
> 
> My build system is Ubuntu 10.04 64-bit with
> $ bitbake --version
> BitBake Build Tool Core version 1.10.0, bitbake version 1.10.0
> 
> So, does anyone know what is going on?
> 

Hi,

I don't think interactive shell is well supported anymore. Is there any chance 
'devshell' can do what you need? In case all you need to do is to add 
following to your local.conf:

INHERIT += "devshell"

Then typing:

$bitbake -cdevshell nano

opens you a new shell where you can build nano interactively with all 
environment variables are set.

Best Regards,
Caglar

> 
> Best regards,
> Bjørn Forsman
> 
> _______________________________________________
> Openembedded-users mailing list
> Openembedded-users at linuxtogo.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-users
> 




More information about the Openembedded-users mailing list