summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-10-13 19:11:49 +0200
committerSteve Sakoman <steve@sakoman.com>2023-10-25 04:51:01 -1000
commitaea49e1da643898f3b8fd646e3930dbd5fac664a (patch)
treea6d321fb9e3e502463774bc3668cd1e0d80fe8fa
parenteb793e050611fcdcde2940afe51046952bd555df (diff)
downloadpoky-aea49e1da643898f3b8fd646e3930dbd5fac664a.tar.gz
bsp-guide: bsp: skip Intel machines no longer supported in Poky
(From yocto-docs rev: 47980f9769b75b88a1525069b2c63c79515c4a31) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--documentation/bsp-guide/bsp.rst14
1 files changed, 0 insertions, 14 deletions
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst
index c78fbeb68f..a32555b110 100644
--- a/documentation/bsp-guide/bsp.rst
+++ b/documentation/bsp-guide/bsp.rst
@@ -774,20 +774,6 @@ workflow.
774 774
775 - Two general IA platforms (``genericx86`` and ``genericx86-64``) 775 - Two general IA platforms (``genericx86`` and ``genericx86-64``)
776 776
777 - There are three core Intel BSPs in the Yocto Project
778 release, in the ``meta-intel`` layer:
779
780 - ``intel-core2-32``, which is a BSP optimized for the Core2
781 family of CPUs as well as all CPUs prior to the Silvermont
782 core.
783
784 - ``intel-corei7-64``, which is a BSP optimized for Nehalem
785 and later Core and Xeon CPUs as well as Silvermont and later
786 Atom CPUs, such as the Baytrail SoCs.
787
788 - ``intel-quark``, which is a BSP optimized for the Intel
789 Galileo gen1 & gen2 development boards.
790
791 When you set up a layer for a new BSP, you should follow a standard 777 When you set up a layer for a new BSP, you should follow a standard
792 layout. This layout is described in the ":ref:`bsp-guide/bsp:example filesystem layout`" 778 layout. This layout is described in the ":ref:`bsp-guide/bsp:example filesystem layout`"
793 section. In the standard layout, notice 779 section. In the standard layout, notice