diff options
-rw-r--r-- | meta/classes/image.bbclass | 2 |
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. |
78 | EXCLUDE_FROM_WORLD = "1" | 78 | EXCLUDE_FROM_WORLD = "1" |
79 | 79 | ||
80 | USE_DEVFS ?= "0" | 80 | USE_DEVFS ?= "1" |
81 | 81 | ||
82 | PID = "${@os.getpid()}" | 82 | PID = "${@os.getpid()}" |
83 | 83 | ||