From 599dc339d2d59a4f46ca02c05f2c3053453078a3 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Fri, 4 Nov 2016 15:16:36 +0100 Subject: Fix error in bblayer.conf.inc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie80a2bb72fa3e0c9be530ddc110e579232246399 Signed-off-by: Jan-Simon Möller --- .gitreview | 1 + templates/machine/raspberrypi2/50_bblayers.conf.inc | 2 +- templates/machine/raspberrypi3/50_bblayers.conf.inc | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitreview b/.gitreview index 8b5a8f7de..7c3454f19 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=gerrit.automotivelinux.org port=29418 project=AGL/meta-agl +defaultbranch=blowfish \ No newline at end of file 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