OpenEmbedded (core) Build issues on Virtual Machine

I follow bitbake method to build Toradex Easy Installer images from below link.

High performance, low power Embedded Computing Systems | Toradex Developer Center

Build goes fine when I use local machine or my laptop’s VM but fails on Server with below log:

neeraj.verma@arm1irv:~/oe-core/build$ bitbake -k console-tdx-image
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Error, you have an invalid character (@) in your COREBASE directory path. Please move the installation to a directory which doesn't include any @ characters.

Summary: There was 1 ERROR message shown, returning a non-zero exit code.
neeraj.verma@arm1irv:~/oe-core/build$

Only difference I can see in local machine versus server is number of cores (server has 16 cores, and local machine has 4 cores).

Can someone please help me to identify issue?

  • What version of the BSP are you trying to build? I.e. what was your repo init command?
  • Did you read the error message? Is there a ‘@’ character in the absolute path to ‘layers/openembedded-core’ ?
  • Did you install all prerequisites?
  • What is the absolute path to your build directory?
  • What is the content of the build/conf/bblayers.conf file?
  • After sourcing export ( . export ) what is the output of ‘echo $BUILDDIR’ and ‘echo $PATH’ .