summaryrefslogtreecommitdiff
path: root/meta-google/recipes-phosphor
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-03-31 13:16:39 +0300
committerWilliam A. Kennington III <wak@google.com>2021-04-17 01:17:40 +0300
commit920f3c0ffc05f170f65868cd3e448d76c2023e53 (patch)
tree7242f9e751a5f442c49878920e4ca3fc1a53826c /meta-google/recipes-phosphor
parent24f5130a0e89073c27f8b7f108d308531c4d5843 (diff)
downloadopenbmc-920f3c0ffc05f170f65868cd3e448d76c2023e53.tar.xz
meta-google: authorized-keys-comp: Add package
This adds a startup routine that compiles an authorized_keys file from multiple locations in the filesystem, allowing for multiple providers without clashing. Change-Id: Ib26e04af42f29d42410154fdd809aa3a525fc9d5 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-google/recipes-phosphor')
-rw-r--r--meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend b/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend
index 0dc37fd4e..042bb08b1 100644
--- a/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend
+++ b/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend
@@ -7,6 +7,7 @@ OBMC_IMAGE_EXTRA_INSTALL_append = " phosphor-ipmi-flash"
OBMC_IMAGE_EXTRA_INSTALL_append_gbmc = " iproute2 iproute2-ss"
OBMC_IMAGE_EXTRA_INSTALL_append_gbmc = " gbmc-systemd-config"
OBMC_IMAGE_EXTRA_INSTALL_append_gbmc = " gbmc-iperf3"
+OBMC_IMAGE_EXTRA_INSTALL_append_gbmc = " authorized-keys-comp"
OBMC_IMAGE_EXTRA_INSTALL_append_gbmc = \
'${@"" if not d.getVar("GBMC_NCSI_IF_NAME") else " gbmc-ncsi-config"}'
OBMC_IMAGE_EXTRA_INSTALL_append_gbmc = \