From 4baa324e2ed7e44eeac4e3411213fee47fb97d58 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 16 May 2007 14:47:38 +0000 Subject: Poky images: move IMAGE_FEATURES stuff to separate file, simplify image recipes poky-image.inc contain DISTRO_TASKS stuff related to image content (was in poky.conf) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1735 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/images/oh-image-core.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta/packages/images/oh-image-core.bb') diff --git a/meta/packages/images/oh-image-core.bb b/meta/packages/images/oh-image-core.bb index b069a82d8..431a1c583 100644 --- a/meta/packages/images/oh-image-core.bb +++ b/meta/packages/images/oh-image-core.bb @@ -3,6 +3,5 @@ # IMAGE_FEATURES += "apps-core" -IMAGE_INSTALL = "${DISTRO_TASKS}" -inherit image +require poky-image.inc -- cgit v1.2.3