diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-09-26 04:16:29 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-09-26 04:16:29 +0200 |
commit | d2f61e9bdc4740ec7d5b0fec128faeea102df1e2 (patch) | |
tree | 4d738b2d9f8bf2302aa5f8d97916e833f4ddeea9 /templates/machine/raspberrypi2 | |
parent | 89fe4b9629ef7b92453e3110469c4b93d35c5d00 (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/machine/raspberrypi2')
-rw-r--r-- | templates/machine/raspberrypi2/50_bblayers.conf.inc | 2 |
1 files changed, 1 insertions, 1 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" |