We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I used the following command for the 'Setup build project' task.
DISTRO=nxp-real-time-edge MACHINE=ls1021atsn source real-time-edge-setup-env.sh -b build-ls1021atsn-real-time-edge
I got the following result in error
ERROR - No build directory is set yet. Run the 'setup-environment' script before running this script to create.
So I did the 'setup-environment' task.
MACHINE=ls1021atsn DISTRO=nxp-real-time-edge source setup-environment build-ls1021atsn-real-time-edge
However, I received the following result
bash: /home/young/Desktop/yocto-real-time-edge/sources/poky/oe-init-build-env: No such file or directory
How can I fix this problem and get it installed?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I used the following command for the 'Setup build project' task.
I got the following result in error
ERROR - No build directory is set yet. Run the 'setup-environment' script before running this script to create.
So I did the 'setup-environment' task.
However, I received the following result
bash: /home/young/Desktop/yocto-real-time-edge/sources/poky/oe-init-build-env: No such file or directory
How can I fix this problem and get it installed?
The text was updated successfully, but these errors were encountered: