RZ/V2L Yocto Build issue

Hi Renesas Team,

RZ/V2L BSP building offline as instructed in documents.


We are facing issues of building RZ/V2L BSP the error log is given below
rz@rz:~/rzv/build$ cp ../meta-renesas/docs/template/conf/rzv2l-dev/*.conf ./conf/
rz@rz:~/rzv/build$ bitbake core-image-weston
ERROR: Unable to start bitbake server (None)
ERROR: Server log for this session (/home/rz/rzv/build/bitbake-cookerdaemon.log):
--- Starting bitbake server pid 33062 at 2023-05-02 10:33:45.720431 ---
ERROR: Traceback (most recent call last):
  File "/home/rz/rzv/poky/bitbake/lib/bb/cookerdata.py", line 173, in wrapped
    return func(fn, *args)
  File "/home/rz/rzv/poky/bitbake/lib/bb/cookerdata.py", line 198, in parse_config_file
    return bb.parse.handle(fn, data, include)
  File "/home/rz/rzv/poky/bitbake/lib/bb/parse/__init__.py", line 107, in handle
    return h['handle'](fn, data, include)
  File "/home/rz/rzv/poky/bitbake/lib/bb/parse/parse_py/ConfHandler.py", line 121, in handle
    abs_fn = resolve_file(fn, data)
  File "/home/rz/rzv/poky/bitbake/lib/bb/parse/__init__.py", line 131, in resolve_file
    raise IOError(errno.ENOENT, "file %s not found" % fn)
FileNotFoundError: [Errno 2] file /home/rz/rzv/build/../meta-rz-features/conf/layer.conf not found

ERROR: Unable to parse /home/rz/rzv/build/../meta-rz-features/conf/layer.conf: [Errno 2] file /home/rz/rzv/build/../meta-rz-features/conf/layer.conf not found
Regards,
Pramod Kumar
Parents Reply
  • The V2L build instruction is provided for Graphic package 1.4 and Codec package 1.0.1 as MicBis mentioned above.
    You meet the issue because you follow that build instruction with newer features package. It is recommended to use correct feature packages version.

    From Graphic package 1.0.5 and Codec package 1.1.0, the structure has been changed.
    With the new structure, meta-rz-features is not an Yocto layer (thus not have meta-rz-features/conf/layer.conf). You have to add the sub-layers inside meta-rz-features instead.

Children
No Data