diff options
Diffstat (limited to 'meta/lib/oe')
| -rw-r--r-- | meta/lib/oe/rootfs.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/lib/oe/rootfs.py b/meta/lib/oe/rootfs.py index 9c8a0ebb7e..cc111ff3c8 100644 --- a/meta/lib/oe/rootfs.py +++ b/meta/lib/oe/rootfs.py | |||
| @@ -189,10 +189,6 @@ class Rootfs(object, metaclass=ABCMeta): | |||
| 189 | 189 | ||
| 190 | shutil.copytree(postinst_intercepts_dir, intercepts_dir) | 190 | shutil.copytree(postinst_intercepts_dir, intercepts_dir) |
| 191 | 191 | ||
| 192 | shutil.copy(self.d.expand("${COREBASE}/meta/files/deploydir_readme.txt"), | ||
| 193 | self.deploydir + | ||
| 194 | "/README_-_DO_NOT_DELETE_FILES_IN_THIS_DIRECTORY.txt") | ||
| 195 | |||
| 196 | execute_pre_post_process(self.d, pre_process_cmds) | 192 | execute_pre_post_process(self.d, pre_process_cmds) |
| 197 | 193 | ||
| 198 | if self.progress_reporter: | 194 | if self.progress_reporter: |
