From e71f63a6b8bcddc1b4aaf3c37e25d07e2d2335bd Mon Sep 17 00:00:00 2001 From: Mihai Prica Date: Thu, 15 Nov 2012 11:57:30 +0200 Subject: [PATCH] xen-image-minimal: Changed from task-core-boot to package-core-boot Signed-off-by: Mihai Prica Signed-off-by: Raymond Danks --- recipes-extended/images/xen-image-minimal.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/images/xen-image-minimal.bb b/recipes-extended/images/xen-image-minimal.bb index f9e75d7a..0cf55d65 100644 --- a/recipes-extended/images/xen-image-minimal.bb +++ b/recipes-extended/images/xen-image-minimal.bb @@ -1,5 +1,5 @@ DESCRIPTION = "A minimal xen image" -IMAGE_INSTALL = "task-core-boot xen-minimal dropbear mdadm" +IMAGE_INSTALL = "packagegroup-core-boot xen-minimal dropbear mdadm" IMAGE_LINGUAS = " " LICENSE = "MIT"