aboutsummaryrefslogtreecommitdiff
path: root/meta-yerba/recipes-core/images/yerba-image.bb
blob: 7b70c8b1e1c86b24baf91a9239db4bc9e22d290e (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
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-dhcpcd \
    runit-config \
    bash \
    zsh \
    vim \
    nano \
    dhcpcd \
    curl \
    wget \
    file \
    doas \
    pipewire \
    wireplumber \
    "