diff options
| -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 |
