summaryrefslogtreecommitdiffstats
path: root/conf
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:48:42 +0200
commitc30a2d80fc968e482e8a7e76585da61969e6447f (patch)
tree56c5e571604c94b480b878032b3e8a0e6601efd9 /conf
parentf38a0f61c21a434ea6f843c5f9a5fb4397442637 (diff)
downloadmeta-updater-c30a2d80fc968e482e8a7e76585da61969e6447f.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')
-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"