-
Notifications
You must be signed in to change notification settings - Fork 0
/
kas-poky.yml
55 lines (45 loc) · 1.17 KB
/
kas-poky.yml
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
43
44
45
46
47
48
49
50
51
52
53
54
55
header:
version: 8
distro: poky
target:
- homebridge-image
repos:
meta-chaos:
poky:
url: https://git.yoctoproject.org/git/poky
path: layers/poky
refspec: honister
layers:
meta:
meta-poky:
meta-openembedded:
url: http://git.openembedded.org/meta-openembedded
path: layers/meta-openembedded
refspec: honister
layers:
meta-oe:
meta-networking:
meta-python:
meta-iot-cloud:
url: https://github.com/intel-iot-devkit/meta-iot-cloud
path: layers/meta-iot-cloud
refspec: master
bblayers_conf_header:
standard: |
POKY_BBLAYERS_CONF_VERSION = "2"
BBPATH = "${TOPDIR}"
BBFILES ?= ""
local_conf_header:
Reduce diskspace: |
# INHERIT += "rm_work_and_downloads"
Strip down unneeded features: |
POKY_DEFAULT_DISTRO_FEATURES:remove = "ptest"
POKY_DEFAULT_DISTRO_FEATURES:remove = "wayland"
DISTRO_FEATURES_DEFAULT:remove = "x11"
Switch to systemd: |
DISTRO_FEATURES:append = " systemd"
VIRTUAL-RUNTIME_init_manager = "systemd"
DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit"
VIRTUAL-RUNTIME_initscripts = ""
debug-tweaks: |
EXTRA_IMAGE_FEATURES = "debug-tweaks"