diff options
author | Richard Purdie <richard@openedhand.com> | 2008-10-17 08:42:43 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-10-17 08:42:43 +0000 |
commit | f4b04c9b267e52ba7c9f23074ac6f0188fb01ce8 (patch) | |
tree | 356b957f94d77c0becef5520b2828daee74bc985 /meta/packages/images/poky-image-minimal-live.bb | |
parent | 9a38dbddc0d3466edd5ae045dd35335f96c10e0f (diff) | |
download | poky-f4b04c9b267e52ba7c9f23074ac6f0188fb01ce8.tar.gz |
poky-image-minimal-live: Set LABELS to fix image generation
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5522 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/images/poky-image-minimal-live.bb')
-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" |