[Openembedded-users] bitbake troubles

James Ronald james.ronald at gmail.com
Thu Nov 4 17:29:00 UTC 2010


Gergely,

I just went through a couple weeks ago.

# The bitbake version distributed with Ubuntu 10.04 is too old
sudo apt-get remove bitbake
sudo apt-get autoremove

# Get the newest version
cd ~
wget http://download.berlios.de/bitbake/bitbake-1.10.1.tar.gz
tar -xvzf bitbake-1.10.1.tar.gz

# Install it into /usr/local
cd ~/bitbake-1.10.1/
sudo ./setup.py install --prefix=/usr/local

Also the openembedded-user list has been abandoned and the correct
list for users and such is now openembedded-devel.

Regards
- Jim


On Thu, Nov 4, 2010 at 1:11 PM, Gergely Lőrincz <alkopop79 at gmail.com> wrote:
> Hi there,
>
> I've been struggling to install bitbake on Ubuntu and make it work. when I
> try 'bitbake nano' I get the following message: NameError: global name 'msg'
> is not defined.
>
> Any ideas what's causing it?
>
>
> Greg
>
> _______________________________________________
> 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