-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkas-sample-application.yml
69 lines (61 loc) · 1.53 KB
/
kas-sample-application.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
header:
version: 8
machine: raspberrypi3-64
distro: ml-hzjz
target:
- sample-application
repos:
poky:
url: https://git.yoctoproject.org/git/poky
refspec: kirkstone
layers:
meta:
meta-poky:
meta-yocto-bsp:
meta-openembedded:
url: https://git.openembedded.org/meta-openembedded
refspec: kirkstone
layers:
meta-oe:
meta-multimedia:
meta-networking:
meta-python:
meta-perl:
meta-raspberrypi:
url: https://github.com/agherzan/meta-raspberrypi
refspec: kirkstone
meta-demos:
path: ./meta-demos
bblayers_conf_header:
standard: |
POKY_BBLAYERS_CONF_VERSION = "2"
BBPATH = "${TOPDIR}"
BBFILES ?= ""
local_conf_header:
standard: |
CONF_VERSION = "2"
USER_CLASSES = "buildstats"
PATCHRESOLVE = "noop"
# RPI configurations
DISABLE_RPI_BOOT_LOGO = "1"
DISABLE_SPLASH = "1"
rpi_extra_configuration: |
RPI_EXTRA_CONFIG = '\n\
# Raspberry Pi 7\" display/touch screen\n \
lcd_rotate=2\n \
'
bb_diskmonitoring_dirs: |
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"
downloads_and_sstate: |
DL_DIR = "/workspaces/yoctorasp/yocto/downloads"
SSTATE_DIR = "/workspaces/yoctorasp/yocto/sstate-cache"
recipes masked: |
BBMASK += "chromium-x11"