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 c4a5086bec..f96788399f 100644 --- a/meta/lib/oe/rootfs.py +++ b/meta/lib/oe/rootfs.py | |||
@@ -186,10 +186,6 @@ class Rootfs(object, metaclass=ABCMeta): | |||
186 | 186 | ||
187 | shutil.copytree(postinst_intercepts_dir, intercepts_dir) | 187 | shutil.copytree(postinst_intercepts_dir, intercepts_dir) |
188 | 188 | ||
189 | shutil.copy(self.d.expand("${COREBASE}/meta/files/deploydir_readme.txt"), | ||
190 | self.deploydir + | ||
191 | "/README_-_DO_NOT_DELETE_FILES_IN_THIS_DIRECTORY.txt") | ||
192 | |||
193 | execute_pre_post_process(self.d, pre_process_cmds) | 189 | execute_pre_post_process(self.d, pre_process_cmds) |
194 | 190 | ||
195 | if self.progress_reporter: | 191 | if self.progress_reporter: |