summaryrefslogtreecommitdiffstats
path: root/scripts
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-08-06 09:59:15 +0100
commit3f9e8dfde19f62bfda2308437f18fca58d7363e9 (patch)
tree97fecd39e394328c7f1b1ae2ce711e9c9e3493d9 /scripts
parent29f6c2139a80506b689634ee53f90d363aece38e (diff)
downloadpoky-3f9e8dfde19f62bfda2308437f18fca58d7363e9.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: 2fd915eda136e20ab52baea6bb908d08ef8f5cbc) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 87686233aeffc639c3f412fd5c4898b32b15013b) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-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