Hello,
I am using beagle bone AM335x and building the Arago for the same.
I am following the http://arago-project.org/wiki/index.php/Setting_Up_Build_Environment and setup the environment as given and building as the quick startup.
I am getting the following errors:
$ MACHINE=am335x-evm bitbake arago-base-image
Pseudo is not present but is required, building this first before the main build
ERROR: Error parsing configuration files
Traceback (most recent call last):
File "/home//tisdk/sources/bitbake/lib/bb/cooker.py", line 201, in BBCooker.loadConfigurationData():
self.parseConfigurationFiles(self.configuration.prefile,
> self.configuration.postfile)
except SyntaxError:
File "/home/tisdk/sources/bitbake/lib/bb/cooker.py", line 988, in BBCooker.parseConfigurationFiles(prefiles=[], postfiles=[]):
if data.getVar("BB_WORKERCONTEXT", False) is None:
> bb.fetch.fetcher_init(data)
bb.codeparser.parser_cache_init(data)
File "/home/tisdk/sources/bitbake/lib/bb/fetch2/__init__.py", line 463, in fetcher_init(d=<bb.data_smart.DataSmart object at 0xa2fc50c>):
logger.debug(1, "Clearing SRCREV cache due to cache policy of: %s", srcrev_policy)
> revs = bb.persist_data.persist('BB_URI_HEADREVS', d)
try:
File "/home/tisdk/sources/bitbake/lib/bb/persist_data.py", line 213, in persist(domain='BB_URI_HEADREVS', d=<bb.data_smart.DataSmart object at 0xa2fc50c>):
> bb.utils.mkdirhier(cachedir)
cachefile = os.path.join(cachedir, "bb_persist_data.sqlite3")
File "/home/tisdk/sources/bitbake/lib/bb/utils.py", line 588, in mkdirhier(directory='/home/harsh/tisdk/build/cache'):
if e.errno != errno.EEXIST:
> raise e
OSError: [Errno 13] Permission denied: '/home/tisdk/build/cache'
Please provide the suitable solution to resolve the above errors. I also don't know the exact reason why this is coming.
Also i am not the super user while building.
Thanks and Regards,
Harsh Piparsaniya