Skip to content

Integrate seco-build-configurator/nspa/multiline and 2 more

Commit: clea-os/tools/seco-build-configurator@fd8fa3f3

[CLUSTER] Add FEATURE-APPEND

This cluster adds to local.conf a variable with += assignment.

Signed-off-by: Nicola Sparnacci nicola.sparnacci@seco.com

--

Commit: clea-os/tools/seco-build-configurator@e05c6700

[CORE] Add variable merge in local.conf

Added a function that unifies multiple assignments of a single variable into a single assignment. For example:

VAR = "test"
VAR += "second-test

ends up with:

VAR += " \
   test \
   second-test \
"

Signed-off-by: Nicola Sparnacci nicola.sparnacci@seco.com

--

Commit: clea-os/tools/seco-build-configurator@8988bb97

Bump to version 1.2.5

Changelog:

  • [FIX] Fix f-strings with backslashes (ref: 3ac7ead)

Merge request reports

Loading