mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
devtool: update-recipe: enable var history tracking
Enable variable history tracking so that the variables are updated in the correct file - i.e. in the file they are already defined. [YOCTO #7715] (From OE-Core rev: b54796d013c562972e962126400503085281b425) Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
979de7703c
commit
f047ee8c95
@@ -955,7 +955,7 @@ def update_recipe(args, config, basepath, workspace):
|
||||
raise DevtoolError('conf/layer.conf not found in bbappend '
|
||||
'destination layer "%s"' % args.append)
|
||||
|
||||
tinfoil = setup_tinfoil(basepath=basepath)
|
||||
tinfoil = setup_tinfoil(basepath=basepath, tracking=True)
|
||||
|
||||
rd = parse_recipe(config, tinfoil, args.recipename, True)
|
||||
if not rd:
|
||||
|
||||
Reference in New Issue
Block a user