From de21795014327c6a43580dcf0be73cdce79e5b7e Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Fri, 5 Jun 2026 14:08:23 +0200 Subject: [PATCH] dev-manual: remove semicolons for rootfs commands Usage of semicolon as separator in ROOTFS/IMAGE_*COMMAND was deprecated long time ago. Code was changed to not include it anymore. Update the example. (From yocto-docs rev: 0ec798cecaae31e5bba13261d72dc8c5492b6b1f) Signed-off-by: Peter Marko Signed-off-by: Antonin Godard (cherry picked from commit fa0b3fc4218e75b88b7811a3f2bfefdb0ca6496e) Signed-off-by: Antonin Godard Signed-off-by: Paul Barker --- documentation/dev-manual/build-quality.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/dev-manual/build-quality.rst b/documentation/dev-manual/build-quality.rst index 713ea3a48e..c5ba8bfa3e 100644 --- a/documentation/dev-manual/build-quality.rst +++ b/documentation/dev-manual/build-quality.rst @@ -242,8 +242,8 @@ 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; - IMAGE_POSTPROCESS_COMMAND = buildhistory_get_imageinfo ; + 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 + IMAGE_POSTPROCESS_COMMAND = buildhistory_get_imageinfo IMAGESIZE = 9265 Other than ``IMAGESIZE``,