[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4909/8267] wic: remove msger module
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 4909/8267] wic: remove msger module
- Date: Sun, 17 Dec 2017 02:41:52 +0000 (UTC)
commit 28014087b8091e61c992aa66d4feef55a433e704
Author: Ed Bartosh <ed bartosh linux intel com>
Date: Tue Feb 14 20:44:59 2017 +0200
wic: remove msger module
Removed custom logger module msger as it's replaced
by wic logger.
(From OE-Core rev: 8fdceeee99c3fc60649414b39933ec295c810e6b)
Signed-off-by: Ed Bartosh <ed bartosh linux intel com>
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
scripts/lib/wic/engine.py | 4 -
scripts/lib/wic/msger.py | 209 ---------------------------------------------
2 files changed, 0 insertions(+), 213 deletions(-)
---
diff --git a/scripts/lib/wic/engine.py b/scripts/lib/wic/engine.py
index b64714c..2ccd510 100644
--- a/scripts/lib/wic/engine.py
+++ b/scripts/lib/wic/engine.py
@@ -32,7 +32,6 @@ import logging
import os
import sys
-from wic import msger
from wic.plugin import pluginmgr
from wic.utils.misc import get_bitbake_var
@@ -184,9 +183,6 @@ def wic_create(wks_file, rootfs_dir, bootimg_dir, kernel_dir,
logger.error("BUILDDIR not found, exiting. (Did you forget to source oe-init-build-env?)")
sys.exit(1)
- if options.debug:
- msger.set_loglevel('debug')
-
if not os.path.exists(options.outdir):
os.makedirs(options.outdir)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]