diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-06-17 09:55:59 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-17 10:25:50 +0100 |
commit | b42dc83ef700a337e2d0d6850562e6a68a9db0cf (patch) | |
tree | eb0ad51444302ccea85dbd8b5e0ea1de2993a1e5 | |
parent | a49e9d5d9d55fe952bac0138a3bb40e272a648c1 (diff) | |
download | poky-b42dc83ef700a337e2d0d6850562e6a68a9db0cf.tar.gz |
overview-manual/yp-intro.rst: add RISC-V to supported archs
And mention the new supported features document.
Suggested-by: Robert P. J. Day <rpjday@crashcourse.ca>
(From yocto-docs rev: d852a2d20e876440a48a240ca68d5f440ef2cfbe)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/overview-manual/yp-intro.rst | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst index 11e6d99e32..15dfb3a6b6 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 |