From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com ([143.182.124.21]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1U0Tr1-0004uU-NL for openembedded-core@lists.openembedded.org; Wed, 30 Jan 2013 10:21:25 +0100 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 30 Jan 2013 01:04:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,566,1355126400"; d="scan'208";a="250196212" Received: from adinu-vostro-460 (HELO [10.237.105.33]) ([10.237.105.33]) by azsmga001.ch.intel.com with ESMTP; 30 Jan 2013 01:04:28 -0800 Message-ID: <5108E257.7000500@intel.com> Date: Wed, 30 Jan 2013 11:05:27 +0200 From: Andrei Dinu User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Darren Hart References: <1359376066-20756-1-git-send-email-andrei.adrianx.dinu@intel.com> <5106C72D.8010007@linux.intel.com> <51079B1D.1080108@intel.com> <5107FCE4.6000602@linux.intel.com> In-Reply-To: <5107FCE4.6000602@linux.intel.com> Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH] mtools : upgrade to 4.0.18 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: Wed, 30 Jan 2013 09:21:49 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi Darren, I created an atom-pc hddimg and loaded it into qemu. The image booted with no errors. So everything seems to work fine. Thanks for the help! Andrei On 01/29/2013 06:46 PM, Darren Hart wrote: > On 01/29/2013 01:49 AM, Andrei Dinu wrote: >> Hello, > Hi Andrei, > >> No, i performed only minimal testing, to see if the package is included >> and also that it works when summoned in the console. If you can tell me >> how i can test it further, i would be grateful. > The mtools are used to populate the live images. Pick a BSP that > supports this format (atom-pc for example) and build the minimal image. > Then boot the resulting core-image-minimal.hddimg. You can do this with > qemu if you don't have an atom machine handy. > > That would add enough confidence to bump the version for me. > > -- > Darren > >> Thanks, >> >> Andrei Dinu >> >> On 01/28/2013 08:45 PM, Darren Hart wrote: >>> Have you performed testing with the generation of live images using this >>> version? >>> >>> Thanks, >>> >>> Darren >>> >>> On 01/28/2013 04:27 AM, Andrei Dinu wrote: >>>> Signed-off-by: Andrei Dinu >>>> --- >>>> .../mtools/{mtools_4.0.17.bb => mtools_4.0.18.bb} | 6 +++--- >>>> 1 file changed, 3 insertions(+), 3 deletions(-) >>>> rename meta/recipes-devtools/mtools/{mtools_4.0.17.bb => mtools_4.0.18.bb} (86%) >>>> >>>> diff --git a/meta/recipes-devtools/mtools/mtools_4.0.17.bb b/meta/recipes-devtools/mtools/mtools_4.0.18.bb >>>> similarity index 86% >>>> rename from meta/recipes-devtools/mtools/mtools_4.0.17.bb >>>> rename to meta/recipes-devtools/mtools/mtools_4.0.18.bb >>>> index 5ce6c09..0f99685 100644 >>>> --- a/meta/recipes-devtools/mtools/mtools_4.0.17.bb >>>> +++ b/meta/recipes-devtools/mtools/mtools_4.0.18.bb >>>> @@ -5,7 +5,7 @@ SECTION = "optional" >>>> LICENSE = "GPLv3" >>>> LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" >>>> >>>> -PR = "r1" >>>> +PR = "r0" >>>> >>>> RDEPENDS_${PN} = "glibc-gconv-ibm850" >>>> RRECOMMENDS_${PN} = "\ >>>> @@ -24,13 +24,13 @@ RRECOMMENDS_${PN} = "\ >>>> glibc-gconv-ibm866 \ >>>> glibc-gconv-ibm869 \ >>>> " >>>> +SRC_URI[md5sum] = "a23646617546bf6ad56f061d8b283c85" >>>> +SRC_URI[sha256sum] = "59e9cf80885399c4f229e5d87e49c0c2bfeec044e1386d59fcd0b0aead6b2f85" >>>> >>>> SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \ >>>> file://mtools-makeinfo.patch \ >>>> file://no-x11.gplv3.patch" >>>> >>>> -SRC_URI[md5sum] = "15571c615d8f75f5f6d294272f80c7fa" >>>> -SRC_URI[sha256sum] = "0ecc358e30a72d215b1d4c625b27e67121cd6f6075370dfb791ef2a8b980ecb6" >>>> >>>> inherit autotools >>>> >>>>