From 7be7a56b53cd35a33a1710ba593a0e36fba51387 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 15 Oct 2013 16:19:22 +0200 Subject: Initial manifest --- README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..3039497 --- /dev/null +++ b/README @@ -0,0 +1,20 @@ +Toradex oe-core setup +===================== + +Setting up an oe-core setup with the help of repo. +(more on repo: http://code.google.com/p/git-repo/ ) + +Install the repo bootstrap binary: + + mkdir ~/bin + PATH=~/bin:$PATH + curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo + chmod a+x ~/bin/repo + +Create a directory for your oe-core setup to live in and clone the meta information. + + mkdir oe-core + cd oe-core + repo init -u file:///home/trdx/oe-disk/repo -b VF50_LinuxImageV2.1 + repo sync + -- cgit v1.2.3