Hi,
I am trying to build Angstrom according to RocketBoards tutorial. Everything seems fine until I am trying to build the kernel (LTSi version), then the following happens :
gartin@gartin-ProBook:~/angstrom-socfpga$ MACHINE=socfpga_cyclone5 bitbake linux-altera-ltsi
ERROR: Traceback (most recent call last):
File "/home/gartin/angstrom-socfpga/sources/bitbake/lib/bb/cookerdata.py", line 163, in wrapped
return func(fn, *args)
File "/home/gartin/angstrom-socfpga/sources/bitbake/lib/bb/cookerdata.py", line 173, in parse_config_file
return bb.parse.handle(fn, data, include)
File "/home/gartin/angstrom-socfpga/sources/bitbake/lib/bb/parse/__init__.py", line 99, in handle
return h['handle'](fn, data, include)
File "/home/gartin/angstrom-socfpga/sources/bitbake/lib/bb/parse/parse_py/ConfHandler.py", line 120, in handle
abs_fn = resolve_file(fn, data)
File "/home/gartin/angstrom-socfpga/sources/bitbake/lib/bb/parse/__init__.py", line 122, in resolve_file
raise IOError("file %s not found" % fn)
IOError: file /home/gartin/angstrom-socfpga/sources/meta-openembedded/**toolchain-layer**/conf/layer.conf not found
_ERROR: Unable to parse /home/gartin/angstrom-socfpga/sources/meta-openembedded/toolchain-layer/conf/layer.conf: file /home/gartin/angstrom-socfpga/sources/meta-openembedded/toolchain-layer/conf/layer.conf not found_
I have checked and the toolchain-layer directory is not there at all. Why/how could this happen ?
ACTUALLY, I had to “git clone” the openembedded into the required path, as follows
cd /angstrom-socfpga/sources/
git clone git://git.openembedded.org/meta-openembedded