diff options
-rw-r--r-- | meta/packages/images/poky-image-minimal-live.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/images/poky-image-minimal-live.bb b/meta/packages/images/poky-image-minimal-live.bb index ef1f78b849..7d9aa5f154 100644 --- a/meta/packages/images/poky-image-minimal-live.bb +++ b/meta/packages/images/poky-image-minimal-live.bb | |||
@@ -2,6 +2,8 @@ DESCRIPTION = "Minimal Bootable Live Image" | |||
2 | 2 | ||
3 | require poky-image-live.inc | 3 | require poky-image-live.inc |
4 | 4 | ||
5 | LABELS += "boot install" | ||
6 | |||
5 | ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-minimal-${MACHINE}.ext3" | 7 | ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-minimal-${MACHINE}.ext3" |
6 | 8 | ||
7 | do_bootimg[depends] += "poky-image-minimal:do_rootfs" | 9 | do_bootimg[depends] += "poky-image-minimal:do_rootfs" |