Thanks for the reply.
Okay. As per the Linux User Guide, here is the procedure I followed on a Docker VM (ubuntu 20.04)
mkdir imx-yocto-bsp
cd imx-yocto-bsp
repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-kirkstone -m imx-5.15.71-2.2.0.xml
repo sync
DISTRO=fsl-imx-xwayland MACHINE=imx8mp-lpddr4-evk source imx-setup-release.sh ./build-xwayland
bitbake core-image-minimal -c populate_sdk
docker_mradhakr@6138e6418416:/build_env/imx-yocto-bsp/build-xwayland$ bitbake core-image-minimal -c populate_sdk
Traceback (most recent call last):
File "/build_env/imx-yocto-bsp/sources/poky/bitbake/bin/bitbake", line 37, in <module>
sys.exit(bitbake_main(BitBakeConfigParameters(sys.argv),
File "/build_env/imx-yocto-bsp/sources/poky/bitbake/lib/bb/main.py", line 378, in bitbake_main
return ui_module.main(server_connection.connection, server_connection.events,
File "/build_env/imx-yocto-bsp/sources/poky/bitbake/lib/bb/ui/knotty.py", line 415, in main
params.updateToServer(server, os.environ.copy())
File "/build_env/imx-yocto-bsp/sources/poky/bitbake/lib/bb/cookerdata.py", line 75, in updateToServer
raise Exception("Unable to update the server configuration with local parameters: %s" % error)
Exception: Unable to update the server configuration with local parameters: Traceback (most recent call last):
File "/build_env/imx-yocto-bsp/sources/poky/bitbake/lib/bb/command.py", line 90, in runCommand
result = command_method(self, commandline)
File "/build_env/imx-yocto-bsp/sources/poky/bitbake/lib/bb/command.py", line 286, in updateConfig
command.cooker.updateConfigOpts(options, environment, cmdline)
File "/build_env/imx-yocto-bsp/sources/poky/bitbake/lib/bb/cooker.py", line 535, in updateConfigOpts
self.reset()
File "/build_env/imx-yocto-bsp/sources/poky/bitbake/lib/bb/cooker.py", line 1774, in reset
self.initConfigurationData()
File "/build_env/imx-yocto-bsp/sources/poky/bitbake/lib/bb/cooker.py", line 404, in initConfigurationData
self.add_filewatch(mc.getVar("__base_depends", False), self.configwatcher)
File "/build_env/imx-yocto-bsp/sources/poky/bitbake/lib/bb/cooker.py", line 313, in add_filewatch
watcher.add_watch(f, self.watchmask, quiet=False)
File "/build_env/imx-yocto-bsp/sources/poky/bitbake/lib/pyinotify.py", line 1888, in add_watch
raise WatchManagerError(err, ret_)
pyinotify.WatchManagerError: add_watch: cannot watch /build_env/imx-yocto-bsp/build-xwayland/conf WD=-1, Errno=No space left on device (ENOSPC)
doc
There is about 324G free available , I still see the above error. Do you know how I get past this error?