diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-07-23 18:12:37 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-25 18:06:31 +0100 |
commit | 313868577a460d6a1f5235d3623e6476cba70d37 (patch) | |
tree | 512116c691c51180a56dec11dfa2954aebdd5fcd /scripts/oe-setup-builddir | |
parent | 982f98f721af11b5698be8fe959058823d1de0d3 (diff) | |
download | poky-313868577a460d6a1f5235d3623e6476cba70d37.tar.gz |
oe-setup-builddir: update YP docs and OE URLs
This updates the link to the YP docs
and proposes to access the OE website through https
(From OE-Core rev: 87686233aeffc639c3f412fd5c4898b32b15013b)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/oe-setup-builddir')
-rwxr-xr-x | scripts/oe-setup-builddir | 4 |
1 files 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 | |||
113 | cat <<EOM | 113 | cat <<EOM |
114 | The Yocto Project has extensive documentation about OE including a reference | 114 | The Yocto Project has extensive documentation about OE including a reference |
115 | manual which can be found at: | 115 | manual which can be found at: |
116 | http://yoctoproject.org/documentation | 116 | https://docs.yoctoproject.org |
117 | 117 | ||
118 | For more information about OpenEmbedded see their website: | 118 | For more information about OpenEmbedded see their website: |
119 | http://www.openembedded.org/ | 119 | https://www.openembedded.org/ |
120 | 120 | ||
121 | EOM | 121 | EOM |
122 | # unset SHOWYPDOC | 122 | # unset SHOWYPDOC |