diff options
Diffstat (limited to 'scripts/lib/devtool/standard.py')
-rw-r--r-- | scripts/lib/devtool/standard.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index 20eafec052..b455a2271d 100644 --- a/scripts/lib/devtool/standard.py +++ b/scripts/lib/devtool/standard.py | |||
@@ -955,7 +955,7 @@ def update_recipe(args, config, basepath, workspace): | |||
955 | raise DevtoolError('conf/layer.conf not found in bbappend ' | 955 | raise DevtoolError('conf/layer.conf not found in bbappend ' |
956 | 'destination layer "%s"' % args.append) | 956 | 'destination layer "%s"' % args.append) |
957 | 957 | ||
958 | tinfoil = setup_tinfoil(basepath=basepath) | 958 | tinfoil = setup_tinfoil(basepath=basepath, tracking=True) |
959 | 959 | ||
960 | rd = parse_recipe(config, tinfoil, args.recipename, True) | 960 | rd = parse_recipe(config, tinfoil, args.recipename, True) |
961 | if not rd: | 961 | if not rd: |