From a84dbc0b48c0961676542fa9c7cb05bbd6525246 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Thu, 7 Oct 2021 12:15:23 +0100 Subject: [PATCH] allscenarios-image-extra-tests: Clarify ext4 rootfs type comment Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- .../recipes-core/images/allscenarios-image-extra-tests.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-ohos-core/recipes-core/images/allscenarios-image-extra-tests.bb b/meta-ohos-core/recipes-core/images/allscenarios-image-extra-tests.bb index 7f45beb9..6400bcf0 100644 --- a/meta-ohos-core/recipes-core/images/allscenarios-image-extra-tests.bb +++ b/meta-ohos-core/recipes-core/images/allscenarios-image-extra-tests.bb @@ -14,5 +14,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