Skip to content

Fix fg and bg packages orders in the checker

Luis Araujo requested to merge wip/araujo/fix-packages-checker into apertis/v2020pre

This commit fixes the order for the foreground and background packages during the checks.

It implements the following checks, where the first image type belong to the foreground packages, and the rest are the background packages:

  • target: for packages to be installed on minimal images
  • target + development: for packages to be installed on target images
  • development + target: for tools used by OBS and developers
  • hmi + target + development: for HMI packages to be installed on target images
  • sdk + target + development: for packages to be installed on basesdk images
  • sdk + target+ development + hmi: for packages to be installed on sdk images

Signed-off-by: Luis Araujo luis.araujo@collabora.co.uk

Edited by Luis Araujo

Merge request reports