[oe-commits] Stefan Stanacar : oeqa/utils/qemurunner: add comment and header

git at git.openembedded.org git at git.openembedded.org
Sat Aug 3 09:23:47 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 054dba3b7b96349e1e20e3a58acd98bb68ab2536
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=054dba3b7b96349e1e20e3a58acd98bb68ab2536

Author: Stefan Stanacar <stefanx.stanacar at intel.com>
Date:   Tue Jul 30 00:45:53 2013 +0300

oeqa/utils/qemurunner: add comment and header

One of the files was missing comment/header, unlike the others.

Signed-off-by: Stefan Stanacar <stefanx.stanacar at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/lib/oeqa/utils/qemurunner.py |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/meta/lib/oeqa/utils/qemurunner.py b/meta/lib/oeqa/utils/qemurunner.py
index 1051b2b..02e0a4a 100644
--- a/meta/lib/oeqa/utils/qemurunner.py
+++ b/meta/lib/oeqa/utils/qemurunner.py
@@ -1,3 +1,10 @@
+# Copyright (C) 2013 Intel Corporation
+#
+# Released under the MIT license (see COPYING.MIT)
+
+# This module provides a class for starting qemu images using runqemu.
+# It's used by testimage.bbclass.
+
 import subprocess
 import optparse
 import sys



More information about the Openembedded-commits mailing list