Using the instructions in this thread i allways get the following error
Code:
MACHINE=vusolo2 DISTRO=openvix make image
ERROR: Traceback (most recent call last):
File "/home/openvix/SRC/oe-alliance/bitbake/lib/bb/cookerdata.py", line 163, in wrapped
return func(fn, *args)
File "/home/openvix/SRC/oe-alliance/bitbake/lib/bb/cookerdata.py", line 173, in parse_config_file
return bb.parse.handle(fn, data, include)
File "/home/openvix/SRC/oe-alliance/bitbake/lib/bb/parse/__init__.py", line 102, in handle
return h['handle'](fn, data, include)
File "/home/openvix/SRC/oe-alliance/bitbake/lib/bb/parse/parse_py/ConfHandler.py", line 120, in handle
abs_fn = resolve_file(fn, data)
File "/home/openvix/SRC/oe-alliance/bitbake/lib/bb/parse/__init__.py", line 125, in resolve_file
raise IOError("file %s not found" % fn)
IOError: file /home/openvix/SRC/oe-alliance/meta-oe-alliance/conf/layer.conf not found
ERROR: Unable to parse /home/openvix/SRC/oe-alliance/meta-oe-alliance/conf/layer.conf: file /home/openvix/SRC/oe-alliance/meta-oe-alliance/conf/layer.conf not found
make: *** [image] Error 1
Any idee whats wrong, is the git repo git://github.com/oe-alliance/build-enviroment.git broken ?