summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-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 168f283696..012aef3bcc 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -77,7 +77,7 @@ PACKAGE_INSTALL_ATTEMPTONLY ?= "${FEATURE_INSTALL_OPTIONAL}"
77# Images are generally built explicitly, do not need to be part of world. 77# Images are generally built explicitly, do not need to be part of world.
78EXCLUDE_FROM_WORLD = "1" 78EXCLUDE_FROM_WORLD = "1"
79 79
80USE_DEVFS ?= "0" 80USE_DEVFS ?= "1"
81 81
82PID = "${@os.getpid()}" 82PID = "${@os.getpid()}"
83 83