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
This commit is contained in:
Richard Purdie 2008-10-17 08:42:43 +00:00
parent 9a38dbddc0
commit f4b04c9b26
1 changed files with 2 additions and 0 deletions

View 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"