diff --git a/meta-ohos-core/recipes-core/images/allscenarios-image-extra.bb b/meta-ohos-core/recipes-core/images/allscenarios-image-extra.bb
index 07320c84d7258bae0ca64e714765d083caa3fe05..9245686bd1e4c1d62f2796fb122006d1b016a95d 100644
--- a/meta-ohos-core/recipes-core/images/allscenarios-image-extra.bb
+++ b/meta-ohos-core/recipes-core/images/allscenarios-image-extra.bb
@@ -7,3 +7,8 @@ require allscenarios-image-common.inc
 
 SUMMARY = "AllScenariOS Wayland image including the base OS \
 software stack"
+
+# The weston image pulls in package manager. We have a root filesystem that is
+# defaulted to read-only so a package manager would make little sense using
+# such a image feature.
+IMAGE_FEATURES_remove = "package-management"