All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] oe-setup-builddir: update YP docs and OE URLs
@ 2021-07-23 13:53 Michael Opdenacker
  2021-07-23 13:58 ` [OE-core] " Robert P. J. Day
  2021-07-23 14:11 ` Martin Jansa
  0 siblings, 2 replies; 4+ messages in thread
From: Michael Opdenacker @ 2021-07-23 13:53 UTC (permalink / raw)
  To: openembedded-core; +Cc: Michael Opdenacker

This updates the link to the YP docs
and proposes to access the OE website through https

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
---
 scripts/oe-setup-builddir | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir
index 30eaa8efbe..75f63f5680 100755
--- a/scripts/oe-setup-builddir
+++ b/scripts/oe-setup-builddir
@@ -113,10 +113,10 @@ if [ ! -z "$SHOWYPDOC" ]; then
     cat <<EOM
 The Yocto Project has extensive documentation about OE including a reference
 manual which can be found at:
-    http://yoctoproject.org/documentation
+    https://docs.yoctoproject.org
 
 For more information about OpenEmbedded see their website:
-    http://www.openembedded.org/
+    https//www.openembedded.org/
 
 EOM
 #    unset SHOWYPDOC
-- 
2.25.1


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

* Re: [OE-core] [PATCH] oe-setup-builddir: update YP docs and OE URLs
  2021-07-23 13:53 [PATCH] oe-setup-builddir: update YP docs and OE URLs Michael Opdenacker
@ 2021-07-23 13:58 ` Robert P. J. Day
  2021-07-23 14:11 ` Martin Jansa
  1 sibling, 0 replies; 4+ messages in thread
From: Robert P. J. Day @ 2021-07-23 13:58 UTC (permalink / raw)
  To: Michael Opdenacker; +Cc: openembedded-core

On Fri, 23 Jul 2021, Michael Opdenacker wrote:

> This updates the link to the YP docs
> and proposes to access the OE website through https
>
> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
> ---
>  scripts/oe-setup-builddir | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir
> index 30eaa8efbe..75f63f5680 100755
> --- a/scripts/oe-setup-builddir
> +++ b/scripts/oe-setup-builddir
> @@ -113,10 +113,10 @@ if [ ! -z "$SHOWYPDOC" ]; then
>      cat <<EOM
>  The Yocto Project has extensive documentation about OE including a reference
>  manual which can be found at:
> -    http://yoctoproject.org/documentation
> +    https://docs.yoctoproject.org
>
>  For more information about OpenEmbedded see their website:
> -    http://www.openembedded.org/
> +    https//www.openembedded.org/

   missing colon.

rday

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

* Re: [OE-core] [PATCH] oe-setup-builddir: update YP docs and OE URLs
  2021-07-23 13:53 [PATCH] oe-setup-builddir: update YP docs and OE URLs Michael Opdenacker
  2021-07-23 13:58 ` [OE-core] " Robert P. J. Day
@ 2021-07-23 14:11 ` Martin Jansa
  2021-07-23 16:12   ` [PATCH v2] " Michael Opdenacker
  1 sibling, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2021-07-23 14:11 UTC (permalink / raw)
  To: Michael Opdenacker; +Cc: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 1094 bytes --]

The 2nd chunk doesn't look correct, the 's' has eaten the ':'.

On Fri, Jul 23, 2021 at 3:53 PM Michael Opdenacker <
michael.opdenacker@bootlin.com> wrote:

> This updates the link to the YP docs
> and proposes to access the OE website through https
>
> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
> ---
>  scripts/oe-setup-builddir | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir
> index 30eaa8efbe..75f63f5680 100755
> --- a/scripts/oe-setup-builddir
> +++ b/scripts/oe-setup-builddir
> @@ -113,10 +113,10 @@ if [ ! -z "$SHOWYPDOC" ]; then
>      cat <<EOM
>  The Yocto Project has extensive documentation about OE including a
> reference
>  manual which can be found at:
> -    http://yoctoproject.org/documentation
> +    https://docs.yoctoproject.org
>
>  For more information about OpenEmbedded see their website:
> -    http://www.openembedded.org/
> +    https//www.openembedded.org/
>
>  EOM
>  #    unset SHOWYPDOC
> --
> 2.25.1
>
>
> 
>
>

[-- Attachment #2: Type: text/html, Size: 1886 bytes --]

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

* [PATCH v2] oe-setup-builddir: update YP docs and OE URLs
  2021-07-23 14:11 ` Martin Jansa
@ 2021-07-23 16:12   ` Michael Opdenacker
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Opdenacker @ 2021-07-23 16:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: Michael Opdenacker

This updates the link to the YP docs
and proposes to access the OE website through https

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
---
 scripts/oe-setup-builddir | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir
index 30eaa8efbe..5a51fa793f 100755
--- a/scripts/oe-setup-builddir
+++ b/scripts/oe-setup-builddir
@@ -113,10 +113,10 @@ if [ ! -z "$SHOWYPDOC" ]; then
     cat <<EOM
 The Yocto Project has extensive documentation about OE including a reference
 manual which can be found at:
-    http://yoctoproject.org/documentation
+    https://docs.yoctoproject.org
 
 For more information about OpenEmbedded see their website:
-    http://www.openembedded.org/
+    https://www.openembedded.org/
 
 EOM
 #    unset SHOWYPDOC
-- 
2.25.1


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

end of thread, other threads:[~2021-07-23 16:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-23 13:53 [PATCH] oe-setup-builddir: update YP docs and OE URLs Michael Opdenacker
2021-07-23 13:58 ` [OE-core] " Robert P. J. Day
2021-07-23 14:11 ` Martin Jansa
2021-07-23 16:12   ` [PATCH v2] " Michael Opdenacker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.