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 1SFSYR-00029Q-LN for openembedded-core@lists.openembedded.org; Wed, 04 Apr 2012 17:55:28 +0200 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga102.ch.intel.com with ESMTP; 04 Apr 2012 08:46:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="127037107" Received: from unknown (HELO [10.255.12.141]) ([10.255.12.141]) by azsmga001.ch.intel.com with ESMTP; 04 Apr 2012 08:46:15 -0700 Message-ID: <4F7C6CC7.6010305@linux.intel.com> Date: Wed, 04 Apr 2012 08:46:15 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120216 Thunderbird/10.0.1 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer References: In-Reply-To: Cc: Paul Eggleton Subject: Re: [PATCH 0/2] Fix for self-hosted-image 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: Wed, 04 Apr 2012 15:55:28 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/04/2012 08:32 AM, Paul Eggleton wrote: > Allow additional options when running tune2fs -j on ext3 images and use > that to specify -m 0.5 for self-hosted-image. > > Note these patches should be applied on top of Saul's recent > self-hosted-image patch once that is merged. > > The following changes since commit 7c794db563cc35f6deaab1dd0fef35015d47e567: > > self-hosted-image: Increase space for build and allow builder user sudo access (2012-04-04 16:16:27 +0100) > > are available in the git repository at: > git://git.openembedded.org/openembedded-core-contrib paule/self > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/self > > Paul Eggleton (2): > classes/image_types: add IMAGE_TUNE2FS_ext3 > self-hosted-image: decrease reserved space to 0.5% > > meta/classes/image_types.bbclass | 4 +++- > meta/recipes-core/images/self-hosted-image.bb | 4 +++- > 2 files changed, 6 insertions(+), 2 deletions(-) > Acked-by: Saul Wold