From b14a92f4450bb08b9f11d3fd7a99155315527cdd Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 3 Feb 2012 15:49:39 -0800 Subject: classes,recipes: Replace POKY_* with CORE_IMAGE_* Signed-off-by: Khem Raj --- meta/recipes-core/images/core-image-minimal.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-core/images/core-image-minimal.bb') diff --git a/meta/recipes-core/images/core-image-minimal.bb b/meta/recipes-core/images/core-image-minimal.bb index 687f72a4cc..7953b805a6 100644 --- a/meta/recipes-core/images/core-image-minimal.bb +++ b/meta/recipes-core/images/core-image-minimal.bb @@ -3,7 +3,7 @@ # DESCRIPTION = "A small image just capable of allowing a device to boot." -IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${POKY_EXTRA_INSTALL}" +IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}" IMAGE_LINGUAS = " " -- cgit 1.2.3-korg