diff --git a/recipes-samples/images/rpb-console-image.bb b/recipes-samples/images/rpb-console-image.bb index 676ff66..fef1764 100644 --- a/recipes-samples/images/rpb-console-image.bb +++ b/recipes-samples/images/rpb-console-image.bb @@ -6,6 +6,7 @@ IMAGE_FEATURES += "package-management ssh-server-openssh hwcodecs" CORE_IMAGE_BASE_INSTALL += " \ packagegroup-rpb \ + haveged \ " # docker pulls runc/containerd, which in turn recommend lxc unecessarily diff --git a/recipes-samples/images/rpb-desktop-image.bb b/recipes-samples/images/rpb-desktop-image.bb index d78d433..3b2beee 100644 --- a/recipes-samples/images/rpb-desktop-image.bb +++ b/recipes-samples/images/rpb-desktop-image.bb @@ -14,6 +14,8 @@ CORE_IMAGE_BASE_INSTALL += " \ packagegroup-rpb-x11 \ " +CORE_IMAGE_BASE_INSTALL_remove = "haveged" + EXTRA_USERS_PARAMS += "\ usermod -a -G video linaro; \ " diff --git a/recipes-samples/images/rpb-weston-image.bb b/recipes-samples/images/rpb-weston-image.bb index 07d9886..4576030 100644 --- a/recipes-samples/images/rpb-weston-image.bb +++ b/recipes-samples/images/rpb-weston-image.bb @@ -14,6 +14,8 @@ CORE_IMAGE_BASE_INSTALL += " \ packagegroup-rpb-weston \ " +CORE_IMAGE_BASE_INSTALL_remove = "haveged" + EXTRA_USERS_PARAMS += "\ usermod -a -G weston-launch,video linaro; \ "