From: Richard Purdie Date: Fri, 17 Oct 2008 08:42:43 +0000 (+0000) Subject: poky-image-minimal-live: Set LABELS to fix image generation X-Git-Tag: 2011-1~8002 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f4b04c9b267e52ba7c9f23074ac6f0188fb01ce8;p=openembedded-core.git 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 --- 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" require poky-image-live.inc +LABELS += "boot install" + ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-minimal-${MACHINE}.ext3" do_bootimg[depends] += "poky-image-minimal:do_rootfs"