diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-07-28 18:33:00 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-07-29 11:58:22 +0000 |
commit | aa2e215ae288147d1b95ff2d619ba34033881c55 (patch) | |
tree | 546af9f6b26155d9097f55b363ea37adbc7f20b3 /templates/machine/dragonboard-410c | |
parent | 80119c8454a23557bb9285a05174d193b55b3404 (diff) |
Fix old bbappend in meta-qcom
meta-openembedded already moved to 3.16 and there is no update in meta-qcom, yet.
Change-Id: Iefbdf9bef83c01e4e37895d445d538d9e4f79957
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates/machine/dragonboard-410c')
-rw-r--r-- | templates/machine/dragonboard-410c/50_bblayers.conf.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/machine/dragonboard-410c/50_bblayers.conf.inc b/templates/machine/dragonboard-410c/50_bblayers.conf.inc index 01ffb7f17..62d02070a 100644 --- a/templates/machine/dragonboard-410c/50_bblayers.conf.inc +++ b/templates/machine/dragonboard-410c/50_bblayers.conf.inc @@ -1 +1,2 @@ BBLAYERS =+ "${METADIR}/meta-qcom" +BBMASK .= "|meta-qcom/openembedded-layer/recipes-navigation/gpsd" |