Skip to content

Integrate gitlab-ci/lpag/new_board_config and 9 more

Commit: edgehog/infrastructure/gitlab-ci@e88df1a2

[BOARD][CONFIG] Insert config for TigerLake boards

  • Insert configuration file for boards based on Intel Tiger Lake boards

--

Commit: edgehog/infrastructure/gitlab-ci@944f20d9

[NUM_MAX_CPU] Reduce the number of CPU threads

  • Set the number to 32 and increase number of parallel jobs for the runner

--

Commit: edgehog/infrastructure/gitlab-ci@4a79ac2b

[TIMEOUT] Increase timeout on notify/changelog job

  • Increase the timeout to 4h because of increased overload on CI/CD pipeline

--

Commit: edgehog/infrastructure/gitlab-ci@d710ecdb

[BOARD][CONFIG] Insert config for c72n board

  • Remove c61 config file since not released yet

--

Commit: edgehog/infrastructure/gitlab-ci@bf698958

[928] Fix on 8x512M RAM configuration file

  • Fix on AZURE_PATH variable position

--

Commit: edgehog/infrastructure/gitlab-ci@e2413972

[962] Add 962 i.MX6 board configuration file

  • The configuration file allows to build 3 different RAM configurations: 2x256M, 4x256M, 4x512M
  • Insert preliminary test integration job

--

Commit: edgehog/infrastructure/gitlab-ci@6de4af63

[BOARD][CONFIG] Insert config for 928 board

  • Add configuration file for 928 considering all the supported RAM configurations
  • Insert RAM_CONF parameter than need to be set inside local.conf file at build time

--

Commit: edgehog/infrastructure/gitlab-ci@8b01f45d

[CUSTOM] Add custom project to gitlab-ci deploy

--

Commit: edgehog/infrastructure/gitlab-ci@6566ad42

[BOARDS][CONFIG] Insert configs for C61, D18, D23

  • Insert configuration file for C61 iMX8MM SBC board
  • Insert configuration file for D18 iMX8MP SMARC board
  • Insert configuration file for D23 PX30 SBC board
  • Use same ssstate-cache folder of C31 SBC for D23 SBC

--

Commit: edgehog/infrastructure/gitlab-ci@bc54e54b

[BITBAKE][CONF] Optimize parameters for the build

  • Insert the parameter BB_NUMBER_THREADS defining the maximum number of tasks BitBake should run in parallel at any one time (default set to 64).
  • Insert the parameter PARALLEL_MAKE specifying extra options that are passed to the make command during the compile tasks (default set to 64).

Merge request reports