From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 1/1] ti-gfx: bump to version 5_01_01_01 if EABIhf is used
Date: Wed, 11 Jun 2014 13:10:37 +0200 [thread overview]
Message-ID: <87oaxzitw2.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1402437038-28396-1-git-send-email-hadrien.boutteville@gmail.com> (Hadrien Boutteville's message of "Tue, 10 Jun 2014 23:50:38 +0200")
>>>>> "Hadrien" == Hadrien Boutteville <hadrien.boutteville@gmail.com> writes:
> SDK 5_01_01_01 only support EABIhf so 5_01_00_01 is still used if
> EABIhf is not available.
> Signed-off-by: Hadrien Boutteville <hadrien.boutteville@gmail.com>
> ---
> Changes v2 -> v3:
> - comment was not clear (Thomas)
> Changes v1 -> v2:
> - bump to 5_01_01_01 only if EABIhf is used as we still need to
> support softfp (Yann)
> ---
> package/ti-gfx/ti-gfx.mk | 8 +++++---
> 1 file changed, 5 insertions(+), 3 deletions(-)
> diff --git a/package/ti-gfx/ti-gfx.mk b/package/ti-gfx/ti-gfx.mk
> index 324e19c..4e83f1e 100644
> --- a/package/ti-gfx/ti-gfx.mk
> +++ b/package/ti-gfx/ti-gfx.mk
> @@ -4,15 +4,17 @@
> #
> ################################################################################
> -TI_GFX_VERSION = 5_01_00_01
> -TI_GFX_SO_VERSION = 1.10.2359475
> -
> +# SDK 5_01_01_01 only support EABIhf so we downgrade to 5_01_00_01 if EABIhf is
> +# not available.
> ifeq ($(BR2_ARM_EABIHF),y)
> +TI_GFX_VERSION = 5_01_01_01
> TI_GFX_SOURCE = Graphics_SDK_setuplinux_hardfp_$(TI_GFX_VERSION).bin
> else
> +TI_GFX_VERSION = 5_01_00_01
> TI_GFX_SOURCE = Graphics_SDK_setuplinux_softfp_$(TI_GFX_VERSION).bin
> endif
> +TI_GFX_SO_VERSION = 1.10.2359475
So it uses the same soname for the two releases? Yes, apparently.
Committed, thanks.
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2014-06-11 11:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-10 21:50 [Buildroot] [PATCH v3 1/1] ti-gfx: bump to version 5_01_01_01 if EABIhf is used Hadrien Boutteville
2014-06-11 11:10 ` Peter Korsgaard [this message]
2014-06-11 15:54 ` Hadrien Boutteville
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=87oaxzitw2.fsf@dell.be.48ers.dk \
--to=jacmet@uclibc.org \
--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