-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
42 lines (25 loc) · 770 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
This README file contains information on the contents of the meta-iot layer.
Please see the corresponding sections below for details.
Dependencies
============
The layer depends on:
meta-openembedded/meta-oe
meta-openembedded/meta-python
meta-openembedded/meta-networking
-> to be added to conf/bblayers.conf
Patches
=======
Maintainer: Pierre FICHEUX <pierre.ficheux@gmail.com>
Table of Contents
=================
I. Adding the meta-iot layer to your build
II. Misc
I. Adding the meta-iot layer to your build
=================================================
Run 'bitbake-layers add-layer meta-iot'
II. Misc
========
1- Add the following line to local.conf
DISTRO_FEATURES_apppend = " wifi"
2- Build the image (Pi0/W or Pi3)
$ bitbake rpi-iot-image