Mentions légales du service

Skip to content

[Build] Adds incremental Linux dep installer

Jussi Lindgren requested to merge feature-juli-core-726-linux-dep-install into master

Created by: jlindgre

This pull request adds perl scripts to do 'modular' dependency install on Linux. Its based on refactoring the repo specific dependencies out from the linux-install-dependencies.pl.

  • The same base script in sdk can be called for all repositories (designer, extras, meta)
  • Distro package names are read from repo-specific manifests files
  • The script globs a specified folder for .pl subscripts that compile/install modules required by that repo
  • The intended usage can be seen from ov meta repo's install-dependencies.sh, e.g. for SDK its

perl sdk/scripts/linux-install_dependencies.pl --manifest-dir sdk/scripts/ --dependencies-dir dependencies

I've pushed a branch with the same name to all repos to provide the repo specific manifests etc.

This stuff is intended to replace the old shell script hacks (still in use in ov extras).

[CORE-726](https://jira.mensiatech.com/browse/CORE-726)

Merge request reports