summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorakuster <akuster808@gmail.com>2020-02-26 10:16:39 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-24 22:49:31 +0000
commita0a4f6bf89e49a57e44f718e3059fb476738de14 (patch)
tree6d911e15e6355daf9104b8a4d3f83e42aa89cb14 /documentation
parent12fc1c5637bca79a7a5735d9a8e819aefd0dd19b (diff)
downloadpoky-a0a4f6bf89e49a57e44f718e3059fb476738de14.tar.gz
yocto-docs: remove refrence to mpc8315e-rdb
(From yocto-docs rev: 8768196b4a313df794bf21937da4bf92de858463) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/bsp-guide/bsp.xml8
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml2
-rw-r--r--documentation/kernel-dev/kernel-dev-common.xml4
-rw-r--r--documentation/kernel-dev/kernel-dev-concepts-appx.xml1
-rw-r--r--documentation/ref-manual/ref-variables.xml2
-rw-r--r--documentation/sdk-manual/sdk-appendix-obtain.xml3
6 files changed, 1 insertions, 19 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index 58f5733f7a..e76dd57e77 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -1075,10 +1075,6 @@
1075 (<filename>beaglebone-yocto</filename>) 1075 (<filename>beaglebone-yocto</filename>)
1076 </para></listitem> 1076 </para></listitem>
1077 <listitem><para> 1077 <listitem><para>
1078 Freescale MPC8315E-RDB
1079 (<filename>mpc8315e-rdb</filename>)
1080 </para></listitem>
1081 <listitem><para>
1082 Ubiquiti Networks EdgeRouter Lite 1078 Ubiquiti Networks EdgeRouter Lite
1083 (<filename>edgerouter</filename>) 1079 (<filename>edgerouter</filename>)
1084 </para></listitem> 1080 </para></listitem>
@@ -2182,7 +2178,6 @@
2182 KBRANCH_genericx86-64 = "v5.0/standard/base" 2178 KBRANCH_genericx86-64 = "v5.0/standard/base"
2183 KBRANCH_edgerouter = "v5.0/standard/edgerouter" 2179 KBRANCH_edgerouter = "v5.0/standard/edgerouter"
2184 KBRANCH_beaglebone-yocto = "v5.0/standard/beaglebone" 2180 KBRANCH_beaglebone-yocto = "v5.0/standard/beaglebone"
2185 KBRANCH_mpc8315e-rdb = "v5.0/standard/fsl-mpc8315e-rdb"
2186 2181
2187 KMACHINE_genericx86 ?= "common-pc" 2182 KMACHINE_genericx86 ?= "common-pc"
2188 KMACHINE_genericx86-64 ?= "common-pc-64" 2183 KMACHINE_genericx86-64 ?= "common-pc-64"
@@ -2192,19 +2187,16 @@
2192 SRCREV_machine_genericx86-64 ?= "3df4aae6074e94e794e27fe7f17451d9353cdf3d" 2187 SRCREV_machine_genericx86-64 ?= "3df4aae6074e94e794e27fe7f17451d9353cdf3d"
2193 SRCREV_machine_edgerouter ?= "3df4aae6074e94e794e27fe7f17451d9353cdf3d" 2188 SRCREV_machine_edgerouter ?= "3df4aae6074e94e794e27fe7f17451d9353cdf3d"
2194 SRCREV_machine_beaglebone-yocto ?= "3df4aae6074e94e794e27fe7f17451d9353cdf3d" 2189 SRCREV_machine_beaglebone-yocto ?= "3df4aae6074e94e794e27fe7f17451d9353cdf3d"
2195 SRCREV_machine_mpc8315e-rdb ?= "8b62af7f252af10588276802c4c6d7c502e875be"
2196 2190
2197 COMPATIBLE_MACHINE_genericx86 = "genericx86" 2191 COMPATIBLE_MACHINE_genericx86 = "genericx86"
2198 COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64" 2192 COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
2199 COMPATIBLE_MACHINE_edgerouter = "edgerouter" 2193 COMPATIBLE_MACHINE_edgerouter = "edgerouter"
2200 COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto" 2194 COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto"
2201 COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
2202 2195
2203 LINUX_VERSION_genericx86 = "5.0.3" 2196 LINUX_VERSION_genericx86 = "5.0.3"
2204 LINUX_VERSION_genericx86-64 = "5.0.3" 2197 LINUX_VERSION_genericx86-64 = "5.0.3"
2205 LINUX_VERSION_edgerouter = "5.0.3" 2198 LINUX_VERSION_edgerouter = "5.0.3"
2206 LINUX_VERSION_beaglebone-yocto = "5.0.3" 2199 LINUX_VERSION_beaglebone-yocto = "5.0.3"
2207 LINUX_VERSION_mpc8315e-rdb = "5.0.3"
2208 </literallayout> 2200 </literallayout>
2209 This particular append file works for all the 2201 This particular append file works for all the
2210 machines that are part of the 2202 machines that are part of the
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index a0fe8813d9..dfbc6eeb3e 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -7609,7 +7609,6 @@
7609 available Wic images as follows: 7609 available Wic images as follows:
7610 <literallayout class='monospaced'> 7610 <literallayout class='monospaced'>
7611 $ wic list images 7611 $ wic list images
7612 mpc8315e-rdb Create SD card image for MPC8315E-RDB
7613 genericx86 Create an EFI disk image for genericx86* 7612 genericx86 Create an EFI disk image for genericx86*
7614 beaglebone-yocto Create SD card image for Beaglebone 7613 beaglebone-yocto Create SD card image for Beaglebone
7615 edgerouter Create SD card image for Edgerouter 7614 edgerouter Create SD card image for Edgerouter
@@ -7797,7 +7796,6 @@
7797 files: 7796 files:
7798 <literallayout class='monospaced'> 7797 <literallayout class='monospaced'>
7799 $ wic list images 7798 $ wic list images
7800 mpc8315e-rdb Create SD card image for MPC8315E-RDB
7801 genericx86 Create an EFI disk image for genericx86* 7799 genericx86 Create an EFI disk image for genericx86*
7802 beaglebone-yocto Create SD card image for Beaglebone 7800 beaglebone-yocto Create SD card image for Beaglebone
7803 edgerouter Create SD card image for Edgerouter 7801 edgerouter Create SD card image for Edgerouter
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml
index d94ed1942d..579a03537b 100644
--- a/documentation/kernel-dev/kernel-dev-common.xml
+++ b/documentation/kernel-dev/kernel-dev-common.xml
@@ -659,26 +659,22 @@
659 KMACHINE_genericx86-64 ?= "common-pc-64" 659 KMACHINE_genericx86-64 ?= "common-pc-64"
660 KBRANCH_edgerouter = "standard/edgerouter" 660 KBRANCH_edgerouter = "standard/edgerouter"
661 KBRANCH_beaglebone = "standard/beaglebone" 661 KBRANCH_beaglebone = "standard/beaglebone"
662 KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb"
663 662
664 SRCREV_machine_genericx86 ?= "d09f2ce584d60ecb7890550c22a80c48b83c2e19" 663 SRCREV_machine_genericx86 ?= "d09f2ce584d60ecb7890550c22a80c48b83c2e19"
665 SRCREV_machine_genericx86-64 ?= "d09f2ce584d60ecb7890550c22a80c48b83c2e19" 664 SRCREV_machine_genericx86-64 ?= "d09f2ce584d60ecb7890550c22a80c48b83c2e19"
666 SRCREV_machine_edgerouter ?= "b5c8cfda2dfe296410d51e131289fb09c69e1e7d" 665 SRCREV_machine_edgerouter ?= "b5c8cfda2dfe296410d51e131289fb09c69e1e7d"
667 SRCREV_machine_beaglebone ?= "b5c8cfda2dfe296410d51e131289fb09c69e1e7d" 666 SRCREV_machine_beaglebone ?= "b5c8cfda2dfe296410d51e131289fb09c69e1e7d"
668 SRCREV_machine_mpc8315e-rdb ?= "2d1d010240846d7bff15d1fcc0cb6eb8a22fc78a"
669 667
670 668
671 COMPATIBLE_MACHINE_genericx86 = "genericx86" 669 COMPATIBLE_MACHINE_genericx86 = "genericx86"
672 COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64" 670 COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
673 COMPATIBLE_MACHINE_edgerouter = "edgerouter" 671 COMPATIBLE_MACHINE_edgerouter = "edgerouter"
674 COMPATIBLE_MACHINE_beaglebone = "beaglebone" 672 COMPATIBLE_MACHINE_beaglebone = "beaglebone"
675 COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
676 673
677 LINUX_VERSION_genericx86 = "4.12.7" 674 LINUX_VERSION_genericx86 = "4.12.7"
678 LINUX_VERSION_genericx86-64 = "4.12.7" 675 LINUX_VERSION_genericx86-64 = "4.12.7"
679 LINUX_VERSION_edgerouter = "4.12.10" 676 LINUX_VERSION_edgerouter = "4.12.10"
680 LINUX_VERSION_beaglebone = "4.12.10" 677 LINUX_VERSION_beaglebone = "4.12.10"
681 LINUX_VERSION_mpc8315e-rdb = "4.12.10"
682 </literallayout> 678 </literallayout>
683 This append file contains statements used to support 679 This append file contains statements used to support
684 several BSPs that ship with the Yocto Project. 680 several BSPs that ship with the Yocto Project.
diff --git a/documentation/kernel-dev/kernel-dev-concepts-appx.xml b/documentation/kernel-dev/kernel-dev-concepts-appx.xml
index 6d675a6d51..62c68527d2 100644
--- a/documentation/kernel-dev/kernel-dev-concepts-appx.xml
+++ b/documentation/kernel-dev/kernel-dev-concepts-appx.xml
@@ -543,7 +543,6 @@
543 yocto-kernel-cache/features/kgdb/hardware.cfg 543 yocto-kernel-cache/features/kgdb/hardware.cfg
544 yocto-kernel-cache/ktypes/base/hardware.cfg 544 yocto-kernel-cache/ktypes/base/hardware.cfg
545 yocto-kernel-cache/bsp/mti-malta32/hardware.cfg 545 yocto-kernel-cache/bsp/mti-malta32/hardware.cfg
546 yocto-kernel-cache/bsp/fsl-mpc8315e-rdb/hardware.cfg
547 yocto-kernel-cache/bsp/qemu-ppc32/hardware.cfg 546 yocto-kernel-cache/bsp/qemu-ppc32/hardware.cfg
548 yocto-kernel-cache/bsp/qemuarma9/hardware.cfg 547 yocto-kernel-cache/bsp/qemuarma9/hardware.cfg
549 yocto-kernel-cache/bsp/mti-malta64/hardware.cfg 548 yocto-kernel-cache/bsp/mti-malta64/hardware.cfg
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 7ab37de317..c8ee50a093 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -7471,7 +7471,6 @@
7471 KBRANCH_genericx86-64 = "standard/base" 7471 KBRANCH_genericx86-64 = "standard/base"
7472 KBRANCH_edgerouter = "standard/edgerouter" 7472 KBRANCH_edgerouter = "standard/edgerouter"
7473 KBRANCH_beaglebone = "standard/beaglebone" 7473 KBRANCH_beaglebone = "standard/beaglebone"
7474 KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb"
7475 </literallayout> 7474 </literallayout>
7476 The <filename>KBRANCH</filename> statements identify 7475 The <filename>KBRANCH</filename> statements identify
7477 the kernel branch to use when building for each 7476 the kernel branch to use when building for each
@@ -8789,7 +8788,6 @@
8789 MACHINE ?= "genericx86" 8788 MACHINE ?= "genericx86"
8790 MACHINE ?= "genericx86-64" 8789 MACHINE ?= "genericx86-64"
8791 MACHINE ?= "beaglebone" 8790 MACHINE ?= "beaglebone"
8792 MACHINE ?= "mpc8315e-rdb"
8793 MACHINE ?= "edgerouter" 8791 MACHINE ?= "edgerouter"
8794 </literallayout> 8792 </literallayout>
8795 The last five are Yocto Project reference hardware boards, which 8793 The last five are Yocto Project reference hardware boards, which
diff --git a/documentation/sdk-manual/sdk-appendix-obtain.xml b/documentation/sdk-manual/sdk-appendix-obtain.xml
index 765c0f218e..86b6d7dd07 100644
--- a/documentation/sdk-manual/sdk-appendix-obtain.xml
+++ b/documentation/sdk-manual/sdk-appendix-obtain.xml
@@ -297,8 +297,7 @@
297 297
298 <replaceable>arch</replaceable> is a string representing the target architecture: 298 <replaceable>arch</replaceable> is a string representing the target architecture:
299 beaglebone-yocto, beaglebone-yocto-lsb, edgerouter, edgerouter-lsb, 299 beaglebone-yocto, beaglebone-yocto-lsb, edgerouter, edgerouter-lsb,
300 genericx86, genericx86-64, genericx86-64-lsb, genericx86-lsb, 300 genericx86, genericx86-64, genericx86-64-lsb, genericx86-lsb and qemu*.
301 mpc8315e-rdb, mpc8315e-rdb-lsb, and qemu*.
302 301
303<!--> 302<!-->
304 <replaceable>date_time</replaceable> is a date and time stamp. 303 <replaceable>date_time</replaceable> is a date and time stamp.