poky/bitbake/lib/bblayers
Jeremy A. Puhlman 801188bbd9 bitbake: Add args.force to localargs before do_add_layer
Adding layer "meta-signing-key" to conf/bblayers.conf
Traceback (most recent call last):
  File "/local/build/project/build/poky/bitbake/bin/bitbake-layers",
line 103, in <module>
    ret = main()
  File "/local/build/project/build/poky/bitbake/bin/bitbake-layers",
line 96, in main
    return args.func(args)
  File
"/local/build/project/build/poky/bitbake/lib/bblayers/layerindex.py",
line 250, in do_layerindex_fetch
    self.do_add_layer(localargs)
  File
"/local/build/project/build/poky/bitbake/lib/bblayers/action.py", line
44, in do_add_layer
    if not (args.force or notadded):
AttributeError: 'Namespace' object has no attribute 'force'

(Bitbake rev: 4325f7a7df67eaf4b51af03b453e84bf88fae408)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-10-07 23:20:41 +01:00
..
__init__.py bitbake: bitbake-layers: convert to plugin-based 2016-05-17 21:16:35 +01:00
action.py bitbake: bitbake-layers: check layer dependencies before adding 2017-06-06 19:52:51 +01:00
common.py bitbake: bitbake: remove True option to getVar calls 2016-11-30 15:48:09 +00:00
layerindex.py bitbake: Add args.force to localargs before do_add_layer 2017-10-07 23:20:41 +01:00
query.py bitbake: bitbake-layers: show-appends: add optional argument to limit package list 2017-01-23 22:38:49 +00:00