blob: 96be104a52fad434380108249e18dfaec6d0bc4c [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001From d80d02a3ca6e21fa3d055c88c05234c2eb4db128 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 mesonbuild/environment.py | 1 +
12 1 file changed, 1 insertion(+)
13
Brad Bishopa5c52ff2018-11-23 10:55:50 +130014Index: meson-0.47.2/mesonbuild/environment.py
15===================================================================
16--- meson-0.47.2.orig/mesonbuild/environment.py
17+++ meson-0.47.2/mesonbuild/environment.py
18@@ -75,6 +75,7 @@ from .compilers import (
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080019 build_filename = 'meson.build'
20
21 known_cpu_families = (
22+ 'allarch',
23 'aarch64',
24 'arm',
25 'e2k',