-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathelxr12-x86_64-edge-raw.yml
More file actions
84 lines (75 loc) · 1.95 KB
/
elxr12-x86_64-edge-raw.yml
File metadata and controls
84 lines (75 loc) · 1.95 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
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
# AI-searchable metadata for template discovery
metadata:
description: ELXR 12 edge-optimized image with container runtime and edge computing packages
use_cases:
- Edge computing deployments
- Container workloads at the edge
- IoT gateway systems
- Industrial edge nodes
keywords:
- edge
- container
- docker
- iot
- gateway
- industrial
- elxr
image:
name: minimal-os-image-elxr
version: "12.0.0"
target:
os: wind-river-elxr
dist: elxr12
arch: x86_64
imageType: raw
# Sample list of additional package repositories; replace codename, url, and pkey values as needed
packageRepositories:
- codename: "company-internal"
url: "<URL>"
pkey: "<PUBLIC_KEY_URL>" # Uncomment and replace in real config
component: "main"
- codename: "dev-tools"
url: "<URL>"
pkey: "<PUBLIC_KEY_URL>" # Uncomment and replace in real config
- codename: "intel-openvino"
url: "<URL>"
pkey: "<PUBLIC_KEY_URL>" # Uncomment and replace in real config
component: "restricted"
systemConfig:
name: edge
description: Minimal eLxr image with immutable rootfs
immutability:
enabled: true # default is true
# To enable Secure Boot, provide the actual file paths for your environment below and uncomment the relevant lines.
# secureBootDBKey: "<SECURE_BOOT_DB_KEY_PATH>"
# secureBootDBCrt: "<SECURE_BOOT_DB_CRT_PATH>"
# secureBootDBCer: "<SECURE_BOOT_DB_CER_PATH>"
packages:
- systemd-boot
- dracut
- linux-image-amd64
- ca-certificates
- vim
- sudo
- net-tools
- openssh-client
- openssh-server
- procps
- less
- dbus
- policykit-1
- curl
- wget
- ostree
- ostree-boot
- python3-apt-ostree
- uefi-ext4
- systemd-resolved
- cloud-guest-utils
- xterm
kernel:
version: "6.1"
cmdline: "console=ttyS0,115200 console=tty0 loglevel=7"
#packages:
# - kernel-elxr12
# - kernel-modules-elxr12