summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-10-16 13:19:37 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2013-10-16 13:19:37 +0200
commit4bbc341b93a2aa4caf465c1eb7a8ac2a0391e1f5 (patch)
tree11c56fe203ea705e491cda48e429ef8fb07d1454 /README
parentc7e19c828571fbb6c761f45e75ee7b6d9b8a6a19 (diff)
extend comments
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 12 insertions, 1 deletions
diff --git a/README b/README
index 3039497..d82f8a7 100644
--- a/README
+++ b/README
@@ -15,6 +15,17 @@ Create a directory for your oe-core setup to live in and clone the meta informat
mkdir oe-core
cd oe-core
- repo init -u file:///home/trdx/oe-disk/repo -b VF50_LinuxImageV2.1
+ repo init -u http://git.toradex.com/toradex-bsp-platform -b master
repo sync
+Create a development branch in all git repositories
+
+ repo start mybranch --all
+
+
+
+Source the file export to setup the environment. On first invocation this
+also copies a sample configuration to build/conf/*.conf. Adapt local.conf to
+your needs.
+
+ . export