summaryrefslogtreecommitdiffstats
path: root/conf/include
diff options
context:
space:
mode:
authorMike Sul <ext-mykhaylo.sul@here.com>2019-06-18 10:11:18 +0300
committerMike Sul <ext-mykhaylo.sul@here.com>2019-06-18 10:11:18 +0300
commitfcf3daa7d63bf9a9948bafb2cc0472dc7d08d401 (patch)
treebc1a06637008e9430c42164916bcedb0294809a5 /conf/include
parent99e8cb86f6b7d02c618bbb492e776d24d22821e4 (diff)
downloadmeta-updater-fcf3daa7d63bf9a9948bafb2cc0472dc7d08d401.tar.gz
OTA-2294: Use WiFi on Primary (if enabled) to communicate with the backend in case of RPi targetfeat/OTA-2294/preconfigured-secondaries-on-RPi
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 ea420ba..7e320af 100644
--- a/conf/include/bblayers/sota_raspberrypi3.inc
+++ b/conf/include/bblayers/sota_raspberrypi3.inc
@@ -1,2 +1,3 @@
1BBLAYERS += "${METADIR}/meta-updater-raspberrypi" 1BBLAYERS += "${METADIR}/meta-updater-raspberrypi"
2BBLAYERS += "${METADIR}/meta-raspberrypi" 2BBLAYERS += "${METADIR}/meta-raspberrypi"
3BBLAYERS += "${METADIR}/meta-openembedded/meta-networking"