summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@toradex.com>2021-07-09 16:35:30 +0300
committerMax Krummenacher <max.krummenacher@toradex.com>2021-07-18 11:41:55 +0200
commitdb078bbe76c085c29775ad5b665d2ebcd3f89f52 (patch)
treed4b5d7b0f1a498c3c0328f5832384e67b618474e
parent9343009a1ec8939d0d1ad1fdbc9389bc44ff31fa (diff)
images: base-tdx-cli: add set-hostname service
The service "set-hostname" adds a serial number of a module to a machine hostname. It allows a customer to identify a module he is working with simply. Add it to the "packagegroup-base-tdx-cli", so that all Reference Multimedia and Minimal images have hostnames like Torizon in the style of "colibri-imx8x-06748675". Also, customers using the "packagegroup-base-tdx-cli" inherit that and it lands in their production image. Related-to: ELB-1322 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com> (cherry picked from commit c00e37b6324b16361ddc08abfdf39acd54d60ce6)
-rw-r--r--recipes-images/images/packagegroup-tdx-cli.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-images/images/packagegroup-tdx-cli.bb b/recipes-images/images/packagegroup-tdx-cli.bb
index 1689375..f329401 100644
--- a/recipes-images/images/packagegroup-tdx-cli.bb
+++ b/recipes-images/images/packagegroup-tdx-cli.bb
@@ -41,6 +41,7 @@ RRECOMMENDS_packagegroup-base-tdx-cli = "\
libgpiod-tools \
libsoc \
mtd-utils \
+ set-hostname \
u-boot-fw-utils \
udev-toradex-rules \
uhubctl \