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
good resources for learning yocto!
But In the file 07 variable assignments.md, there is a small error in the example for variable assignments.
07 variable assignments.md
# Append A ?= "val" A += "var" # The final value is A="var"
# Append A ?= "val" A += "var" # The final value is A="val var"
The text was updated successfully, but these errors were encountered:
another correction
A = "foo bar" A:remove = "var" A += "var" The final value is A=" foo bar "
Sorry, something went wrong.
No branches or pull requests
good resources for learning yocto!
But In the file
07 variable assignments.md
, there is a small error in the example for variable assignments.Current Content
Suggestioin
The text was updated successfully, but these errors were encountered: