diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-11-04 15:16:36 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-11-04 15:20:29 +0100 |
commit | 599dc339d2d59a4f46ca02c05f2c3053453078a3 (patch) | |
tree | 88c7ecdbc4297c9310cb1bbbfecbf3bfa431534f /templates/machine/raspberrypi2/50_bblayers.conf.inc | |
parent | 2031b8aad4a7d317e64a2130f4340d408e281389 (diff) |
Fix error in bblayer.conf.inc
Change-Id: Ie80a2bb72fa3e0c9be530ddc110e579232246399
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates/machine/raspberrypi2/50_bblayers.conf.inc')
-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" |