-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkas-poky-demo.yml
More file actions
53 lines (48 loc) · 1.24 KB
/
kas-poky-demo.yml
File metadata and controls
53 lines (48 loc) · 1.24 KB
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
header:
version: 13
machine: qemux86-64
distro: poky
target: core-image-demo
repos:
meta-demo:
poky:
url: https://git.yoctoproject.org/git/poky
path: layers/poky
branch: master
layers:
meta:
meta-poky:
meta-yocto-bsp:
bblayers_conf_header:
standard: |
POKY_BBLAYERS_CONF_VERSION = "2"
BBPATH = "${TOPDIR}"
BBFILES ?= ""
local_conf_header:
standard: |
USER_CLASSES = "buildstats"
PATCHRESOLVE = "noop"
debug-tweaks: |
IMAGE_FEATURES += "empty-root-password allow-empty-password allow-root-login post-install-logging"
diskmon: |
BB_DISKMON_DIRS = "\
STOPTASKS,${TMPDIR},1G,100K \
STOPTASKS,${DL_DIR},1G,100K \
STOPTASKS,${SSTATE_DIR},1G,100K \
STOPTASKS,/tmp,100M,100K \
HALT,${TMPDIR},100M,1K \
HALT,${DL_DIR},100M,1K \
HALT,${SSTATE_DIR},100M,1K \
HALT,/tmp,10M,1K"
custom: |
INIT_MANAGER = "systemd"
EFI_PROVIDER = "systemd-boot"
INITRAMFS_IMAGE = "core-image-minimal-initramfs"
IMAGE_FSTYPES = "wic"
WKS_FILE = "core-image-demo.wks.in"
QB_KERNEL_ROOT = ""
QB_DEFAULT_KERNEL = "none"
RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = ""
EXTRA_IMAGEDEPENDS += "ovmf"
env:
IMAGE_VERSION: "0"