-
Notifications
You must be signed in to change notification settings - Fork 9
/
.config.yaml
91 lines (91 loc) · 3.34 KB
/
.config.yaml
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# /********************************************************************************
# * Copyright (c) 2022 Contributors to the Eclipse Foundation
# *
# * See the NOTICE file(s) distributed with this work for additional
# * information regarding copyright ownership.
# *
# * This program and the accompanying materials are made available under the
# * terms of the Apache License 2.0 which is available at
# * https://www.apache.org/licenses/LICENSE-2.0
# *
# * SPDX-License-Identifier: Apache-2.0
# ********************************************************************************/
# Every file needs to contain a header, that provides kas with information
# about the context of this file.
header:
# The `version` entry in the header describes for which configuration
# format version this file was created for. It is used by kas to figure
# out if it is compatible with this file. The version is an integer that
# is increased on every format change.
version: 12
# The machine as it is written into the `local.conf` of bitbake.
machine: qemux86-64
# The distro name as it is written into the `local.conf` of bitbake.
distro: leda
target: sdv-image-all
local_conf_header:
meta-leda: |
INHERIT:append = " rm_work"
INHERIT:remove = " archiver"
INHERIT:remove = " cve-check"
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
KANTO_MANIFESTS_DIR = "/data/var/containers/manifests"
KAD_LOCK_PATH="/data/var/lib/kanto-auto-deployer/KAD.enabled"
BLUEPRINTS_DIR = "/data/var/containers/blueprints"
# Set the values to the default value, to prevent user warnings during our build
CLOUDCONNECTOR_CERTIFICATE_CERTFILE = "${S}/cloud-connector/example-device.crt"
CLOUDCONNECTOR_CERTIFICATE_KEYFILE = "${S}/cloud-connector/example-device.key"
DISTRO_FEATURES += " wifi"
sign_conf: |
RAUC_KEY_FILE = "${TOPDIR}/../examples/rauc/development-1.key.pem"
RAUC_CERT_FILE = "${TOPDIR}/../examples/rauc/development-1.cert.pem"
RAUC_KEYRING_URI = "file://${TOPDIR}/../examples/rauc/ca.cert.pem"
RAUC_KEYRING_FILE = "${TOPDIR}/../examples/rauc/ca.cert.pem"
repos:
# This entry includes the repository where the config file is located
# to the bblayers.conf:
# Here we include a list of layers from the poky repository to the
# bblayers.conf:
poky:
url: "https://git.yoctoproject.org/git/poky"
refspec: kirkstone
layers:
meta:
meta-poky:
meta-yocto-bsp:
meta-lts-mixins:
url: "https://git.yoctoproject.org/git/meta-lts-mixins"
refspec: kirkstone/rust-1.68
meta-clang:
url: https://github.com/kraj/meta-clang
refspec: kirkstone
meta-rauc-community:
url: "https://github.com/rauc/meta-rauc-community.git"
refspec: kirkstone
layers:
meta-rauc-qemux86:
meta-rauc:
url: "https://github.com/rauc/meta-rauc.git"
refspec: kirkstone
meta-kanto:
url: "https://github.com/eclipse-kanto/meta-kanto.git"
refspec: kirkstone
meta-virtualization:
url: "https://git.yoctoproject.org/meta-virtualization"
refspec: kirkstone
meta-openembedded:
url: "https://git.openembedded.org/meta-openembedded"
refspec: kirkstone
layers:
meta-oe:
meta-filesystems:
meta-python:
meta-networking:
meta-leda:
path: ./
layers:
meta-leda-bsp:
meta-leda-backports:
meta-leda-components:
meta-leda-distro:
meta-leda-distro-container: