summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/image.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index 98513ddf08..1900eff412 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -38,7 +38,7 @@ IMAGE_FEATURES[validitems] += "debug-tweaks read-only-rootfs stateless-rootfs em
38# Generate companion debugfs? 38# Generate companion debugfs?
39IMAGE_GEN_DEBUGFS ?= "0" 39IMAGE_GEN_DEBUGFS ?= "0"
40 40
41# These pacackages will be installed as additional into debug rootfs 41# These packages will be installed as additional into debug rootfs
42IMAGE_INSTALL_DEBUGFS ?= "" 42IMAGE_INSTALL_DEBUGFS ?= ""
43 43
44# These packages will be removed from a read-only rootfs after all other 44# These packages will be removed from a read-only rootfs after all other