aboutsummaryrefslogtreecommitdiffstats
path: root/framework/build/README
diff options
context:
space:
mode:
Diffstat (limited to 'framework/build/README')
-rw-r--r--framework/build/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/build/README b/framework/build/README
index 644449fe..f9626d79 100644
--- a/framework/build/README
+++ b/framework/build/README
@@ -1 +1 @@
-Other than this README file, all contents of this folder will be deleted upon each build. While this can be disabled on local systems, it will be overwritten upon a git pull. We will pull source code from ../src and patches from ../patches. These patches will be applied here and the artifacts built up.
+This is where to place any files to patch upstream projects. The patches are whole files and must be added with their full relative path. For example, if you're making applying a patch to onos/apps/vtn/vtnrsc/src/main/java/org/onosproject/vtnrsc, then you'll need that entire directory path here. Use copy and paste of the location after running "pwd". You can then use "mkdir -p" to create the full path.