diff options
Diffstat (limited to 'meta/lib/oe/bootfiles.py')
-rw-r--r-- | meta/lib/oe/bootfiles.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/bootfiles.py b/meta/lib/oe/bootfiles.py index 155fe742db..7ee148c4e2 100644 --- a/meta/lib/oe/bootfiles.py +++ b/meta/lib/oe/bootfiles.py | |||
@@ -10,7 +10,7 @@ | |||
10 | # Returns a list of tuples with (original filepath relative to | 10 | # Returns a list of tuples with (original filepath relative to |
11 | # deploy_dir, desired filepath renaming) | 11 | # deploy_dir, desired filepath renaming) |
12 | # | 12 | # |
13 | # Heavily inspired of bootimg-partition.py | 13 | # Heavily inspired of bootimg_partition.py |
14 | # | 14 | # |
15 | def get_boot_files(deploy_dir, boot_files): | 15 | def get_boot_files(deploy_dir, boot_files): |
16 | import re | 16 | import re |