aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libmatchbox
AgeCommit message (Expand)Author
2006-08-05libmatchbox: add 1.9Koen Kooi
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther
2006-07-29x11: change virtual/x11 to virtual/libx11Justin Patrin
2006-07-26x11: switch to virtual/x11 so that diet or full x11 can be selectedJustin Patrin
2006-05-30libmatchbox: Add missing patchRichard Purdie
2006-05-27libmatchbox: Disable pango as it doesn't bring much benefitRichard Purdie
2006-05-27libmatchbox svn: Add 16bpp fixes patchRichard Purdie
2006-03-07libmatchbox: update to 1.8Koen Kooi
2006-03-01all over the place: adapt DEPENDS to new xlib namesPhilipp Zabel
2006-02-23libmatchbox-1.7: PR++Philipp Zabel
2006-02-23libmatchbox: closes oe bug #705 "mb panel menu font too small"Joseph Cole
2006-02-23sync type explicitness fixes for libmb 1.7 from svn upstreamJoseph Cole
2006-02-12libmatchbox_svn: Correct PV fieldRichard Purdie
2006-01-13PV changes to make sure upgrades aren't affected after the recent cvs PV stan...Richard Purdie
2006-01-07Convert CVSDATE -> SRCDATE. Also standardise cvs and svn PVs to x.x.x+cvsYYYY...Richard Purdie
2005-10-10matchbox packages: Add '-' missing from svn versions in my last commitsRichard Purdie
2005-10-10libmatchbox svn: update versionRichard Purdie
2005-06-30import clean BK tree at cset 1.3670Koen Kooi
2005-04-21libmatchbox.inc:Koen Kooi
2005-04-12Merge bk://oe-devel@oe-devel.bkbits.net/openembeddedMichael Lauer
2005-03-16Merge nslu2-linux@nslu2-linux.bkbits.net:openembeddedg2@giantshoulder.com
2005-03-12Merge nslu2-linux@nslu2-linux.bkbits.net:openembeddedg2@giantshoulder.com
2005-01-24add latest matchbox bitsKoen Kooi
2005-01-24Add latest matchbox bitsKoen Kooi
2005-01-18Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net
2005-01-15Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net
2005-01-14Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembeddedRod Whitby
2005-01-04Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net
2004-12-09Merge oe-devel@oe-devel.bkbits.net:openembeddedChris Larson
quiz/fixes-9338 OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
authorStefan Stanacar <stefanx.stanacar@intel.com>2013-07-12 12:15:19 +0300
committerSaul Wold <sgw@linux.intel.com>2013-07-15 10:29:27 -0700
commitba58f1fe8fb7a0e3ff9320dfc108235d484da6a1 (patch)
treebf92e0976a5e2c7b865ef40e1d69261ddd4d1c2d /meta/lib
parent1b39d57e7b5c9b69d565cf4d188ebc2f14e66ae6 (diff)
downloadopenembedded-core-contrib-ba58f1fe8fb7a0e3ff9320dfc108235d484da6a1.tar.gz
classes/testimage.bbclass: use a copy of rootfs for tests
Make a copy of the rootfs and test that. We can now drop the snapshot option. Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/lib')
-rw-r--r--meta/lib/oeqa/utils/qemurunner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/utils/qemurunner.py b/meta/lib/oeqa/utils/qemurunner.py
index ec9298863a..1051b2b3d8 100644
--- a/meta/lib/oeqa/utils/qemurunner.py
+++ b/meta/lib/oeqa/utils/qemurunner.py
@@ -18,7 +18,7 @@ class QemuRunner:
self.rootfs = rootfs
self.streampath = '/tmp/qemuconnection.%s' % os.getpid()
- self.qemuparams = 'bootparams="console=ttyS0" qemuparams="-snapshot -serial unix:%s,server,nowait"' % self.streampath
+ self.qemuparams = 'bootparams="console=ttyS0" qemuparams="-serial unix:%s,server,nowait"' % self.streampath
self.qemupid = None
self.ip = None