diff options
| author | Stefan Stanacar <stefanx.stanacar@intel.com> | 2013-07-30 00:45:53 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-03 10:33:02 +0100 |
| commit | fce0c9906f9590d234cc5f3c3457bf6c03231ae6 (patch) | |
| tree | a6071be38653a45e7d95fc413a1cc0a895083138 /meta/lib/oeqa | |
| parent | e678a4552a4a57327e72ace7de1a159d54f1c584 (diff) | |
| download | poky-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/oeqa')
| -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 @@ | |||
| 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 | |||
| 1 | import subprocess | 8 | import subprocess |
| 2 | import optparse | 9 | import optparse |
| 3 | import sys | 10 | import sys |
