summaryrefslogtreecommitdiffstats
path: root/recipes-containers/container-host-config/container-host-config.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/container-host-config/container-host-config.bb')
-rw-r--r--recipes-containers/container-host-config/container-host-config.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-containers/container-host-config/container-host-config.bb b/recipes-containers/container-host-config/container-host-config.bb
index c762dea7..c2f17bfe 100644
--- a/recipes-containers/container-host-config/container-host-config.bb
+++ b/recipes-containers/container-host-config/container-host-config.bb
@@ -8,6 +8,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384
8SRC_URI = " \ 8SRC_URI = " \
9 file://storage.conf \ 9 file://storage.conf \
10 file://registries.conf \ 10 file://registries.conf \
11 file://policy.json \
11" 12"
12 13
13do_install() { 14do_install() {
@@ -15,4 +16,5 @@ do_install() {
15 16
16 install ${WORKDIR}/storage.conf ${D}/${sysconfdir}/containers/storage.conf 17 install ${WORKDIR}/storage.conf ${D}/${sysconfdir}/containers/storage.conf
17 install ${WORKDIR}/registries.conf ${D}/${sysconfdir}/containers/registries.conf 18 install ${WORKDIR}/registries.conf ${D}/${sysconfdir}/containers/registries.conf
19 install ${WORKDIR}/policy.json ${D}/${sysconfdir}/containers/policy.json
18} 20}