summaryrefslogtreecommitdiff
path: root/meta-quanta
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-quanta
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-quanta')
-rw-r--r--meta-quanta/meta-gbs/conf/machine/gbs.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-quanta/meta-gbs/conf/machine/gbs.conf b/meta-quanta/meta-gbs/conf/machine/gbs.conf
index 5830d45826..a663537b8d 100644
--- a/meta-quanta/meta-gbs/conf/machine/gbs.conf
+++ b/meta-quanta/meta-gbs/conf/machine/gbs.conf
@@ -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"