diff options
author | Stefan Stanacar <stefanx.stanacar@intel.com> | 2013-07-30 00:45:53 +0300 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-08-01 21:57:52 -0700 |
commit | 054dba3b7b96349e1e20e3a58acd98bb68ab2536 (patch) | |
tree | 6c7ba32303676f4251b11473a1255102534c6fe9 /meta | |
parent | 652a1762c8adc3b8cb1c6db2ee4a5234a7436c8d (diff) | |
download | openembedded-core-054dba3b7b96349e1e20e3a58acd98bb68ab2536.tar.gz openembedded-core-054dba3b7b96349e1e20e3a58acd98bb68ab2536.tar.bz2 openembedded-core-054dba3b7b96349e1e20e3a58acd98bb68ab2536.zip |
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@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | 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 1051b2b3d8..02e0a4a11d 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 |