Skip to content

Commit

Permalink
meta-phosphor: remove obmc-rng feature
Browse files Browse the repository at this point in the history
Since Linux 5.6, the entropy generation provided by rng-tools is now
in the kernel directly.  Yocto has removed all dependencies on rng-tools
for packages that use to use it, such as ssh[1].  There isn't any reason
for us to explicitly include rng-tools any longer.  Remove the feature
and package group that we had that included it.

[1]: https://lore.kernel.org/openembedded-core/[email protected]/

Signed-off-by: Patrick Williams <[email protected]>
Change-Id: I85cbe7f30bb41045b7fd1170391a083db9e378b7
  • Loading branch information
williamspatrick committed Oct 11, 2023
1 parent 6076951 commit ff15c0c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion meta-fii/meta-mori/conf/machine/mori.conf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ IMAGE_FEATURES:remove = "obmc-inventory"
IMAGE_FEATURES:remove = "obmc-leds"
IMAGE_FEATURES:remove = "obmc-logging-mgmt"
IMAGE_FEATURES:remove = "obmc-remote-logging-mgmt"
IMAGE_FEATURES:remove = "obmc-rng"
IMAGE_FEATURES:remove = "obmc-net-ipmi"
IMAGE_FEATURES:remove = "obmc-sensors"
IMAGE_FEATURES:remove = "obmc-software"
Expand Down
2 changes: 0 additions & 2 deletions meta-phosphor/classes/obmc-phosphor-image.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
# - obmc-leds - OpenBMC LED support
# - obmc-logging-mgmt - OpenBMC logging management
# - obmc-remote-logging-mgmt - OpenBMC remote logging management
# - obmc-rng - OpenBMC random number generator
# - obmc-sensors - OpenBMC sensor support
# - obmc-settings-mgmt - OpenBMC settings management
# - obmc-software - OpenBMC software management
Expand Down Expand Up @@ -56,7 +55,6 @@ FEATURE_PACKAGES_obmc-inventory ?= "packagegroup-obmc-apps-inventory"
FEATURE_PACKAGES_obmc-leds ?= "packagegroup-obmc-apps-leds"
FEATURE_PACKAGES_obmc-logging-mgmt ?= "packagegroup-obmc-apps-logging"
FEATURE_PACKAGES_obmc-remote-logging-mgmt ?= "packagegroup-obmc-apps-remote-logging"
FEATURE_PACKAGES_obmc-rng ?= "packagegroup-obmc-apps-rng"
FEATURE_PACKAGES_obmc-net-ipmi ?= "phosphor-ipmi-net"
FEATURE_PACKAGES_obmc-sensors ?= "packagegroup-obmc-apps-sensors"
FEATURE_PACKAGES_obmc-software ?= "packagegroup-obmc-apps-software"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ IMAGE_FEATURES += " \
obmc-leds \
obmc-logging-mgmt \
obmc-remote-logging-mgmt \
obmc-rng \
obmc-net-ipmi \
obmc-sensors \
obmc-software \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,6 @@ RDEPENDS:${PN}-remote-logging = " \
phosphor-rsyslog-config \
"

SUMMARY:${PN}-rng = "Random Number Generator support"
RDEPENDS:${PN}-rng = " \
rng-tools \
"

SUMMARY:${PN}-sensors = "Sensor applications"
RDEPENDS:${PN}-sensors = " \
${VIRTUAL-RUNTIME_obmc-sensors-hwmon} \
Expand Down
1 change: 0 additions & 1 deletion meta-quanta/meta-gbs/conf/machine/gbs.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ IMAGE_FEATURES:remove = "obmc-inventory"
IMAGE_FEATURES:remove = "obmc-leds"
IMAGE_FEATURES:remove = "obmc-logging-mgmt"
IMAGE_FEATURES:remove = "obmc-remote-logging-mgmt"
IMAGE_FEATURES:remove = "obmc-rng"
IMAGE_FEATURES:remove = "obmc-net-ipmi"
IMAGE_FEATURES:remove = "obmc-sensors"
IMAGE_FEATURES:remove = "obmc-software"
Expand Down

0 comments on commit ff15c0c

Please sign in to comment.