From fce0c9906f9590d234cc5f3c3457bf6c03231ae6 Mon Sep 17 00:00:00 2001 From: Stefan Stanacar Date: Tue, 30 Jul 2013 00:45:53 +0300 Subject: 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/lib/oeqa/utils/qemurunner.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'meta/lib') 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 -- cgit v1.2.3-54-g00ecf