summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/yp-intro.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/overview-manual/yp-intro.rst')
-rw-r--r--documentation/overview-manual/yp-intro.rst12
1 files changed, 7 insertions, 5 deletions
diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst
index 4a27e12e01..40e9693a8d 100644
--- a/documentation/overview-manual/yp-intro.rst
+++ b/documentation/overview-manual/yp-intro.rst
@@ -47,10 +47,12 @@ Here are features and advantages of the Yocto Project:
47 see the "COMMUNITY" and "ECOSYSTEM" tabs on the 47 see the "COMMUNITY" and "ECOSYSTEM" tabs on the
48 :yocto_home:`Yocto Project <>` home page. 48 :yocto_home:`Yocto Project <>` home page.
49 49
50- *Architecture Agnostic:* Yocto Project supports Intel, ARM, MIPS, 50- *Architecture Agnostic:* Yocto Project supports Intel, ARM, MIPS, AMD, PPC,
51 AMD, PPC and other architectures. Most ODMs, OSVs, and chip vendors 51 RISC-V and other architectures. Most ODMs, OSVs, and chip vendors create and
52 create and supply BSPs that support their hardware. If you have 52 supply BSPs that support their hardware. If you have custom silicon, you can
53 custom silicon, you can create a BSP that supports that architecture. 53 create a BSP that supports that architecture. See
54 :doc:`/ref-manual/yocto-project-supported-features` for details on the level
55 of support for some of these architectures.
54 56
55 Aside from broad architecture support, the Yocto Project fully 57 Aside from broad architecture support, the Yocto Project fully
56 supports a wide range of devices emulated by the Quick EMUlator 58 supports a wide range of devices emulated by the Quick EMUlator
@@ -400,7 +402,7 @@ Yocto Project:
400 Autobuilder :doc:`here </test-manual/understand-autobuilder>`. 402 Autobuilder :doc:`here </test-manual/understand-autobuilder>`.
401 403
402- *Pseudo:* Pseudo is the Yocto Project implementation of 404- *Pseudo:* Pseudo is the Yocto Project implementation of
403 `fakeroot <http://man.he.net/man1/fakeroot>`__, which is used to run 405 :manpage:`fakeroot <fakeroot(1)>`, which is used to run
404 commands in an environment that seemingly has root privileges. 406 commands in an environment that seemingly has root privileges.
405 407
406 During a build, it can be necessary to perform operations that 408 During a build, it can be necessary to perform operations that