Skip to content

packagegroup-ledge-containers: make sure it passes the world build

Currently the recipe breaks the world build with ERROR: Nothing RPROVIDES 'virtual/runc' (but /meta-ledge-secure/meta-ledge-secure/recipes-samples/packagegroups/packagegroup-ledge-containers.bb RDEPENDS on or otherwise requires it)

Two changes are needed here. First do not force virtual/runc, make it possible for the user to override. Then, make the elements of the packagegroup-ledge-containers standard groups from meta-virtualization, and include them only if DISTRO_FEATURE "virtualization" is set.

Signed-off-by: Marta Rybczynska marta.rybczynska@linaro.org

Merge request reports