From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dan.rpsys.net ([93.97.175.187]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1R25Aw-0006EZ-Qp for openembedded-core@lists.openembedded.org; Fri, 09 Sep 2011 19:47:38 +0200 Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p89HmX5J016439 for ; Fri, 9 Sep 2011 18:48:33 +0100 X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id GR7Z1bsO4317 for ; Fri, 9 Sep 2011 18:48:32 +0100 (BST) Received: from [192.168.1.43] (tim [93.97.173.237]) (authenticated bits=0) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p89HmTah016430 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 9 Sep 2011 18:48:31 +0100 From: Richard Purdie To: Patches and discussions about the oe-core layer In-Reply-To: References: Date: Fri, 09 Sep 2011 18:42:24 +0100 Message-ID: <1315590144.1986.7.camel@ted> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 Subject: Re: [PATCH 0/1] runqemu - improve auto-detection of rootfs filenames 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, 09 Sep 2011 17:47:39 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Fri, 2011-09-09 at 02:59 -0700, Scott Garman wrote: > Hello, > > This refactors the way rootfs filenames are auto-detected when you > run the runqemu script without an explicit rootfs filename argument. > It allows the script to use rootfs files generated by hob, and when > there are mutliple rootfs files to choose from, it will pick the > most recently created one. > > Fixes [YOCTO #1437]. > > - Scott > > The following changes since commit ae4db0bacb9d40489499f77905f26502f3bcaa19: > > python-native: add link for python2 (2011-09-08 09:56:23 +0100) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib sgarman/runqemu-fixes2 > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/runqemu-fixes2 > > Scott Garman (1): > runqemu: improve auto-detection of rootfs filenames Merged to master, thanks. Richard