summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-10-13 19:11:49 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-20 14:40:29 +0100
commitad2f5cdc43bb55ae4b78263fe8613fbc22aad723 (patch)
treebadedc16782eb62f8c0cbc47c77b94571e505eb9
parent8fd6d222ed25672644e752161ee291aa180d6df2 (diff)
downloadpoky-ad2f5cdc43bb55ae4b78263fe8613fbc22aad723.tar.gz
bsp-guide: bsp: skip Intel machines no longer supported in Poky
(From yocto-docs rev: 0f8fe127eb9ae2f56b280a7634ea7ab9a270f382) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 f21fc530e4..5d186d9e1a 100644
--- a/documentation/bsp-guide/bsp.rst
+++ b/documentation/bsp-guide/bsp.rst
@@ -772,20 +772,6 @@ workflow.
772 772
773 - Two generic IA platforms (``genericx86`` and ``genericx86-64``) 773 - Two generic IA platforms (``genericx86`` and ``genericx86-64``)
774 774
775 - There are three core Intel BSPs in the Yocto Project
776 release, in the ``meta-intel`` layer:
777
778 - ``intel-core2-32``, which is a BSP optimized for the Core2
779 family of CPUs as well as all CPUs prior to the Silvermont
780 core.
781
782 - ``intel-corei7-64``, which is a BSP optimized for Nehalem
783 and later Core and Xeon CPUs as well as Silvermont and later
784 Atom CPUs, such as the Baytrail SoCs.
785
786 - ``intel-quark``, which is a BSP optimized for the Intel
787 Galileo gen1 & gen2 development boards.
788
789 When you set up a layer for a new BSP, you should follow a standard 775 When you set up a layer for a new BSP, you should follow a standard
790 layout. This layout is described in the ":ref:`bsp-guide/bsp:example filesystem layout`" 776 layout. This layout is described in the ":ref:`bsp-guide/bsp:example filesystem layout`"
791 section. In the standard layout, notice 777 section. In the standard layout, notice