-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkas-project.yml
51 lines (44 loc) · 1.12 KB
/
kas-project.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
header:
version: 11
distro: poky
target:
- heipc-example-image
machine: qemuarm64
local_conf_header:
meta-base: |
USER_CLASSES ?= "buildstats"
INIT_MANAGER = "systemd"
PACKAGE_CLASSES ?= "package_ipk"
TOOLCHAIN_TARGET_TASK:append = " heipc-cpp-server-lib-python "
TOOLCHAIN_HOST_TASK:append = " nativesdk-heipc-cpp-server-lib-python "
TOOLCHAIN_TARGET_TASK:append = " heipc-cpp-server-lib-cpp "
TOOLCHAIN_HOST_TASK:append = " nativesdk-heipc-cpp-server-lib-cpp "
bblayers_conf_header:
meta-heipc: |
BBLAYERS_NON_REMOVABLE ?= " \
/work/poky/meta \
/work/poky/meta-poky \
/work/meta-maxbox \
"
repos:
meta-openembedded:
url: "https://git.openembedded.org/meta-openembedded"
refspec: scarthgap
layers:
meta-oe:
meta-networking:
meta-python:
meta-perl:
meta-filesystems:
meta-webserver:
poky:
url: "https://git.yoctoproject.org/git/poky"
refspec: scarthgap
layers:
meta:
meta-poky:
meta-yocto-bsp:
meta-heipc:
path: "./meta-heipc"
meta-heipc-examples:
path: "./meta-heipc-examples"