summaryrefslogtreecommitdiffstats
path: root/meta/files/deploydir_readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meta/files/deploydir_readme.txt')
-rw-r--r--meta/files/deploydir_readme.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/files/deploydir_readme.txt b/meta/files/deploydir_readme.txt
deleted file mode 100644
index 97ec1855f5..0000000000
--- a/meta/files/deploydir_readme.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-Files in the deploy directory will not be re-created automatically if you
-delete them. If you do delete a file, you will need to run:
-
- bitbake -c clean TARGET
- bitbake TARGET
-
-where TARGET is the name of the appropriate package or target e.g.
-"virtual/kernel" for the kernel, an image, etc.