summaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
authorStefan Stanacar <stefanx.stanacar@intel.com>2013-07-30 00:45:53 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-03 10:33:02 +0100
commitfce0c9906f9590d234cc5f3c3457bf6c03231ae6 (patch)
treea6071be38653a45e7d95fc413a1cc0a895083138 /meta/lib
parente678a4552a4a57327e72ace7de1a159d54f1c584 (diff)
downloadpoky-fce0c9906f9590d234cc5f3c3457bf6c03231ae6.tar.gz
oeqa/utils/qemurunner: add comment and header
One of the files was missing comment/header, unlike the others. (From OE-Core rev: 054dba3b7b96349e1e20e3a58acd98bb68ab2536) Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
-rw-r--r--meta/lib/oeqa/utils/qemurunner.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/lib/oeqa/utils/qemurunner.py b/meta/lib/oeqa/utils/qemurunner.py
index 1051b2b3d8..02e0a4a11d 100644
--- a/meta/lib/oeqa/utils/qemurunner.py
+++ b/meta/lib/oeqa/utils/qemurunner.py
@@ -1,3 +1,10 @@
1# Copyright (C) 2013 Intel Corporation
2#
3# Released under the MIT license (see COPYING.MIT)
4
5# This module provides a class for starting qemu images using runqemu.
6# It's used by testimage.bbclass.
7
1import subprocess 8import subprocess
2import optparse 9import optparse
3import sys 10import sys