From d2f61e9bdc4740ec7d5b0fec128faeea102df1e2 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Mon, 26 Sep 2016 04:16:29 +0200 Subject: Fix layer name in template for rpi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The layer name was wrong in the bblacers.conf.inc - fixed. Change-Id: I97cc7ba0de0c144180da070c0187259b2fac03e4 Signed-off-by: Jan-Simon Möller --- templates/machine/raspberrypi2/50_bblayers.conf.inc | 2 +- templates/machine/raspberrypi3/50_bblayers.conf.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') 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" -- cgit 1.2.3-korg