diff options
Diffstat (limited to 'scripts/lib/devtool')
-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 b455a2271d..8676e4202f 100644 --- a/scripts/lib/devtool/standard.py +++ b/scripts/lib/devtool/standard.py | |||
@@ -562,7 +562,7 @@ def modify(args, config, basepath, workspace): | |||
562 | # Local files can be modified/tracked in separate subdir under srctree | 562 | # Local files can be modified/tracked in separate subdir under srctree |
563 | # Mostly useful for packages with S != WORKDIR | 563 | # Mostly useful for packages with S != WORKDIR |
564 | f.write('FILESPATH_prepend := "%s:"\n' % | 564 | f.write('FILESPATH_prepend := "%s:"\n' % |
565 | os.path.join(srctree, 'local-files')) | 565 | os.path.join(srctree, 'oe-local-files')) |
566 | 566 | ||
567 | f.write('\ninherit externalsrc\n') | 567 | f.write('\ninherit externalsrc\n') |
568 | f.write('# NOTE: We use pn- overrides here to avoid affecting multiple variants in the case where the recipe uses BBCLASSEXTEND\n') | 568 | f.write('# NOTE: We use pn- overrides here to avoid affecting multiple variants in the case where the recipe uses BBCLASSEXTEND\n') |