Integrate gitlab-ci/fix_integration_name and 3 more
Change integration project name to lower case
The project name is matched with the predefined gitlab var CI_PROJECT_NAME, which uses lower case.
--
yamllint: Add yamllint job to CI, add yamllint config
Add .yamllint.yml to configure the yamllint usage, should be used as master yamllint config from other stages also. Apply small changes to yml files to match yamllint.
BCS 746-000640
--
alphaplan_fwr: Create u-boot package from imx-boot.tar.gz if found
The main install file for u-boot changed to imx-boot.tar.gz, so this should be added to alphaplan. Leaving the imx-boot implementation as fallback.
BCS 746-000600
--
alphaplan_fwr.py: Silently ignore if 'output_dir is not set