diff options
author | Mike Sul <ext-mykhaylo.sul@here.com> | 2019-06-18 10:11:18 +0300 |
---|---|---|
committer | Mykhaylo Sul <ext-mykhaylo.sul@here.com> | 2019-07-17 15:51:51 +0300 |
commit | 3a3f9bb8314caee82cf5adc0e9ed06b1e7b04ff8 (patch) | |
tree | b5f30f836848b2ff7612c24d18720f2e0053c9fb /conf/include | |
parent | e3a389a7bea349e5f5453fdcaa581e558003c21c (diff) | |
download | meta-updater-3a3f9bb8314caee82cf5adc0e9ed06b1e7b04ff8.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.inc | 1 |
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 @@ | |||
1 | BBLAYERS += "${METADIR}/meta-openembedded/meta-python" | 1 | BBLAYERS += "${METADIR}/meta-openembedded/meta-python" |
2 | BBLAYERS += "${METADIR}/meta-updater-raspberrypi" | 2 | BBLAYERS += "${METADIR}/meta-updater-raspberrypi" |
3 | BBLAYERS += "${METADIR}/meta-raspberrypi" | 3 | BBLAYERS += "${METADIR}/meta-raspberrypi" |
4 | BBLAYERS += "${METADIR}/meta-openembedded/meta-networking" | ||