blob: e47e555324faa99eeb1fdc186ae2491ee5eed9ca [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001From 2164655328ec4e47335fc9033813274365491ad8 Mon Sep 17 00:00:00 2001
Brad Bishop19323692019-04-05 15:28:33 -04002From: 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---
Brad Bishopc342db32019-05-15 21:57:59 -040012 mesonbuild/envconfig.py | 1 +
Brad Bishop19323692019-04-05 15:28:33 -040013 1 file changed, 1 insertion(+)
14
Brad Bishopc342db32019-05-15 21:57:59 -040015diff --git a/mesonbuild/envconfig.py b/mesonbuild/envconfig.py
16index 3f0a399..4509e09 100644
17--- a/mesonbuild/envconfig.py
18+++ b/mesonbuild/envconfig.py
19@@ -34,6 +34,7 @@ from . import mlog
20
Brad Bishop19323692019-04-05 15:28:33 -040021
22 known_cpu_families = (
23+ 'allarch',
24 'aarch64',
25 'arc',
26 'arm',