diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2023-02-19 20:54:23 -0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-02-21 10:11:48 -0500 |
commit | 2b845f961dd9599d6b34b4c1561c6e77ced14b7e (patch) | |
tree | 0fe07077c0c0616a1c4dcc96cba2a0bb68dabab5 | |
parent | a1bb5d0ab0c2828508d080c5c4bfa97bd9786b64 (diff) | |
download | meta-virtualization-2b845f961dd9599d6b34b4c1561c6e77ced14b7e.tar.gz |
container-host-config: extend to native and nativesdk
skopeo rdepends on it, and skopeo has been extended to native and
nativesdk, so container-host-config needs also be extended.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/container-host-config/container-host-config.bb | 2 |
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 c2f17bfe..80abddf0 100644 --- a/recipes-containers/container-host-config/container-host-config.bb +++ b/recipes-containers/container-host-config/container-host-config.bb | |||
@@ -18,3 +18,5 @@ do_install() { | |||
18 | 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 | 19 | install ${WORKDIR}/policy.json ${D}/${sysconfdir}/containers/policy.json |
20 | } | 20 | } |
21 | |||
22 | BBCLASSEXTEND = "native nativesdk" | ||