diff options
Diffstat (limited to 'scripts/lib/recipetool/newappend.py')
-rw-r--r-- | scripts/lib/recipetool/newappend.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/recipetool/newappend.py b/scripts/lib/recipetool/newappend.py index bdf0693ec7..4fbb40a358 100644 --- a/scripts/lib/recipetool/newappend.py +++ b/scripts/lib/recipetool/newappend.py | |||
@@ -81,7 +81,7 @@ def newappend(args): | |||
81 | return 1 | 81 | return 1 |
82 | 82 | ||
83 | if not path_ok: | 83 | if not path_ok: |
84 | logger.warn('Unable to determine correct subdirectory path for bbappend file - check that what %s adds to BBFILES also matches .bbappend files. Using %s for now, but until you fix this the bbappend will not be applied.', os.path.join(destlayerdir, 'conf', 'layer.conf'), os.path.dirname(appendpath)) | 84 | logger.warn('Unable to determine correct subdirectory path for bbappend file - check that what %s adds to BBFILES also matches .bbappend files. Using %s for now, but until you fix this the bbappend will not be applied.', os.path.join(args.destlayer, 'conf', 'layer.conf'), os.path.dirname(append_path)) |
85 | 85 | ||
86 | layerdirs = [os.path.abspath(layerdir) for layerdir in rd.getVar('BBLAYERS', True).split()] | 86 | layerdirs = [os.path.abspath(layerdir) for layerdir in rd.getVar('BBLAYERS', True).split()] |
87 | if not os.path.abspath(args.destlayer) in layerdirs: | 87 | if not os.path.abspath(args.destlayer) in layerdirs: |