summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-09-26 04:16:29 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-09-26 04:16:29 +0200
commitd2f61e9bdc4740ec7d5b0fec128faeea102df1e2 (patch)
tree4d738b2d9f8bf2302aa5f8d97916e833f4ddeea9 /templates
parent89fe4b9629ef7b92453e3110469c4b93d35c5d00 (diff)
Fix layer name in template for rpi
The layer name was wrong in the bblacers.conf.inc - fixed. Change-Id: I97cc7ba0de0c144180da070c0187259b2fac03e4 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/machine/raspberrypi2/50_bblayers.conf.inc2
-rw-r--r--templates/machine/raspberrypi3/50_bblayers.conf.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/machine/raspberrypi2/50_bblayers.conf.inc b/templates/machine/raspberrypi2/50_bblayers.conf.inc
index 8b166859c..1250b359f 100644
--- a/templates/machine/raspberrypi2/50_bblayers.conf.inc
+++ b/templates/machine/raspberrypi2/50_bblayers.conf.inc
@@ -1 +1 @@
-BBLAYERS =+ "${METADIR}/meta-raspberry"
+BBLAYERS =+ "${METADIR}/meta-raspberrypi"
diff --git a/templates/machine/raspberrypi3/50_bblayers.conf.inc b/templates/machine/raspberrypi3/50_bblayers.conf.inc
index 8b166859c..1250b359f 100644
--- a/templates/machine/raspberrypi3/50_bblayers.conf.inc
+++ b/templates/machine/raspberrypi3/50_bblayers.conf.inc
@@ -1 +1 @@
-BBLAYERS =+ "${METADIR}/meta-raspberry"
+BBLAYERS =+ "${METADIR}/meta-raspberrypi"