summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf/layer.conf
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/conf/layer.conf
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/conf/layer.conf')
-rw-r--r--meta-yocto-bsp/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/layer.conf b/meta-yocto-bsp/conf/layer.conf
index 7b565f222a..e10056e046 100644
--- a/meta-yocto-bsp/conf/layer.conf
+++ b/meta-yocto-bsp/conf/layer.conf
@@ -8,5 +8,5 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
8BBFILE_COLLECTIONS += "yoctobsp" 8BBFILE_COLLECTIONS += "yoctobsp"
9BBFILE_PATTERN_yoctobsp = "^${LAYERDIR}/" 9BBFILE_PATTERN_yoctobsp = "^${LAYERDIR}/"
10BBFILE_PRIORITY_yoctobsp = "5" 10BBFILE_PRIORITY_yoctobsp = "5"
11LAYERVERSION_yoctobsp = "3" 11LAYERVERSION_yoctobsp = "4"
12LAYERSERIES_COMPAT_yoctobsp = "rocko" 12LAYERSERIES_COMPAT_yoctobsp = "rocko"