summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-08-18 19:13:46 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-10-03 18:23:37 +0200
commitcda8df33063554e939e05e1e1a7fa6f34ada4210 (patch)
tree05c02f453e35833a0ffb1b1cae0bc7ae6f38403d
parent28aba6b79a16d995659a2e46fe1a4be615de5c9b (diff)
buildconf/README: fix it
The README content was no longer applicable, change it to reflect the current use of the files here. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--buildconf/README8
1 files changed, 6 insertions, 2 deletions
diff --git a/buildconf/README b/buildconf/README
index e9139e6..a5f3ce7 100644
--- a/buildconf/README
+++ b/buildconf/README
@@ -1,2 +1,6 @@
-Hardlinks with what is in build/conf/* so I can have them in the
-meta-toradex git.
+export is the script used to source the needed environment into the
+running shell. export gets copied to oe-core/ by the repo tool. This
+is also the folder where it needs to be sourced.
+
+if build/conf/local.conf does not exist export copies local.conf
+and bblayers.conf as the initial configuration.