Skip to content
Snippets Groups Projects
Commit fd8fa3f3 authored by Nicola Sparnacci's avatar Nicola Sparnacci
Browse files

[CLUSTER] Add `FEATURE-APPEND`


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

Signed-off-by: default avatarNicola Sparnacci <nicola.sparnacci@seco.com>
parent e05c6700
No related branches found
No related tags found
No related merge requests found
Pipeline #266806 passed with stage
in 1 minute and 1 second
......@@ -13,6 +13,7 @@ CONFIG_CLUSTERS = {
"CONFIG_ARCH": [ssa.do_nothing],
"CONFIG_OS-DISTRO": [ssa.replace_in_local_conf],
"CONFIG_MACH": [ssa.replace_in_local_conf, ssa.check_machine_conf],
"CONFIG_FEATURE-APPEND": [ssa.add_append_to_local_conf],
"CONFIG_FEATURE": [ssa.add_to_local_conf],
"CONFIG_LAYERS": [ssa.add_to_bblayers_conf],
"CONFIG_FLAVOUR": [ssa.add_bblayers_conf_cleaos_and_arch],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment