Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Romain Naour <romain.naour@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] support/config-fragments/autobuild: add Linaro AArch64 BE support
Date: Thu, 28 Jun 2018 21:55:19 +0200	[thread overview]
Message-ID: <cd00541c-a75b-8776-9496-54a2b4d883e2@gmail.com> (raw)
In-Reply-To: <1530170663-2950-2-git-send-email-oferh@marvell.com>

Hi Ofer,

Le 28/06/2018 ? 09:24, oferh at marvell.com a ?crit?:
> From: Ofer Heifetz <oferh@marvell.com>
> 
> Signed-off-by: Ofer Heifetz <oferh@marvell.com>

Reviewed-by: Romain Naour <romain.naour@gmail.com>

Best regards,
Romain

> ---
>  support/config-fragments/autobuild/linaro-aarch64-be.config | 3 +++
>  support/config-fragments/autobuild/toolchain-configs.csv    | 1 +
>  utils/genrandconfig                                         | 1 +
>  3 files changed, 5 insertions(+)
>  create mode 100644 support/config-fragments/autobuild/linaro-aarch64-be.config
> 
> diff --git a/support/config-fragments/autobuild/linaro-aarch64-be.config b/support/config-fragments/autobuild/linaro-aarch64-be.config
> new file mode 100644
> index 0000000..e075fe7
> --- /dev/null
> +++ b/support/config-fragments/autobuild/linaro-aarch64-be.config
> @@ -0,0 +1,3 @@
> +BR2_aarch64_be=y
> +BR2_TOOLCHAIN_EXTERNAL=y
> +BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64_BE=y
> diff --git a/support/config-fragments/autobuild/toolchain-configs.csv b/support/config-fragments/autobuild/toolchain-configs.csv
> index 64abfb3..136a67f 100644
> --- a/support/config-fragments/autobuild/toolchain-configs.csv
> +++ b/support/config-fragments/autobuild/toolchain-configs.csv
> @@ -58,6 +58,7 @@ support/config-fragments/autobuild/br-xtensa-full.config,x86_64
>  support/config-fragments/autobuild/br-xtensa-full-internal.config,any
>  support/config-fragments/autobuild/i686-ctng-linux-gnu.config,x86
>  support/config-fragments/autobuild/linaro-aarch64.config,x86
> +support/config-fragments/autobuild/linaro-aarch64-be.config,x86
>  support/config-fragments/autobuild/linaro-arm.config,x86
>  support/config-fragments/autobuild/mips64el-ctng_n32-linux-gnu.config,x86
>  support/config-fragments/autobuild/mips64el-ctng_n64-linux-gnu.config,x86
> diff --git a/utils/genrandconfig b/utils/genrandconfig
> index 06701ce..27f84ea 100755
> --- a/utils/genrandconfig
> +++ b/utils/genrandconfig
> @@ -187,6 +187,7 @@ def is_toolchain_usable(configfile, config):
>      if platform.machine() == 'x86_64':
>          if 'BR2_TOOLCHAIN_EXTERNAL_LINARO_ARM=y\n' in configlines or \
>             'BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64=y\n' in configlines or \
> +           'BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64_BE=y\n' in configlines or \
>             'BR2_TOOLCHAIN_EXTERNAL_LINARO_ARMEB=y\n' in configlines:
>              ldd_version_output = subprocess.check_output(['ldd', '--version'])
>              glibc_version = ldd_version_output.splitlines()[0].split()[-1]
> 

  reply	other threads:[~2018-06-28 19:55 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-28  7:24 [Buildroot] [PATCH 1/2] toolchain-external-linaro-aarch64-be: new package oferh at marvell.com
2018-06-28  7:24 ` [Buildroot] [PATCH 2/2] support/config-fragments/autobuild: add Linaro AArch64 BE support oferh at marvell.com
2018-06-28 19:55   ` Romain Naour [this message]
2018-06-28 19:53 ` [Buildroot] [PATCH 1/2] toolchain-external-linaro-aarch64-be: new package Romain Naour
2018-06-28 20:21 ` Thomas Petazzoni
  -- strict thread matches above, loose matches on Subject: below --
2018-06-28  5:53 oferh at marvell.com
2018-06-28  5:53 ` [Buildroot] [PATCH 2/2] support/config-fragments/autobuild: add Linaro AArch64 BE support oferh at marvell.com
2018-06-28  6:10   ` Baruch Siach
2018-06-27 14:55 [Buildroot] [PATCH 1/2] toolchain-external-linaro-aarch64-be: new package oferh at marvell.com
2018-06-27 14:55 ` [Buildroot] [PATCH 2/2] support/config-fragments/autobuild: add Linaro AArch64 BE support oferh at marvell.com
2018-06-27 21:16   ` Romain Naour

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cd00541c-a75b-8776-9496-54a2b4d883e2@gmail.com \
    --to=romain.naour@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox