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
| {
| "extra_common_files": {
| "files/expand_rootfs": "/usr/sbin",
| "../tarball/firmware.tar.bz2": "/lib",
| "driver/lib/modules/": "/lib"
| },
|
| "extra_yocto_files": {
| },
|
| "extra_buildroot_files": {
| "files/S30WpaSupplicant": "/etc/init.d/",
| "files/wpa_supplicant.conf": "/etc/"
| },
|
| "extra_debian_files": {
| },
|
| "extra_debian_apps": {
| "basic": "wget curl vim tree file parted locales lsb-release tzdata",
| "admin": "net-tools network-manager wireless-tools openssh-server",
| "dev": "v4l-utils"
| },
|
| "md5apt":"MD5_Auto_Generate_Here"
| }
|
|