need source of angstrom -

i have a setup directory created on ubuntu from this link
http://processors.wiki.ti.com/index.php/Getting_Started_With_C6Run_On_Beagleboard

now i wanted source code …as suggested by this link
http://groups.google.com/group/beagleboard/browse_thread/thread/41c9fa1f8ef01791/0898a8e9ce5af510?#0898a8e9ce5af510

i did this
mohit@mohit-desktop:~/Git/angstrom-setup-scripts$ MACHINE=beagleboard ./oebb.sh bitbake virtual/kernel
Updating bitbake
Executing: cd /home/mohit/Git/angstrom-setup-scripts/sources/bitbake && git pull --rebase
Current branch 1.10 is up to date.
Updating OpenEmbedded
Executing: git pull --rebase
Current branch org.openembedded.dev is up to date.
Using ~/.oe/environment to setup needed variables. It is recommended to do ‘. ~/.oe/environment’ and run ‘bitbake something’ without using ./oebb.sh as wrapper
Executing: MACHINE=beagleboard bitbake virtual/kernel
Traceback (most recent call last):
File “/home/mohit/Git/angstrom-setup-scripts/sources/bitbake/bin/bitbake”, line 196, in
ret = main()
File “/home/mohit/Git/angstrom-setup-scripts/sources/bitbake/bin/bitbake”, line 160, in main
cooker = bb.cooker.BBCooker(configuration, server)
File “/home/mohit/Git/angstrom-setup-scripts/sources/bitbake/lib/bb/cooker.py”, line 90, in init
self.parseConfigurationFiles(self.configuration.file)
File “/home/mohit/Git/angstrom-setup-scripts/sources/bitbake/lib/bb/cooker.py”, line 584, in parseConfigurationFiles
bb.fetch.fetcher_init(self.configuration.data)
File “/home/mohit/Git/angstrom-setup-scripts/sources/bitbake/lib/bb/fetch/init.py”, line 196, in fetcher_init
pd.delDomain(“BB_URI_HEADREVS”)
File “/home/mohit/Git/angstrom-setup-scripts/sources/bitbake/lib/bb/persist_data.py”, line 70, in delDomain
self.connection.execute(“DROP TABLE IF EXISTS %s;” % domain)
sqlite3.OperationalError: attempt to write a readonly database

but it gives this error !!

i have updates sqlite as suggested by google …still same error !!
what can be the problem …pl suggest

Thanks
Nidhi