From: Stefan Stanacar Date: Mon, 29 Jul 2013 21:45:53 +0000 (+0300) Subject: oeqa/utils/qemurunner: add comment and header X-Git-Tag: 2015-4~5680 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=054dba3b7b96349e1e20e3a58acd98bb68ab2536;p=openembedded-core.git oeqa/utils/qemurunner: add comment and header One of the files was missing comment/header, unlike the others. Signed-off-by: Stefan Stanacar Signed-off-by: Saul Wold --- 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