The features clean-debconf-cache, clean-pycache and generate-initrd have
been available for quite some time, but they are not listed in the list
of rootfs features. We now document them.
No functional change.
Signed-off-by: Felix Moessbauer <
felix.mo...@siemens.com>
---
meta/classes-recipe/rootfs.bbclass | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/classes-recipe/rootfs.bbclass b/meta/classes-recipe/rootfs.bbclass
index 2c901911..5836d6f4 100644
--- a/meta/classes-recipe/rootfs.bbclass
+++ b/meta/classes-recipe/rootfs.bbclass
@@ -30,8 +30,11 @@ ROOTFS_BASE_DISTRO ?= "${BASE_DISTRO}"
# Features of the rootfs creation:
# available features are:
# 'clean-package-cache' - delete package cache from rootfs
+# 'clean-debconf-cache' - delete debconf cache files
+# 'clean-pycache' - delete python bytecode cache files
# 'generate-manifest' - generate a package manifest of the rootfs into ${ROOTFS_MANIFEST_DEPLOY_DIR}
# 'generate-sbom' - generate a SBOM of the rootfs into ${DEPLOY_DIR_SBOM}
+# 'generate-initrd' - generate an initrd for the rootfs
# 'export-dpkg-status' - exports /var/lib/dpkg/status file to ${ROOTFS_DPKGSTATUS_DEPLOY_DIR}
# 'clean-log-files' - delete log files that are not owned by packages
# 'populate-systemd-preset' - enable systemd units according to systemd presets
--
2.53.0