diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2013-10-16 13:19:37 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2013-10-16 13:19:37 +0200 |
commit | 4bbc341b93a2aa4caf465c1eb7a8ac2a0391e1f5 (patch) | |
tree | 11c56fe203ea705e491cda48e429ef8fb07d1454 | |
parent | c7e19c828571fbb6c761f45e75ee7b6d9b8a6a19 (diff) |
extend comments
-rw-r--r-- | README | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -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 |