Open skywalkerylh opened 3 months ago
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"
another correction
A = "foo bar" A:remove = "var" A += "var" The final value is A=" foo bar "
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