From c82e6c295df7b88112d5cf5826598a9495404a4c Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Thu, 7 Oct 2021 12:15:11 +0100 Subject: [PATCH] allscenarios-image-base-tests: Clarify ext4 rootfs type comment Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- .../recipes-core/images/allscenarios-image-base-tests.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-ohos-core/recipes-core/images/allscenarios-image-base-tests.bb b/meta-ohos-core/recipes-core/images/allscenarios-image-base-tests.bb index 651398a7..3a0fce09 100644 --- a/meta-ohos-core/recipes-core/images/allscenarios-image-base-tests.bb +++ b/meta-ohos-core/recipes-core/images/allscenarios-image-base-tests.bb @@ -13,5 +13,6 @@ IMAGE_INSTALL_append = "\ # This adds ptest packages to the image EXTRA_IMAGE_FEATURES_append = " ptest-pkgs" -# For testing purposes we want the ability to have a writable filesystem +# For testing purposes, we want to have an extra ext4 format for the root +# filesystem. IMAGE_FSTYPES_append = " ext4" -- GitLab