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-poky/conf/local.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-poky') diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample index b15e508977..7c25b8fe91 100644 --- a/meta-poky/conf/local.conf.sample +++ b/meta-poky/conf/local.conf.sample @@ -28,7 +28,7 @@ # There are also the following hardware board target machines included for # demonstration purposes: # -#MACHINE ?= "beaglebone" +#MACHINE ?= "beaglebone-yocto" #MACHINE ?= "genericx86" #MACHINE ?= "genericx86-64" #MACHINE ?= "mpc8315e-rdb" -- cgit v1.2.3-54-g00ecf