oe-alliance / build-enviroment

This sets-up the oe-alliance build environment.
Other
31 stars 60 forks source link

error build from your new distro 2.2 #2

Closed st7TEAM closed 8 years ago

st7TEAM commented 10 years ago

ERROR: Traceback (most recent call last): File "/home/universaldz/Bureau/oe/build-enviroment/bitbake/lib/bb/cookerdata.py", line 163, in wrapped return func(fn, *args) File "/home/universaldz/Bureau/oe/build-enviroment/bitbake/lib/bb/cookerdata.py", line 173, in parse_config_file return bb.parse.handle(fn, data, include) File "/home/universaldz/Bureau/oe/build-enviroment/bitbake/lib/bb/parse/init.py", line 99, in handle return h['handle'](fn, data, include) File "/home/universaldz/Bureau/oe/build-enviroment/bitbake/lib/bb/parse/parse_py/ConfHandler.py", line 120, in handle abs_fn = resolve_file(fn, data) File "/home/universaldz/Bureau/oe/build-enviroment/bitbake/lib/bb/parse/init.py", line 122, in resolve_file raise IOError("file %s not found" % fn) IOError: file /home/universaldz/Bureau/oe/build-enviroment/meta-oe-alliance/conf/layer.conf not found

ERROR: Unable to parse /home/universaldz/Bureau/oe/build-enviroment/meta-oe-alliance/conf/layer.conf: file /home/universaldz/Bureau/oe/build-enviroment/meta-oe-alliance/conf/layer.conf not found make: *\ [image] Error 1

janty commented 10 years ago

I can confirm, after a fresh 2.2 "git clone git@github.com:oe-alliance/build-enviroment.git"

MACHINE=evo DISTRO=openatv make image Generating /home/e2/1-6-14/build-enviroment/builds/openatv/env.source Generating /home/e2/1-6-14/build-enviroment/builds/openatv/conf/openatv.conf Generating /home/e2/1-6-14/build-enviroment/builds/openatv/conf/bblayers.conf ERROR: Traceback (most recent call last): File "/home/e2/1-6-14/build-enviroment/bitbake/lib/bb/cookerdata.py", line 163, in wrapped return func(fn, *args) File "/home/e2/1-6-14/build-enviroment/bitbake/lib/bb/cookerdata.py", line 173, in parse_config_file return bb.parse.handle(fn, data, include) File "/home/e2/1-6-14/build-enviroment/bitbake/lib/bb/parse/init.py", line 99, in handle return h['handle'](fn, data, include) File "/home/e2/1-6-14/build-enviroment/bitbake/lib/bb/parse/parse_py/ConfHandler.py", line 120, in handle abs_fn = resolve_file(fn, data) File "/home/e2/1-6-14/build-enviroment/bitbake/lib/bb/parse/init.py", line 122, in resolve_file raise IOError("file %s not found" % fn) IOError: file /home/e2/1-6-14/build-enviroment/meta-oe-alliance/conf/layer.conf not found

ERROR: Unable to parse /home/e2/1-6-14/build-enviroment/meta-oe-alliance/conf/layer.conf: file /home/e2/1-6-14/build-enviroment/meta-oe-alliance/conf/layer.conf not found make: *\ [image] Error 1

arn354 commented 10 years ago

Do you have the correct makefile? To my knowledge needed makefile is not public yet

janty commented 10 years ago

i do not use any different makefile other then the one in the fresh build envirioment, I will wait for the experts to the new release of the file.

arn354 commented 10 years ago

You definitly need to replace makefile. The one in cloned build-enviroment is not the correct one.

janty commented 10 years ago

ok, last correct build versions are the ones from 20-05-2014, but the included makefile cannot be used. The new branch layer is'nt implemented yet. I have to wait because my skills are not enough by far to chance it in a correct way.

AbuBaniaz commented 8 years ago

Do we close this?