diff options
author | Etienne Cordonnier <ecordonnier@snap.com> | 2024-01-12 16:33:52 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-01-15 21:42:15 +0000 |
commit | 90ea98a24c3df4f36f51b6411ba8963af98a0e19 (patch) | |
tree | baa6cd987aa2aea42cef49b86d4901bc6a0b1213 /meta/classes-recipe | |
parent | 3db106c41b22f9152b7253a1310467589eacf9d3 (diff) | |
download | poky-90ea98a24c3df4f36f51b6411ba8963af98a0e19.tar.gz |
siteinfo.bbclass: add support for darwin19 and darwin21
Ported from the meta-darwin layer which supports darwin19 (honister version)
and darwin21 (kirkstone version).
(From OE-Core rev: ec4de080691717bf56170f7e39d9fb5bb2d2b2d6)
Signed-off-by: Dominik Schnitzer <dominik@snap.com>
Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes-recipe')
-rw-r--r-- | meta/classes-recipe/siteinfo.bbclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes-recipe/siteinfo.bbclass b/meta/classes-recipe/siteinfo.bbclass index 05253ae90d..68aefb8eda 100644 --- a/meta/classes-recipe/siteinfo.bbclass +++ b/meta/classes-recipe/siteinfo.bbclass | |||
@@ -73,6 +73,8 @@ def siteinfo_data_for_machine(arch, os, d): | |||
73 | osinfo = { | 73 | osinfo = { |
74 | "darwin": "common-darwin", | 74 | "darwin": "common-darwin", |
75 | "darwin9": "common-darwin", | 75 | "darwin9": "common-darwin", |
76 | "darwin19": "common-darwin", | ||
77 | "darwin21": "common-darwin", | ||
76 | "linux": "common-linux common-glibc", | 78 | "linux": "common-linux common-glibc", |
77 | "linux-gnu": "common-linux common-glibc", | 79 | "linux-gnu": "common-linux common-glibc", |
78 | "linux-gnu_ilp32": "common-linux common-glibc", | 80 | "linux-gnu_ilp32": "common-linux common-glibc", |
@@ -130,6 +132,8 @@ def siteinfo_data_for_machine(arch, os, d): | |||
130 | "x86_64-cygwin": "bit-64", | 132 | "x86_64-cygwin": "bit-64", |
131 | "x86_64-darwin": "bit-64", | 133 | "x86_64-darwin": "bit-64", |
132 | "x86_64-darwin9": "bit-64", | 134 | "x86_64-darwin9": "bit-64", |
135 | "x86_64-darwin19": "bit-64", | ||
136 | "x86_64-darwin21": "bit-64", | ||
133 | "x86_64-linux": "bit-64", | 137 | "x86_64-linux": "bit-64", |
134 | "x86_64-linux-musl": "x86_64-linux bit-64", | 138 | "x86_64-linux-musl": "x86_64-linux bit-64", |
135 | "x86_64-linux-muslx32": "bit-32 ix86-common x32-linux", | 139 | "x86_64-linux-muslx32": "bit-32 ix86-common x32-linux", |