Followed the steps as in "i.MX Yocto Project User's Guide" Rev. LF5.15.52_2.1.0 dated 30 September 2022.
Environment: Windows 10, WSL 2, Ubuntu 22.04LTS.
Manifest and configuration details are here:
repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-kirkstone -m imx-5.15.52-2.1.0.xml
DISTRO=fsl-imx-wayland MACHINE=imx6ulevk source imx-setup-release.sh -b build
Error message extract is here:
ERROR: Unable to start bitbake server (None)
ERROR: Server log for this session (/mnt/d/yoctolab/imx-yocto-bsp/build/bitbake-cookerdaemon.log):
10012 13:20:08.583454 --- Starting bitbake server pid 10012 at 2023-01-07 13:20:08.583425 ---
/usr/lib/python3/dist-packages/apport/report.py:13: DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12; see the module's documentation for alternative uses
import fnmatch, glob, traceback, errno, sys, atexit, locale, imp, stat
Traceback (most recent call last):
File "/mnt/d/yoctolab/imx-yocto-bsp/sources/poky/bitbake/bin/bitbake-server", line 52, in <module>
bb.server.process.execServer(lockfd, readypipeinfd, lockname, sockname, timeout, xmlrpcinterface)
File "/mnt/d/yoctolab/imx-yocto-bsp/sources/poky/bitbake/lib/bb/server/process.py", line 541, in execServer
sock.bind(os.path.basename(sockname))
OSError: [Errno 95] Operation not supported
sys:1: ResourceWarning: unclosed file <_io.TextIOWrapper name='/mnt/d/yoctolab/imx-yocto-bsp/build/bitbake-cookerdaemon.log' mode='a+' encoding='UTF-8'>
sys:1: ResourceWarning: unclosed file <_io.TextIOWrapper name=3 mode='w' encoding='UTF-8'>
sys:1: ResourceWarning: unclosed <socket.socket fd=6, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0>
File "/mnt/d/yoctolab/imx-yocto-bsp/sources/poky/bitbake/lib/bb/server/process.py", line 541, in execServer
sock.bind(os.path.basename(sockname))
OSError: [Errno 95] Operation not supported
sys:1: ResourceWarning: unclosed file <_io.TextIOWrapper name='/mnt/d/yoctolab/imx-yocto-bsp/build/bitbake-cookerdaemon.log' mode='a+' encoding='UTF-8'>
sys:1: ResourceWarning: unclosed file <_io.TextIOWrapper name=3 mode='w' encoding='UTF-8'>
sys:1: ResourceWarning: unclosed <socket.socket fd=6, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0
Any help?