diff options
| -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", |
