From: Alfred Wingate <[email protected]> Originally only a 17.0 profile was added[1], these were then removed as scheduled[2] leaving behind left over prefix files and references elsewhere.
This causes ArchesWithoutProfiles to complain in ::gentoo and every repository that has gentoo in its masters. ArchesWithoutProfiles: arch without profiles: arm64-linux Instead of removing these leftover files and references lets just add it back with a nonversioned profile just like the other linux prefixes. [1]: 4979fb71526b7919d218dededaf1c8803d201573 [2]: 12b9fd763fcf88331d739aabe831bd9e7f86581a Signed-off-by: Alfred Wingate <[email protected]> --- profiles/profiles.desc | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/profiles.desc b/profiles/profiles.desc index ec29730f7f1a6..6612654a9d75a 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -527,6 +527,7 @@ x86 default/linux/x86/23.0/i486/split-usr/musl/selinux exp # Linux Profiles amd64-linux prefix/linux/amd64 exp arm-linux prefix/linux/arm exp +arm64-linux prefix/linux/arm64 exp ppc64-linux prefix/linux/ppc64 exp ppc64-linux prefix/linux/ppc64le exp riscv-linux prefix/linux/riscv exp -- 2.52.0
