summaryrefslogtreecommitdiffstats
path: root/recipes-extended/images/container-systemd-base.bb
blob: 3264e6cfb561c8860ee9097131d1752077f01c2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUMMARY = "Systemd system container for ${SYSTEMD_CONTAINER_APP}"
DESCRIPTION = "A small systemd system container which will run \
                ${SYSTEMD_CONTAINER_APP}."

SYSTEMD_CONTAINER_APP ?= ""

# Use local.conf to specify the application(s) to install
IMAGE_INSTALL += "${SYSTEMD_CONTAINER_APP}"

# To mask additional systemd services, use:
#   CONTAINER_SYSTEMD_MASK:pn-container-systemd-config:append = " extra.service"
# in local.conf or your image recipe.

require container-systemd-base.inc