diff options
-rw-r--r-- | meta/lib/bbconfigbuild/configfragments.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/bbconfigbuild/configfragments.py b/meta/lib/bbconfigbuild/configfragments.py index fce3301bac..452e418c38 100644 --- a/meta/lib/bbconfigbuild/configfragments.py +++ b/meta/lib/bbconfigbuild/configfragments.py | |||
@@ -179,7 +179,7 @@ class ConfigFragmentsPlugin(LayerPlugin): | |||
179 | print("All fragments removed from {}.".format(args.confpath)) | 179 | print("All fragments removed from {}.".format(args.confpath)) |
180 | 180 | ||
181 | def register_commands(self, sp): | 181 | def register_commands(self, sp): |
182 | default_confpath = os.path.join(os.environ["BBPATH"], "conf/auto.conf") | 182 | default_confpath = os.path.join(os.environ["BBPATH"], "conf/local.conf") |
183 | 183 | ||
184 | parser_list_fragments = self.add_command(sp, 'list-fragments', self.do_list_fragments, parserecipes=False) | 184 | parser_list_fragments = self.add_command(sp, 'list-fragments', self.do_list_fragments, parserecipes=False) |
185 | parser_list_fragments.add_argument("--confpath", default=default_confpath, help='Configuration file which contains a list of enabled fragments (default is {}).'.format(default_confpath)) | 185 | parser_list_fragments.add_argument("--confpath", default=default_confpath, help='Configuration file which contains a list of enabled fragments (default is {}).'.format(default_confpath)) |