diff options
Diffstat (limited to 'meta/classes/image.bbclass')
-rw-r--r-- | meta/classes/image.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index c06dee2f0c..52c740c384 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass | |||
@@ -74,6 +74,8 @@ IMAGE_INSTALL[type] = "list" | |||
74 | export PACKAGE_INSTALL ?= "${IMAGE_INSTALL} ${ROOTFS_BOOTSTRAP_INSTALL} ${FEATURE_INSTALL}" | 74 | export PACKAGE_INSTALL ?= "${IMAGE_INSTALL} ${ROOTFS_BOOTSTRAP_INSTALL} ${FEATURE_INSTALL}" |
75 | PACKAGE_INSTALL_ATTEMPTONLY ?= "${FEATURE_INSTALL_OPTIONAL}" | 75 | PACKAGE_INSTALL_ATTEMPTONLY ?= "${FEATURE_INSTALL_OPTIONAL}" |
76 | 76 | ||
77 | IMGDEPLOYDIR = "${DEPLOY_DIR_IMAGE}" | ||
78 | |||
77 | # Images are generally built explicitly, do not need to be part of world. | 79 | # Images are generally built explicitly, do not need to be part of world. |
78 | EXCLUDE_FROM_WORLD = "1" | 80 | EXCLUDE_FROM_WORLD = "1" |
79 | 81 | ||