summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-03-19 17:42:21 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-23 22:51:25 +0000
commit62880ffb17e374b5bbe281e4dad48c68da5cbcfb (patch)
treea18c3f747dfee63235ddfafc7ed237ef01962cbe /bitbake
parent86ec266d912b574c2e2f2057c9c438b13c5c5f98 (diff)
downloadpoky-62880ffb17e374b5bbe281e4dad48c68da5cbcfb.tar.gz
bitbake: doc: Update links to documentation
(Bitbake rev: ed8e1fd4cf9d5ac8a8203638add99d686b4b3521) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/README2
-rw-r--r--bitbake/lib/bb/tests/fetch.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/README b/bitbake/README
index 479c376588..96e6007e7f 100644
--- a/bitbake/README
+++ b/bitbake/README
@@ -11,7 +11,7 @@ For information about Bitbake, see the OpenEmbedded website:
11 11
12Bitbake plain documentation can be found under the doc directory or its integrated 12Bitbake plain documentation can be found under the doc directory or its integrated
13html version at the Yocto Project website: 13html version at the Yocto Project website:
14 http://yoctoproject.org/documentation 14 https://docs.yoctoproject.org
15 15
16Contributing 16Contributing
17------------ 17------------
diff --git a/bitbake/lib/bb/tests/fetch.py b/bitbake/lib/bb/tests/fetch.py
index 7b2dac7b86..ddf6e97439 100644
--- a/bitbake/lib/bb/tests/fetch.py
+++ b/bitbake/lib/bb/tests/fetch.py
@@ -1345,7 +1345,7 @@ class FetchCheckStatusTest(FetcherTest):
1345 "http://downloads.yoctoproject.org/releases/sato/sato-engine-0.2.tar.gz", 1345 "http://downloads.yoctoproject.org/releases/sato/sato-engine-0.2.tar.gz",
1346 "http://downloads.yoctoproject.org/releases/sato/sato-engine-0.3.tar.gz", 1346 "http://downloads.yoctoproject.org/releases/sato/sato-engine-0.3.tar.gz",
1347 "https://yoctoproject.org/", 1347 "https://yoctoproject.org/",
1348 "https://yoctoproject.org/documentation", 1348 "https://docs.yoctoproject.org",
1349 "http://downloads.yoctoproject.org/releases/opkg/opkg-0.1.7.tar.gz", 1349 "http://downloads.yoctoproject.org/releases/opkg/opkg-0.1.7.tar.gz",
1350 "http://downloads.yoctoproject.org/releases/opkg/opkg-0.3.0.tar.gz", 1350 "http://downloads.yoctoproject.org/releases/opkg/opkg-0.3.0.tar.gz",
1351 "ftp://sourceware.org/pub/libffi/libffi-1.20.tar.gz", 1351 "ftp://sourceware.org/pub/libffi/libffi-1.20.tar.gz",