diff options
| author | Jermain Horsman <jermain.horsman@nedap.com> | 2024-01-04 11:28:27 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-01-04 23:47:51 +0000 |
| commit | 01ef197c6b3f4d772acee32a9fde0f270dddef76 (patch) | |
| tree | a94a64176f364f16a184c258db2b6ccce32c3a17 /meta/lib/bblayers | |
| parent | 54f9db951abdacbbfdbee275422c174a1b7ee140 (diff) | |
| download | poky-01ef197c6b3f4d772acee32a9fde0f270dddef76.tar.gz | |
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>
Diffstat (limited to 'meta/lib/bblayers')
| -rw-r--r-- | meta/lib/bblayers/buildconf.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/lib/bblayers/buildconf.py b/meta/lib/bblayers/buildconf.py index ccab332adf..87a5e5a55b 100644 --- a/meta/lib/bblayers/buildconf.py +++ b/meta/lib/bblayers/buildconf.py | |||
| @@ -6,13 +6,7 @@ | |||
| 6 | 6 | ||
| 7 | import logging | 7 | import logging |
| 8 | import os | 8 | import os |
| 9 | import stat | ||
| 10 | import sys | 9 | import sys |
| 11 | import shutil | ||
| 12 | import json | ||
| 13 | |||
| 14 | import bb.utils | ||
| 15 | import bb.process | ||
| 16 | 10 | ||
| 17 | from bblayers.common import LayerPlugin | 11 | from bblayers.common import LayerPlugin |
| 18 | 12 | ||
| @@ -58,7 +52,6 @@ TEMPLATECONF={} . {}/oe-init-build-env build-try-{}""" | |||
| 58 | 52 | ||
| 59 | def do_save_build_conf(self, args): | 53 | def do_save_build_conf(self, args): |
| 60 | """ 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. """ | 54 | """ 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. """ |
| 61 | repos = {} | ||
| 62 | layers = oe.buildcfg.get_layer_revisions(self.tinfoil.config_data) | 55 | layers = oe.buildcfg.get_layer_revisions(self.tinfoil.config_data) |
| 63 | targetlayer = None | 56 | targetlayer = None |
| 64 | oecore = None | 57 | oecore = None |
