Integrate seco-build-configurator/cf/chromium and 2 more
Commit: clea-os/tools/seco-build-configurator@e55a6b5c
[CORE] Generalize folder search function
Generalize the folder search function to allow searching for a folder name or a sub-path. For both cases loop thorugh the starting directory.
Add unit tests to test this function update.
Signed-off-by: Nicola Sparnacci nicola.sparnacci@seco.com
--
Commit: clea-os/tools/seco-build-configurator@2d2279cf
[FIX] fix function for path
The function find_directory_in_children has been modified to set correctly the path if more directory is given as reference (e.g. meta-browser/meta-chromium -> layers/meta-browser/meta-chromium). The function still work if the only given path is the meta-layer executing a child finding process which take to the same solution (e.g. meta-chromium -> layers/meta-browser/meta-chromium). To make all work correctly use meta-layers after layers (e.g. if the layer can be found in layers/meta-browser/meta-chromium -> use only meta-browser/meta-chromiumwq).
Signed-off-by: carlo carlo.ferriolo@seco.com
--
Commit: clea-os/tools/seco-build-configurator@a28e2d64
Bump to version 1.4.0
Changelog:
- [CLUSTER] Add
FEATURE-APPEND
(ref: 74a563e) - [CORE] Add variable merge in
local.conf
(ref: 23bbd2e)