summaryrefslogtreecommitdiffstats
path: root/conf/include/bblayers
diff options
context:
space:
mode:
authorMike Sul <ext-mykhaylo.sul@here.com>2019-06-18 10:11:18 +0300
committerMykhaylo Sul <ext-mykhaylo.sul@here.com>2019-07-19 20:44:15 +0200
commit1e4297fb44fd2c7a34d25c947e6951a6fb64f359 (patch)
treef8fe431ab4acad88d4378cdc6c2153764ec48828 /conf/include/bblayers
parent2d9556df6492273eca7d35d115d24f9d69ba2ca7 (diff)
downloadmeta-updater-1e4297fb44fd2c7a34d25c947e6951a6fb64f359.tar.gz
OTA-2294: Use WiFi on Primary (if enabled) to communicate with the backend in case of RPi target
Signed-off-by: Mike Sul <ext-mykhaylo.sul@here.com>
Diffstat (limited to 'conf/include/bblayers')
-rw-r--r--conf/include/bblayers/sota_raspberrypi3.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/include/bblayers/sota_raspberrypi3.inc b/conf/include/bblayers/sota_raspberrypi3.inc
index 03f8f44..42d5eb1 100644
--- a/conf/include/bblayers/sota_raspberrypi3.inc
+++ b/conf/include/bblayers/sota_raspberrypi3.inc
@@ -1,3 +1,4 @@
1BBLAYERS += "${METADIR}/meta-openembedded/meta-python" 1BBLAYERS += "${METADIR}/meta-openembedded/meta-python"
2BBLAYERS += "${METADIR}/meta-updater-raspberrypi" 2BBLAYERS += "${METADIR}/meta-updater-raspberrypi"
3BBLAYERS += "${METADIR}/meta-raspberrypi" 3BBLAYERS += "${METADIR}/meta-raspberrypi"
4BBLAYERS += "${METADIR}/meta-openembedded/meta-networking"