From 4ac62a70a31fc388b21bb6c722a7a95889de9bb8 Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Tue, 9 Jun 2026 08:53:32 +0200 Subject: [PATCH] build-manual: update ROOTFS_POSTPROCESS_COMMAND example Some commands were moved from ROOTFS_POSTPROCESS_COMMAND to ROOTFS_POSTUNINSTALL_COMMAND. Since ROOTFS_POSTUNINSTALL_COMMAND is not in printed subset, just remove the tasks instead of moving them. Corresponding oe-core change: https://git.openembedded.org/openembedded-core/commit/?id=c3097962ac925538e99b17b771c541950a8b8c26 (From yocto-docs rev: 692ef46378ab15dceba3248d825246f9187de02e) Signed-off-by: Peter Marko Signed-off-by: Antonin Godard (cherry picked from commit cee160c2387b9bb8befad6e2e7f59575a014418c) Signed-off-by: Antonin Godard Signed-off-by: Paul Barker --- documentation/dev-manual/build-quality.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/dev-manual/build-quality.rst b/documentation/dev-manual/build-quality.rst index c5ba8bfa3e..b717ab1a32 100644 --- a/documentation/dev-manual/build-quality.rst +++ b/documentation/dev-manual/build-quality.rst @@ -242,7 +242,7 @@ Here is an example of ``image-info.txt``: BAD_RECOMMENDATIONS = NO_RECOMMENDATIONS = PACKAGE_EXCLUDE = - ROOTFS_POSTPROCESS_COMMAND = write_package_manifest license_create_manifest cve_check_write_rootfs_manifest ssh_allow_empty_password ssh_allow_root_login postinst_enable_logging rootfs_update_timestamp write_image_test_data empty_var_volatile sort_passwd rootfs_reproducible + ROOTFS_POSTPROCESS_COMMAND = ssh_allow_empty_password ssh_allow_root_login postinst_enable_logging rootfs_update_timestamp write_image_test_data empty_var_volatile sort_passwd rootfs_reproducible IMAGE_POSTPROCESS_COMMAND = buildhistory_get_imageinfo IMAGESIZE = 9265