blob: 81548cdfb8578bd5ae862562da2d47a1ca5b018c [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001From f8419d5f279f1fb9b5e7eead4f1579bce7cb0e4e Mon Sep 17 00:00:00 2001
2From: Peter Kjellerstedt <pkj@axis.com>
3Date: Thu, 26 Jul 2018 16:32:49 +0200
4Subject: [PATCH] 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---
12 mesonbuild/environment.py | 1 +
13 1 file changed, 1 insertion(+)
14
15diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py
16index 5fcf9df..b4fc0dc 100644
17--- a/mesonbuild/environment.py
18+++ b/mesonbuild/environment.py
19@@ -72,6 +72,7 @@ from .compilers import (
20 build_filename = 'meson.build'
21
22 known_cpu_families = (
23+ 'allarch',
24 'aarch64',
25 'arc',
26 'arm',