From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com ([192.55.52.88]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QaFKN-0006Pi-Mx for openembedded-core@lists.openembedded.org; Sat, 25 Jun 2011 00:58:19 +0200 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 24 Jun 2011 15:54:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.65,422,1304319600"; d="scan'208";a="22615344" Received: from unknown (HELO [10.255.13.191]) ([10.255.13.191]) by fmsmga001.fm.intel.com with ESMTP; 24 Jun 2011 15:54:41 -0700 Message-ID: <4E0515B0.6040407@linux.intel.com> Date: Fri, 24 Jun 2011 15:54:40 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc13 Thunderbird/3.1.10 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer References: <1703bd12b68b86a3d73fe39e9fd9369ac0b027ca.1307895912.git.koen@dominion.thruhere.net> In-Reply-To: <1703bd12b68b86a3d73fe39e9fd9369ac0b027ca.1307895912.git.koen@dominion.thruhere.net> Cc: Koen Kooi Subject: Re: [PATCH 1/2] qemu.inc: append to IMAGE_FSTYPES instead of weakly assigning them X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jun 2011 22:58:20 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 06/12/2011 09:26 AM, Koen Kooi wrote: > The ext3 format is pretty much mandatory for qemu usage, so always create it. > > Signed-off-by: Koen Kooi > --- > meta/conf/machine/include/qemu.inc | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc > index 9ef242f..e908f69 100644 > --- a/meta/conf/machine/include/qemu.inc > +++ b/meta/conf/machine/include/qemu.inc > @@ -3,7 +3,7 @@ PREFERRED_PROVIDER_virtual/xserver ?= "xserver-kdrive" > > MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen" > > -IMAGE_FSTYPES ?= "tar.bz2 ext3" > +IMAGE_FSTYPES += "tar.bz2 ext3" > > ROOT_FLASH_SIZE = "280" > Koen, Are you still putting forth this patch? I don't see it in your tree and wanted to confirm with you. I am trying to clean up a back-log of patch requests that might have been lost. Thanks Sau!