Hi,
I'm trying to get familiar with yocto project for imx6qsabreauto.I'm referring imx_yocto_userguide.I get following error every time executing the command 'bitbake core-image-base'.
ERROR: Unable to start bitbake server
ERROR: Last 10 lines of server log for this session (/home/BspDeveloper2/fsl-community-bsp/build/bitbake-cookerdaemon.log):
Traceback (most recent call last):
File "/home/BspDeveloper2/fsl-community-bsp/sources/poky/bitbake/lib/bb/daemonize.py", line 77, in createDaemon
function()
File "/home/BspDeveloper2/fsl-community-bsp/sources/poky/bitbake/lib/bb/server/process.py", line 433, in _startServer
self.cooker = bb.cooker.BBCooker(self.configuration, self.featureset)
File "/home/BspDeveloper2/fsl-community-bsp/sources/poky/bitbake/lib/bb/cooker.py", line 178, in __init__
self.configwatcher = pyinotify.WatchManager()
File "/home/BspDeveloper2/fsl-community-bsp/sources/poky/bitbake/lib/pyinotify.py", line 1764, in __init__
raise OSError(err % self._inotify_wrapper.str_errno())
OSError: Cannot initialize new instance of inotify, Errno=Too many open files (EMFILE)
I have no idea about this.
Please help me to sort out the same..
Regards,
Richu C J
Which BSP are you using?
Is it work if you build core-image-minimal?