mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 09:32:13 +02:00
lib/bblayers/buildconf.py: Remove unused imports/variables
(From OE-Core rev: 720f48c0692a4cbb00535151b049704645748216) Signed-off-by: Jermain Horsman <jermain.horsman@nedap.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
54f9db951a
commit
01ef197c6b
@@ -6,13 +6,7 @@
|
||||
|
||||
import logging
|
||||
import os
|
||||
import stat
|
||||
import sys
|
||||
import shutil
|
||||
import json
|
||||
|
||||
import bb.utils
|
||||
import bb.process
|
||||
|
||||
from bblayers.common import LayerPlugin
|
||||
|
||||
@@ -58,7 +52,6 @@ TEMPLATECONF={} . {}/oe-init-build-env build-try-{}"""
|
||||
|
||||
def do_save_build_conf(self, args):
|
||||
""" Save the currently active build configuration (conf/local.conf, conf/bblayers.conf) as a template into a layer.\n This template can later be used for setting up builds via TEMPLATECONF. """
|
||||
repos = {}
|
||||
layers = oe.buildcfg.get_layer_revisions(self.tinfoil.config_data)
|
||||
targetlayer = None
|
||||
oecore = None
|
||||
|
||||
Reference in New Issue
Block a user