forked from drewmoseley/meta-wifi-credentials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
38 lines (25 loc) · 989 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
This README file contains information on the contents of the meta-wifi-credentials layer.
Please see the corresponding sections below for details.
Dependencies
============
URI: git://git.openembedded.org/openembedded-core
branch: thud
Table of Contents
=================
I. Adding the meta-wifi-credentials layer to your build
II. Misc
I. Adding the meta-wifi-credentials layer to your build
=================================================
Run 'bitbake-layers add-layer meta-wifi-credentials/<configuration>'
where <configuration> is one of the following:
* sysvinit
* systemd-networkd
* networkmanager
* connman
II. Misc
========
This layer contains demo recipes to show how to add WiFi
credentials and network management utilities in OpenEmbedded builds.
Note that WiFi passwords are stored directly in this repo which is visible
publicly on github.com so this should not be used directly but rather serve
as a guide for how to setup a private layer for yourself.