aboutsummaryrefslogtreecommitdiffstats
path: root/classes/container-host.bbclass
blob: 99a75fea0fc660bed125fc66da18d069334e9bd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This class is the collection point for automatic dependencies,
# package installs, rootfs postprocessing, etc, that are used
# by container host images and recipes.

# It currently is largely empty, and simply adds RDEPENDS, but
# will expand to CRI/CNI configurations in the future.
#

RDEPENDS:${PN}:append = " container-host-config"

do_install:append() {
    # placeholder for additional package install, or configuration
    # of the rootfs
    true
}