diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-06-10 19:25:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2019-06-10 19:25:13 +0000 |
commit | 7489fa14eee5819f8fd965c3f8f53e62ce7fcfd2 (patch) | |
tree | 1f6fff325d9377d2e6dd3e79252ff231d11bde6f /templates/machine/dragonboard-410c/50_bblayers.conf.inc | |
parent | 9ab1047679978070b4c0647ec1c9f9846c179570 (diff) | |
parent | d04f0793f5e06e23268a6025632bfd7abd113fb5 (diff) |
Merge "Changes to support the repo clone rework"
Diffstat (limited to 'templates/machine/dragonboard-410c/50_bblayers.conf.inc')
-rw-r--r-- | templates/machine/dragonboard-410c/50_bblayers.conf.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/machine/dragonboard-410c/50_bblayers.conf.inc b/templates/machine/dragonboard-410c/50_bblayers.conf.inc index 62d02070a..4a3cae0f3 100644 --- a/templates/machine/dragonboard-410c/50_bblayers.conf.inc +++ b/templates/machine/dragonboard-410c/50_bblayers.conf.inc @@ -1,2 +1,2 @@ -BBLAYERS =+ "${METADIR}/meta-qcom" -BBMASK .= "|meta-qcom/openembedded-layer/recipes-navigation/gpsd" +BBLAYERS =+ "${METADIR}/bsp/meta-qcom" +BBMASK .= "|bsp/meta-qcom/openembedded-layer/recipes-navigation/gpsd" |