From: Michael Olbrich <m.olbrich@pengutronix.de>
To: Philipp Zabel <p.zabel@pengutronix.de>
Cc: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH] doc: environment: make toolchain directory user writeable as root
Date: Fri, 29 May 2020 10:14:44 +0200 [thread overview]
Message-ID: <20200529081444.GD31789@pengutronix.de> (raw)
In-Reply-To: <20200528080514.22522-1-p.zabel@pengutronix.de>
On Thu, May 28, 2020 at 10:05:14AM +0200, Philipp Zabel wrote:
> Creating the toolchain directory under /opt and making it writeable to
> the user should be done as root. Make this very obvious by prepending
> the commans with sudo.
Hmm, it does say that you probably need root permissions to do this in the
paragraph above. I'm not sure if adding sudo here helps any.
Also, I need to rewrite the whole section because the latest toolchains are
handled differently.
Michael
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> ---
> doc/environment.rst | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/doc/environment.rst b/doc/environment.rst
> index 18aecec4eb0b..7b0da683b10e 100644
> --- a/doc/environment.rst
> +++ b/doc/environment.rst
> @@ -484,9 +484,9 @@ enter:
>
> ::
>
> - $ mkdir /opt/OSELAS.Toolchain-|oselasTCNVendorVersion|
> - $ chown <username> /opt/OSELAS.Toolchain-|oselasTCNVendorVersion|
> - $ chmod a+rwx /opt/OSELAS.Toolchain-|oselasTCNVendorVersion|
> + $ sudo mkdir /opt/OSELAS.Toolchain-|oselasTCNVendorVersion|
> + $ sudo chown <username> /opt/OSELAS.Toolchain-|oselasTCNVendorVersion|
> + $ sudo chmod a+rwx /opt/OSELAS.Toolchain-|oselasTCNVendorVersion|
>
> We recommend to keep this installation path as PTXdist expects the
> toolchains in ``/opt``. Whenever we go to select a platform in a
> --
> 2.20.1
>
>
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
next prev parent reply other threads:[~2020-05-29 8:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-28 8:05 Philipp Zabel
2020-05-29 8:14 ` Michael Olbrich [this message]
2020-05-29 8:28 ` Philipp Zabel
2020-05-29 9:02 ` Christian Hermann
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=20200529081444.GD31789@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=p.zabel@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/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