[OE-core] [PATCH 01/10] siteinfo: Define data for ARC

Khem Raj raj.khem at gmail.com
Tue Sep 18 23:24:23 UTC 2018


On Mon, Sep 17, 2018 at 2:29 PM Alexey Brodkin <Alexey.Brodkin at synopsys.com>
wrote:

> Signed-off-by: Alexey Brodkin <abrodkin at synopsys.com>
> ---
>  meta/classes/siteinfo.bbclass | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass
> index 86bb853b..dccf122 100644
> --- a/meta/classes/siteinfo.bbclass
> +++ b/meta/classes/siteinfo.bbclass
> @@ -20,6 +20,8 @@ def siteinfo_data(d):
>          "allarch": "endian-little bit-32", # bogus, but better than
> special-casing the checks below for allarch
>          "aarch64": "endian-little bit-64 arm-common arm-64",
>          "aarch64_be": "endian-big bit-64 arm-common arm-64",
> +        "arc": "endian-little bit-32 arc-common",
> +        "arceb": "endian-big bit-32 arc-common",


Probably need to add arc-common file as well
Since it’s used here

>
>          "arm": "endian-little bit-32 arm-common arm-32",
>          "armeb": "endian-big bit-32 arm-common arm-32",
>          "avr32": "endian-big bit-32 avr32-common",
> --
> 1.8.3.1
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20180918/9730fc1c/attachment-0002.html>


More information about the Openembedded-core mailing list