Skip to content

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

Commit: clea-os/tools/seco-build-configurator@74a563ee

[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@23bbd2ee

[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@819b8f0a

Bump to version 1.3.0

Changelog:

  • [LOCALCONF] Add structure normalization for local.conf (ref: 6235d93)
  • [ACTIONS] add add_include_to_local_conf (ref: 66e7744)

Merge request reports

Loading