Skip to content

ade: Add fallback to detect release and arch information

Walter Lozano requested to merge wip/wlozano/ade-os-release into apertis/v2024pre

Tool ade needs to find out release and distribution information for SDK and sysroots. This was previously done reading /etc/image_version but this custom file was dropped in favor of /etc/os-release.

A similar issue is found when trying to detect sysroot's architecture since pkg-config.multiarch is no longer supported.

infrastructure/apertis-issues#329 (closed)

Signed-off-by: Walter Lozano walter.lozano@collabora.com

Edited by Walter Lozano

Merge request reports