summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/packagegroups
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2023-07-10 22:30:26 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-10-12 02:55:00 +0300
commitff15c0c0b16222337e865e71bedd837511344ae4 (patch)
treebb1b11f19b584776c0e19838c88a81de892499fd /meta-phosphor/recipes-phosphor/packagegroups
parent6076951fff97e9164912e90c9c8f4bb308b570b2 (diff)
downloadopenbmc-ff15c0c0b16222337e865e71bedd837511344ae4.tar.xz
meta-phosphor: remove obmc-rng feature
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/20221209070538.72901-1-xiangyu.chen@eng.windriver.com/ Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I85cbe7f30bb41045b7fd1170391a083db9e378b7
Diffstat (limited to 'meta-phosphor/recipes-phosphor/packagegroups')
-rw-r--r--meta-phosphor/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta-phosphor/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb b/meta-phosphor/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb
index ea44786b8e..75b8ea9097 100644
--- a/meta-phosphor/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb
+++ b/meta-phosphor/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb
@@ -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} \