This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PROCESSOR-SDK-AM335X: devshell has blank environment

Part Number: PROCESSOR-SDK-AM335X


Tool/software:

This is related as it deals with the same SDK and Processor. At some point as I was trying out this updated SDK the bitbake **devshell** stopped functioning correctly.

A command like `bitbake -c devshell u-boot` will complete and open a new terminal/shell but none of the expected environment variables $S, $B, $WORKDIR are set. Therefore none of the build operations work either.

Has anyone seen this?

I have tried sourcing the output of `bitbake -e` that I saved to a file in the resulting shell. But that generates a large number of errors. The environment variables are then set but none of the build operations are understood and the PATH seems incorrect.

This is on a vanilla Debian and also on a vanilla Ubuntu. I am confident it was functional at one point, but perhaps only using the default MACHINE ?= "arago".