Skip to content

Commit

Permalink
Add haveged to rpb-console-image, not to -desktop nor -weston
Browse files Browse the repository at this point in the history
This moves haveged from the LKFT packagegroup to all headless
images, as it's a useful thing to have where no desktop
environment is available.

Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
  • Loading branch information
mrchapp committed Jul 5, 2018
1 parent 870fc15 commit e6a8368
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions recipes-samples/images/rpb-console-image.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions recipes-samples/images/rpb-desktop-image.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
"
2 changes: 2 additions & 0 deletions recipes-samples/images/rpb-weston-image.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
"
1 change: 0 additions & 1 deletion recipes-samples/packagegroups/packagegroup-rpb-lkft.bb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ inherit packagegroup
# contains basic dependencies for LKFT
RDEPENDS_packagegroup-rpb-lkft = "\
git \
haveged \
kernel-selftests \
kselftests-mainline \
kselftests-next \
Expand Down

0 comments on commit e6a8368

Please sign in to comment.