diff options
author | sweeaun <swee.aun.khor@intel.com> | 2017-07-05 16:56:33 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-08 13:34:45 +0100 |
commit | 0d5488b0bff4f48276c0fbe01f8ec1c786d9d8dd (patch) | |
tree | 76233f30d545434e6736786889ad537306b695d6 /meta | |
parent | f33627f30bf8924af0fb71f5a0f9f8cd86c8876a (diff) | |
download | poky-0d5488b0bff4f48276c0fbe01f8ec1c786d9d8dd.tar.gz |
siteinfo.bbclass: Support musl-x32
Modified targetinfo and osinfo to support musl-x32.
(From OE-Core rev: 94ed793a704dadf55481305b6ed49ae3f3e1fc66)
Signed-off-by: sweeaun <swee.aun.khor@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/siteinfo.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass index 90ea5ba807..20b4704f1c 100644 --- a/meta/classes/siteinfo.bbclass +++ b/meta/classes/siteinfo.bbclass | |||
@@ -63,6 +63,7 @@ def siteinfo_data(d): | |||
63 | "linux-gnueabi": "common-linux common-glibc", | 63 | "linux-gnueabi": "common-linux common-glibc", |
64 | "linux-gnuspe": "common-linux common-glibc", | 64 | "linux-gnuspe": "common-linux common-glibc", |
65 | "linux-musl": "common-linux common-musl", | 65 | "linux-musl": "common-linux common-musl", |
66 | "linux-muslx32": "common-linux common-musl", | ||
66 | "linux-musleabi": "common-linux common-musl", | 67 | "linux-musleabi": "common-linux common-musl", |
67 | "linux-muslspe": "common-linux common-musl", | 68 | "linux-muslspe": "common-linux common-musl", |
68 | "uclinux-uclibc": "common-uclibc", | 69 | "uclinux-uclibc": "common-uclibc", |
@@ -99,6 +100,7 @@ def siteinfo_data(d): | |||
99 | "x86_64-darwin9": "bit-64", | 100 | "x86_64-darwin9": "bit-64", |
100 | "x86_64-linux": "bit-64", | 101 | "x86_64-linux": "bit-64", |
101 | "x86_64-linux-musl": "x86_64-linux bit-64", | 102 | "x86_64-linux-musl": "x86_64-linux bit-64", |
103 | "x86_64-linux-muslx32": "bit-32 ix86-common x32-linux", | ||
102 | "x86_64-elf": "bit-64", | 104 | "x86_64-elf": "bit-64", |
103 | "x86_64-linux-gnu": "bit-64 x86_64-linux", | 105 | "x86_64-linux-gnu": "bit-64 x86_64-linux", |
104 | "x86_64-linux-gnux32": "bit-32 ix86-common x32-linux", | 106 | "x86_64-linux-gnux32": "bit-32 ix86-common x32-linux", |