summaryrefslogtreecommitdiffstats
path: root/conf/include
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 09:16:42 +0200
commitd4e77fbfe492e295dc3485cfe4b26ab671df6299 (patch)
treee50a2c3da22fc35f87998296b8140ff9dc98389c /conf/include
parent0a99f6c09ce666a593a27fba38feb446c909af7f (diff)
downloadmeta-updater-d4e77fbfe492e295dc3485cfe4b26ab671df6299.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')
-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"