summaryrefslogtreecommitdiff
path: root/buildconf/README
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-03-06 12:48:37 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2019-03-06 12:55:16 +0100
commitcb3a89c37da2892fbc812a858a1f587c3737b7a0 (patch)
tree769f5309b0ca9bdc3b9360a803a2e3b39fb88fe1 /buildconf/README
parentaf2deffa61768a72142fdba7563db18759f6bde6 (diff)
buildconf: moved here from meta-toradex-demo
Also adapted to use the now available tdx-x11 distro. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'buildconf/README')
-rw-r--r--buildconf/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/buildconf/README b/buildconf/README
new file mode 100644
index 0000000..a5f3ce7
--- /dev/null
+++ b/buildconf/README
@@ -0,0 +1,6 @@
+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.