1From 656bf55fed01df2d2e2ad6d9d9887173cb16b85c Mon Sep 17 00:00:00 2001 2From: Peter Kjellerstedt <pkj@axis.com> 3Date: Thu, 26 Jul 2018 16:32:49 +0200 4Subject: [PATCH 2/2] Support building allarch recipes again 5 6This registers "allarch" as a known CPU family. 7 8Upstream-Status: Inappropriate [OE specific] 9Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> 10--- 11 mesonbuild/envconfig.py | 1 + 12 1 file changed, 1 insertion(+) 13 14diff --git a/mesonbuild/envconfig.py b/mesonbuild/envconfig.py 15index 4d58c91..ff01ad1 100644 16--- a/mesonbuild/envconfig.py 17+++ b/mesonbuild/envconfig.py 18@@ -36,6 +36,7 @@ from pathlib import Path 19 20 21 known_cpu_families = ( 22+ 'allarch', 23 'aarch64', 24 'alpha', 25 'arc', 26-- 272.24.0 28 29