summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/faq.rst
diff options
context:
space:
mode:
authorPaul Barker <pbarker@konsulko.com>2020-12-22 15:30:32 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-24 08:23:33 +0000
commit3b298e6ddde2a988a82039db9ce45eaf66d89a3f (patch)
treef31bec756b3cb74921263c71b3147fae7f28b323 /documentation/ref-manual/faq.rst
parentd87b99112b32c7789878ae90d157181f9fe4bb70 (diff)
downloadpoky-3b298e6ddde2a988a82039db9ce45eaf66d89a3f.tar.gz
documentation: Use https links where possible
(From yocto-docs rev: cd4c5e9928866f910ac97cf3e0612e6245da30bd) Signed-off-by: Paul Barker <pbarker@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/faq.rst')
-rw-r--r--documentation/ref-manual/faq.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/faq.rst b/documentation/ref-manual/faq.rst
index f67c53824b..34b26ee3ef 100644
--- a/documentation/ref-manual/faq.rst
+++ b/documentation/ref-manual/faq.rst
@@ -55,9 +55,9 @@ Yocto Project is fairly straightforward.
55**Q:** Are there any products built using the OpenEmbedded build system? 55**Q:** Are there any products built using the OpenEmbedded build system?
56 56
57**A:** The software running on the `Vernier 57**A:** The software running on the `Vernier
58LabQuest <http://vernier.com/labquest/>`__ is built using the 58LabQuest <https://vernier.com/labquest/>`__ is built using the
59OpenEmbedded build system. See the `Vernier 59OpenEmbedded build system. See the `Vernier
60LabQuest <http://www.vernier.com/products/interfaces/labq/>`__ website 60LabQuest <https://www.vernier.com/products/interfaces/labq/>`__ website
61for more information. There are a number of pre-production devices using 61for more information. There are a number of pre-production devices using
62the OpenEmbedded build system and the Yocto Project team announces them 62the OpenEmbedded build system and the Yocto Project team announces them
63as soon as they are released. 63as soon as they are released.
@@ -273,7 +273,7 @@ OpenEmbedded build system to use its internally built toolchain (i.e.
273particular, "external-\*" refers to external toolchains. One example is 273particular, "external-\*" refers to external toolchains. One example is
274the Sourcery G++ Toolchain. The support for this toolchain resides in 274the Sourcery G++ Toolchain. The support for this toolchain resides in
275the separate ``meta-sourcery`` layer at 275the separate ``meta-sourcery`` layer at
276http://github.com/MentorEmbedded/meta-sourcery/. 276https://github.com/MentorEmbedded/meta-sourcery/.
277 277
278In addition to the toolchain configuration, you also need a 278In addition to the toolchain configuration, you also need a
279corresponding toolchain recipe file. This recipe file needs to package 279corresponding toolchain recipe file. This recipe file needs to package