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-10 11:14:11 +0100
commit0304752a462a3d670b7276586dba5fc17f41ccb5 (patch)
tree5db874bf7f6aeb94fd710c63d2eaa9fd04d064a5 /scripts
parent08d1a1313c515ab5aa0984de979b0034b7569962 (diff)
downloadpoky-0304752a462a3d670b7276586dba5fc17f41ccb5.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: a73c10667b3ef2d0606dc5b2e4ff9605e2cd52f6) 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: Steve Sakoman <steve@sakoman.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