diff mbox series

[isar-cip-core] cip-core-image-security.bb: Add packages required for IEC security requirements

Message ID 20220901145554.11456-1-Sai.Sathujoda@toshiba-tsip.com (mailing list archive)
State Handled Elsewhere
Headers show
Series [isar-cip-core] cip-core-image-security.bb: Add packages required for IEC security requirements | expand

Commit Message

Sai.Sathujoda@toshiba-tsip.com Sept. 1, 2022, 2:55 p.m. UTC
From: Sai <Sai.Sathujoda@toshiba-tsip.com>

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@toshiba-tsip.com>
---
 recipes-core/images/cip-core-image-security.bb | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Jan Kiszka Sept. 1, 2022, 8:10 p.m. UTC | #1
On 01.09.22 16:55, Sai.Sathujoda@toshiba-tsip.com wrote:
> From: Sai <Sai.Sathujoda@toshiba-tsip.com>
> 
> 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@toshiba-tsip.com>
> ---
>  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}"

Thanks, applied.

Jan
diff mbox series

Patch

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}"