From: Sai <Sai.Sathujoda@...>
Add packages that are necessary for IEC requirments, even though these packages
are installed as part of CIP base system, mentioning them in this recipe will
make sure the packages are installed and also it provides the information of
what packages are required to satisfy IEC requirements.
Signed-off-by: Sai <Sai.Sathujoda@...>
---
recipes-core/images/cip-core-image-security.bb | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/recipes-core/images/cip-core-image-security.bb b/recipes-core/images/cip-core-image-security.bb
index 24b1f46..8ea032c 100644
--- a/recipes-core/images/cip-core-image-security.bb
+++ b/recipes-core/images/cip-core-image-security.bb
@@ -34,6 +34,10 @@ IMAGE_PREINSTALL += " \
sudo \
aide-common \
libpam-google-authenticator \
+ passwd \
+ login \
+ libpam-runtime \
+ util-linux \
"
OVERRIDES_append = ":${BASE_DISTRO_CODENAME}"
--
2.20.1