diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-10-13 19:11:49 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-20 15:07:07 +0100 |
commit | 7e2bedcc5ab746632d9c78520a7fca89f41821fc (patch) | |
tree | 7dfb4d23265833dea39f99e128dd6b95aa7c11e9 /documentation/bsp-guide/bsp.rst | |
parent | 0df0de095aea8b86904273c2726017b3b849d684 (diff) | |
download | poky-7e2bedcc5ab746632d9c78520a7fca89f41821fc.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>
Diffstat (limited to 'documentation/bsp-guide/bsp.rst')
-rw-r--r-- | documentation/bsp-guide/bsp.rst | 14 |
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 |