mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] doc: update toolchain to 2019.09.1
@ 2020-05-28  8:25 Philipp Zabel
  2020-06-05  5:49 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2020-05-28  8:25 UTC (permalink / raw)
  To: ptxdist

Update the toolchain fallback to OSELAS.Toolchain-2019.09.1 so the
official documentation suggests the latest bugfix release.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 doc/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/conf.py b/doc/conf.py
index 6c7e90e43e5f..8045e972db2a 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -104,7 +104,7 @@ gnu_target = os.getenv("PTXCONF_GNU_TARGET") or "arm-v5te-linux-gnueabi"
 try:
 	toolchain = os.readlink(os.path.join(os.getenv("PTXDIST_PLATFORMDIR",""), "selected_toolchain")).split("/")
 except:
-	toolchain = "/opt/OSELAS.Toolchain-2019.09.0/arm-v5te-linux-gnueabi/gcc-9.2.1-glibc-2.30-binutils-2.32-kernel-5.0-sanitized/bin".split("/")
+	toolchain = "/opt/OSELAS.Toolchain-2019.09.1/arm-v5te-linux-gnueabi/gcc-9.2.1-glibc-2.30-binutils-2.32-kernel-5.0-sanitized/bin".split("/")
 
 ptxdistPlatformName = os.getenv("PTXCONF_PLATFORM", "versatilepb")
 ptxdistPlatformDir = "platform-" + ptxdistPlatformName
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] doc: update toolchain to 2019.09.1
  2020-05-28  8:25 [ptxdist] [PATCH] doc: update toolchain to 2019.09.1 Philipp Zabel
@ 2020-06-05  5:49 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2020-06-05  5:49 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as cb5c1358c5b1d98281cf9287742416a0066842b3.

Michael

[sent from post-receive hook]

On Fri, 05 Jun 2020 07:49:59 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Update the toolchain fallback to OSELAS.Toolchain-2019.09.1 so the
> official documentation suggests the latest bugfix release.
> 
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20200528082554.31439-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/doc/conf.py b/doc/conf.py
> index 6c7e90e43e5f..8045e972db2a 100644
> --- a/doc/conf.py
> +++ b/doc/conf.py
> @@ -104,7 +104,7 @@ gnu_target = os.getenv("PTXCONF_GNU_TARGET") or "arm-v5te-linux-gnueabi"
>  try:
>  	toolchain = os.readlink(os.path.join(os.getenv("PTXDIST_PLATFORMDIR",""), "selected_toolchain")).split("/")
>  except:
> -	toolchain = "/opt/OSELAS.Toolchain-2019.09.0/arm-v5te-linux-gnueabi/gcc-9.2.1-glibc-2.30-binutils-2.32-kernel-5.0-sanitized/bin".split("/")
> +	toolchain = "/opt/OSELAS.Toolchain-2019.09.1/arm-v5te-linux-gnueabi/gcc-9.2.1-glibc-2.30-binutils-2.32-kernel-5.0-sanitized/bin".split("/")
>  
>  ptxdistPlatformName = os.getenv("PTXCONF_PLATFORM", "versatilepb")
>  ptxdistPlatformDir = "platform-" + ptxdistPlatformName

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-05  5:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-28  8:25 [ptxdist] [PATCH] doc: update toolchain to 2019.09.1 Philipp Zabel
2020-06-05  5:49 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox