You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
meta-mchp-polarfire-soc: conf: machines: add whitespace with :append operator
Add a leading whitespace in MACHINE_FEATURES:append in all PolarFire SoC
machine configuration files. This ensures that the appended content is
properly separated from the existing value, preventing concatenation
errors (e.g., "feature1feature2"). The whitespace is required before the
appended content when using the :append operator in BitBake recipes.
Signed-off-by: Valentina Fernandez <[email protected]>
0 commit comments