aboutsummaryrefslogtreecommitdiff
path: root/meta-yerba/recipes-core/images/yerba-image.bb
blob: d19702e1055631c44c3b719cabff956f4d9f691d (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
30
31
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 \
    busybox \
    util-linux-agetty \
    bash \
    zsh \
    vim \
    nano \
    dhcpcd \
    curl \
    wget \
    file \
    doas \
    pipewire \
    wireplumber \
    "