summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/README.hardware
diff options
context:
space:
mode:
authorJoshua Lock <joshua.g.lock@intel.com>2017-11-09 14:59:06 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-11 12:14:55 +0000
commit87df4e002f6e5ad5499bbeaf22877bbfc08efdd7 (patch)
treee18f5e6b729850d4674e27c13f373722bba94feb /meta-yocto-bsp/README.hardware
parent0cff8d3c5bd2cddc9a0962257d64eba1efb4b17c (diff)
downloadpoky-87df4e002f6e5ad5499bbeaf22877bbfc08efdd7.tar.gz
beaglebone-yocto: rename beaglebone machine to beaglebone-yocto
The beaglebone BSP provided in this layer is a reference implementation usingonly mainline components available in core Yocto Project layers, whereas Texas Instruments maintain a full-featured BSP in the meta-ti layer. Rename the reference machine to prevent namespace collisions with the version maintained by the SoC vendor. [YOCTO #12326] (From meta-yocto rev: e32882938eca7f50548deab84dab78b4aef31b95) Signed-off-by: Joshua Lock <joshua.g.lock@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/README.hardware')
-rw-r--r--meta-yocto-bsp/README.hardware6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-yocto-bsp/README.hardware b/meta-yocto-bsp/README.hardware
index 84c5afa909..d8d2a0cac6 100644
--- a/meta-yocto-bsp/README.hardware
+++ b/meta-yocto-bsp/README.hardware
@@ -27,7 +27,7 @@ Hardware Reference Boards
27 27
28The following boards are supported by the meta-yocto-bsp layer: 28The following boards are supported by the meta-yocto-bsp layer:
29 29
30 * Texas Instruments Beaglebone (beaglebone) 30 * Texas Instruments Beaglebone (beaglebone-yocto)
31 * Freescale MPC8315E-RDB (mpc8315e-rdb) 31 * Freescale MPC8315E-RDB (mpc8315e-rdb)
32 * Ubiquiti Networks EdgeRouter Lite (edgerouter) 32 * Ubiquiti Networks EdgeRouter Lite (edgerouter)
33 * General IA platforms (genericx86 and genericx86-64) 33 * General IA platforms (genericx86 and genericx86-64)
@@ -120,7 +120,7 @@ USB Device:
120 dd command to write the image to a USB stick. 120 dd command to write the image to a USB stick.
121 121
122 122
123Texas Instruments Beaglebone (beaglebone) 123Texas Instruments Beaglebone (beaglebone-yocto)
124========================================= 124=========================================
125 125
126The Beaglebone is an ARM Cortex-A8 development board with USB, Ethernet, 2D/3D 126The Beaglebone is an ARM Cortex-A8 development board with USB, Ethernet, 2D/3D
@@ -151,7 +151,7 @@ From a Linux system with access to the image files perform the following steps:
151 151
152 2. Use the "dd" utility to write the image to the SD card. For example: 152 2. Use the "dd" utility to write the image to the SD card. For example:
153 153
154 # dd core-image-minimal-beaglebone.wic of=/dev/sdb 154 # dd core-image-minimal-beaglebone-yocto.wic of=/dev/sdb
155 155
156 3. Insert the SD card into the Beaglebone and boot the board. 156 3. Insert the SD card into the Beaglebone and boot the board.
157 157