File tree 4 files changed +28
-7
lines changed
meta-isar/recipes-core/images
4 files changed +28
-7
lines changed Original file line number Diff line number Diff line change 24
24
config
25
25
de
26
26
dearmor
27
+ debian
27
28
dev
28
29
DHCP
29
30
DNS
59
60
jpg
60
61
jqc
61
62
JQC
63
+ kas
62
64
keyrings
63
65
kvm
64
66
LEDs
74
76
Mux
75
77
MUX
76
78
nano
79
+ nanopi
77
80
NanoPi
78
81
neo
79
82
netmask
129
132
VNC
130
133
Wi
131
134
www
135
+ yml
Original file line number Diff line number Diff line change @@ -111,14 +111,14 @@ Sign in to your account with the created superuser. Login should be successful.
111
111
Attach to lava-server
112
112
~~~~~~~~~~~~~~~~~~~~~
113
113
114
- The sample NanoPi NEO image comes with the ``lava-dispatcher `` package
115
- preinstalled. It however needs to be configured to connect to the LAVA server
116
- and logger installed as noted above. You may connect to the MTDA agent using
117
- ``ssh `` (default credentials are ``mtda ``/``mtda ``)::
114
+ The sample NanoPi NEO image may be rebuilt with the ``lava-dispatcher `` package
115
+ preinstalled using the optional `lava.yml ` fragment when building with `kas `::
118
116
119
- $ ssh mtda@mtda-for-de0-nano-soc.lan
117
+ $ ./kas-container build kas/debian/ mtda-nanopi-neo.yml:kas/opt/lava.yml
120
118
121
- Create a worker on the lava-server web interface through::
119
+ It is also possible to install that package using `apt install `. Once the new
120
+ image has been deployed (or required packages installed manually), create a
121
+ worker on the lava-server web interface through::
122
122
123
123
Administration -> Lava Scheduler App -> Worker (Add)
124
124
Original file line number Diff line number Diff line change
1
+ # ---------------------------------------------------------------------------
2
+ # Optional support for LAVA
3
+ # ---------------------------------------------------------------------------
4
+ #
5
+ # This software is a part of MTDA.
6
+ # Copyright (C) 2024 Siemens Digital Industries Software
7
+ #
8
+ # ---------------------------------------------------------------------------
9
+ # SPDX-License-Identifier: MIT
10
+ # ---------------------------------------------------------------------------
11
+
12
+ header :
13
+ version : 10
14
+
15
+ local_conf_header :
16
+ lava_override : |
17
+ OVERRIDES .= ":lava"
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ IMAGE_PREINSTALL += " \
65
65
IMAGE_INSTALL += "python3-hap-python"
66
66
67
67
# LAVA support
68
- IMAGE_PREINSTALL += "lava-dispatcher"
68
+ IMAGE_PREINSTALL : lava += "lava-dispatcher"
69
69
70
70
# Expand root file-system
71
71
IMAGE_INSTALL :append = " expand-on-first-boot "
You can’t perform that action at this time.
0 commit comments