I investigate my problem further. I think the source of problem is connected to lack of this file

(SDKROOT)/tmp/sysroots/x86_64/usr/share/meson/meson.cross.template

I dont have even (SDKROOT)/tmp/sysroots/x86_64/usr/share/meson directory. Does anyone knows what could be a reason? Or how to add meson directory to this sysroot on SDK?

On 1/16/20 2:53 PM, m.madej@xtrack.com wrote:
Hello, I work on Yocto warrior branch. I use debian buster. I built extensible SDK for my image and wanted to install it. Build passes without any problem but at the end of installation process i got following messages:

SDK environment now set up; additionally you may now run devtool to perform development tasks.
Run devtool --help for further details.
(SDKROOT)/sysroots/x86_64-pokysdk-linux/usr/bin/python3: line 5: (SDKROOT)/sysroots/x86_64-pokysdk-linux/usr/bin/python3.7.real: No such file or directory
post-relocate command "(SDKROOT)/sysroots/x86_64-pokysdk-linux/post-relocate-setup.d/meson-setup.py (SDKROOT)" failed with status 127
SDK has been successfully set up and is ready to be used.
Each time you wish to use the SDK in a new shell session, you need to source the environment setup script e.g.

In spite of fact there is information that SDK is successfully set up it does not work and after loading environment devtool command output is:

$ devtool
(SDKROOT)/sysroots/x86_64-pokysdk-linux/usr/bin/python3: line 5: (SDKROOT)/sysroots/x86_64-pokysdk-linux/usr/bin/python3.7.real

To analyze the problem I also run:

$ fileĀ (SDKROOT)/sysroots/x86_64-pokysdk-linux/usr/bin/python3.7.real
(SDKROOT)/sysroots/x86_64-pokysdk-linux/usr/bin/python3.7.real: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /opt/smart-recovery/2.7.2/sysroots/x86_64-pokysdk-linux/lib/ld-linux-x86-64.so.2, BuildID[sha1]=bc0bda633e50a52d06a027cc21707a0be0341f64, for GNU/Linux 3.2.0, stripped

The problem is that interpreter file does not exist and this is probably caused by problem which occured at installation process. Is the problem known to anyone?