From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com ([143.182.124.37]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1T8xKm-0007Gk-3G for openembedded-core@lists.openembedded.org; Tue, 04 Sep 2012 19:54:44 +0200 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga102.ch.intel.com with ESMTP; 04 Sep 2012 10:42:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.80,368,1344236400"; d="scan'208";a="188685032" Received: from unknown (HELO helios.ger.corp.intel.com) ([10.252.121.161]) by azsmga001.ch.intel.com with ESMTP; 04 Sep 2012 10:42:20 -0700 From: Paul Eggleton To: openembedded-core@lists.openembedded.org Date: Tue, 4 Sep 2012 18:42:17 +0100 Message-Id: <1346780537-1227-1-git-send-email-paul.eggleton@linux.intel.com> X-Mailer: git-send-email 1.7.9.5 Subject: [PATCH] build-appliance-image: fix for packagegroup-apps-console removal X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 17:54:44 -0000 Signed-off-by: Paul Eggleton --- meta/recipes-core/images/build-appliance-image.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/images/build-appliance-image.bb b/meta/recipes-core/images/build-appliance-image.bb index be4d6ab..62c7374 100644 --- a/meta/recipes-core/images/build-appliance-image.bb +++ b/meta/recipes-core/images/build-appliance-image.bb @@ -1,5 +1,5 @@ DESCRIPTION = "An image you can boot and run using either the VMware Player or VMware Workstation. For more information, see theBuild Appliance page." -IMAGE_INSTALL = "packagegroup-core-boot packagegroup-core-apps-console packagegroup-core-ssh-openssh packagegroup-self-hosted" +IMAGE_INSTALL = "packagegroup-core-boot packagegroup-core-ssh-openssh packagegroup-self-hosted" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 PR = "r16" -IMAGE_FEATURES += "x11-base package-management" +IMAGE_FEATURES += "x11-base package-management splash" # Ensure there's enough space to do a core-image-sato build, with rm_work enabled IMAGE_ROOTFS_EXTRA_SPACE = "41943040" -- 1.7.9.5