From 50ed030f17aa49d6b88e821ff6d373d309617211 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 23 Sep 2020 12:53:12 +0100 Subject: ssh-pregen-hostkeys: Add a recipe with pregenerated ssh host keys Host keys are getting bigger and taking an ever increasing amount of time to generate. Whilst we do need to test that works, we don't need to test it in every image. Add a recipe which can be added to images with pre-generated keys, allowing us to speed up tests on the autobuilder where it makes sense to. (From OE-Core rev: c6c7d16437cbd5ccbee1b99a2154c33fdbac9299) Signed-off-by: Richard Purdie --- meta/conf/distro/include/maintainers.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/conf/distro') diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index d349382cb9..a03c222198 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -650,6 +650,7 @@ RECIPE_MAINTAINER_pn-speex = "Tanu Kaskinen " RECIPE_MAINTAINER_pn-speexdsp = "Tanu Kaskinen " RECIPE_MAINTAINER_pn-sqlite3 = "Anuj Mittal " RECIPE_MAINTAINER_pn-squashfs-tools = "Robert Yang " +RECIPE_MAINTAINER_pn-ssh-pregen-hostkeys = "Richard Purdie " RECIPE_MAINTAINER_pn-startup-notification = "Alexander Kanavin " RECIPE_MAINTAINER_pn-strace = "Robert Yang " RECIPE_MAINTAINER_pn-stress-ng = "Anuj Mittal " -- cgit v1.2.3-54-g00ecf