On Fri, Nov 27, 2009 at 2:54 PM, Bob <
rcve...@gmail.com> wrote:
> Great! Thank you very much. I have one more question that you might be
> able help me with. In the process of of playing around with the git
> tree I accidentally deleted it (I thought I was in a different
> folder). I recloned the repo just fine but now I am getting a warning
> at the start of all my bitbake builds. The warning is:
>
> /var/lib/python-support/python2.6/bb/COW.py:29: DeprecationWarning:
> the sets module is deprecated import types, sets
>
> I have a feeling that doing a 'git pull' might fix this but I am
> afraid to do it because it might change the commit that I am on. Do
> you have any quick suggestions on how I could deal with this? I don't
> want to take up too much of your time so I appreciate any help you can
> offer.
>
> Thanks!
Strange, i haven't seen that error before..
The checkout might be too old, so lets just merge the two..
From the r35 checkout,
Copy all the folders & files from:
recipes/linux/linux-omap-2.6.29/
and copy
recipes/linux/
linux-omap_2.6.29.bb
To a temp location
Next checkout the top of the git tree, and copy the files back in that
directory and overwrite the *.bb file. It'll give you the latest
Angstrom checkout along with the older r35 kernel.