]> code.ossystems Code Review - openembedded-core.git/commitdiff
poky-image-minimal-live: Set LABELS to fix image generation
authorRichard Purdie <richard@openedhand.com>
Fri, 17 Oct 2008 08:42:43 +0000 (08:42 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 17 Oct 2008 08:42:43 +0000 (08:42 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5522 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/images/poky-image-minimal-live.bb

index ef1f78b849a630a5b8265afafafdc63ecb56fdd9..7d9aa5f154a68846e7ab02e6e2718e6a10f4b578 100644 (file)
@@ -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"