mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
3db106c41b
commit
90ea98a24c
@@ -73,6 +73,8 @@ def siteinfo_data_for_machine(arch, os, d):
|
||||
osinfo = {
|
||||
"darwin": "common-darwin",
|
||||
"darwin9": "common-darwin",
|
||||
"darwin19": "common-darwin",
|
||||
"darwin21": "common-darwin",
|
||||
"linux": "common-linux common-glibc",
|
||||
"linux-gnu": "common-linux common-glibc",
|
||||
"linux-gnu_ilp32": "common-linux common-glibc",
|
||||
@@ -130,6 +132,8 @@ def siteinfo_data_for_machine(arch, os, d):
|
||||
"x86_64-cygwin": "bit-64",
|
||||
"x86_64-darwin": "bit-64",
|
||||
"x86_64-darwin9": "bit-64",
|
||||
"x86_64-darwin19": "bit-64",
|
||||
"x86_64-darwin21": "bit-64",
|
||||
"x86_64-linux": "bit-64",
|
||||
"x86_64-linux-musl": "x86_64-linux bit-64",
|
||||
"x86_64-linux-muslx32": "bit-32 ix86-common x32-linux",
|
||||
|
||||
Reference in New Issue
Block a user