blob: 2d64f9b409f8201643012cc8315e2cc098924351 (
plain)
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
|
SUMMARY = "Yerba Linux image"
LICENSE = "MIT"
inherit core-image
IMAGE_FEATURES += "ssh-server-dropbear"
IMAGE_INSTALL = "\
packagegroup-core-boot \
packagegroup-core-base-utils \
${CORE_IMAGE_EXTRA_INSTALL} \
yerba-user \
runit \
runit-serialgetty \
runit-tty0-getty \
runit-dhcpcd \
runit-config \
bash \
zsh \
vim \
nano \
dhcpcd \
curl \
wget \
file \
doas \
pipewire \
wireplumber \
"
|