From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from masterfoo.zenlinux.com ([207.192.74.254]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1R1xww-0000Nh-MF for openembedded-core@lists.openembedded.org; Fri, 09 Sep 2011 12:04:42 +0200 Received: from localhost.localdomain (c-98-246-165-28.hsd1.or.comcast.net [98.246.165.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by masterfoo.zenlinux.com (Postfix) with ESMTP id 67E952FF81 for ; Fri, 9 Sep 2011 05:59:33 -0400 (EDT) From: Scott Garman To: openembedded-core@lists.openembedded.org Date: Fri, 9 Sep 2011 02:59:26 -0700 Message-Id: X-Mailer: git-send-email 1.7.1 X-MasterFoo-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: 67E952FF81.068DA X-MasterFoo-MailScanner: Found to be clean X-MasterFoo-MailScanner-SpamCheck: not spam X-MasterFoo-MailScanner-From: scott.a.garman@intel.com X-Spam-Status: No Subject: [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 10:04:42 -0000 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 scripts/runqemu | 35 +++++++++++++++-------------------- 1 files changed, 15 insertions(+), 20 deletions(-)