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