summaryrefslogtreecommitdiffstats
path: root/scripts/oe-setup-builddir
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-07-23 18:12:37 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-25 18:06:31 +0100
commit313868577a460d6a1f5235d3623e6476cba70d37 (patch)
tree512116c691c51180a56dec11dfa2954aebdd5fcd /scripts/oe-setup-builddir
parent982f98f721af11b5698be8fe959058823d1de0d3 (diff)
downloadpoky-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-xscripts/oe-setup-builddir4
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
114The Yocto Project has extensive documentation about OE including a reference 114The Yocto Project has extensive documentation about OE including a reference
115manual which can be found at: 115manual which can be found at:
116 http://yoctoproject.org/documentation 116 https://docs.yoctoproject.org
117 117
118For more information about OpenEmbedded see their website: 118For more information about OpenEmbedded see their website:
119 http://www.openembedded.org/ 119 https://www.openembedded.org/
120 120
121EOM 121EOM
122# unset SHOWYPDOC 122# unset SHOWYPDOC