From d04f0793f5e06e23268a6025632bfd7abd113fb5 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 5 Jun 2019 16:06:59 +0200 Subject: Changes to support the repo clone rework MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To be merged together with: https://gerrit.automotivelinux.org/gerrit/#/c/AGL/AGL-repo/+/21389/ v2: fix the aglsetup script v3: fix scripts to extract m3ulcb v4: use single folder for BSPs Bug-AGL: SPEC-2450 Change-Id: I3227896c68ec1413f55cf67ad8f15a7adfe87a52 Signed-off-by: Jan-Simon Möller --- templates/feature/agl-profile-graphical-qt5/50_bblayers.conf.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/feature/agl-profile-graphical-qt5/50_bblayers.conf.inc') diff --git a/templates/feature/agl-profile-graphical-qt5/50_bblayers.conf.inc b/templates/feature/agl-profile-graphical-qt5/50_bblayers.conf.inc index b0ac5bf14..960267908 100644 --- a/templates/feature/agl-profile-graphical-qt5/50_bblayers.conf.inc +++ b/templates/feature/agl-profile-graphical-qt5/50_bblayers.conf.inc @@ -5,5 +5,5 @@ BBLAYERS =+ " \ # These are the dependencies #--------------------------- BBLAYERS =+ " \ - ${METADIR}/meta-qt5 \ + ${METADIR}/external/meta-qt5 \ " -- cgit 1.2.3-korg