From 87df4e002f6e5ad5499bbeaf22877bbfc08efdd7 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Thu, 9 Nov 2017 14:59:06 +0000 Subject: 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 Signed-off-by: Richard Purdie --- meta-yocto-bsp/README.hardware | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-yocto-bsp/README.hardware') 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 The following boards are supported by the meta-yocto-bsp layer: - * Texas Instruments Beaglebone (beaglebone) + * Texas Instruments Beaglebone (beaglebone-yocto) * Freescale MPC8315E-RDB (mpc8315e-rdb) * Ubiquiti Networks EdgeRouter Lite (edgerouter) * General IA platforms (genericx86 and genericx86-64) @@ -120,7 +120,7 @@ USB Device: dd command to write the image to a USB stick. -Texas Instruments Beaglebone (beaglebone) +Texas Instruments Beaglebone (beaglebone-yocto) ========================================= The 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: 2. Use the "dd" utility to write the image to the SD card. For example: - # dd core-image-minimal-beaglebone.wic of=/dev/sdb + # dd core-image-minimal-beaglebone-yocto.wic of=/dev/sdb 3. Insert the SD card into the Beaglebone and boot the board. -- cgit v1.2.3-54-g00ecf