summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-03-07 14:28:25 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2019-03-07 14:30:26 +0100
commitea3ac880ff84ec84adf6396226eaef5097017649 (patch)
tree225651b46c2dbdc8128a9dc89e8a89b1e2652490
parentc6bc8c0ffd9de570ae4ea4b78c1a7b9f0a468a8b (diff)
README: adapt for 3.0
- No longer keep an incomplete list of machines. - No longer point out the parallization variables as they are now set dynamically. - Don't use 'master' as the branch to check out. - Reformat. Change-Id: I5b837fecae3233b2798cef517aa7693ee6a90de8 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--README40
1 files changed, 19 insertions, 21 deletions
diff --git a/README b/README
index a379b00..5c3ace8 100644
--- a/README
+++ b/README
@@ -1,8 +1,9 @@
Toradex oe-core Setup
=====================
-To simplify installation we provide a repo manifest which manages the different git repositories
-and the used versions. (more on repo: http://code.google.com/p/git-repo/ )
+To simplify installation we provide a repo manifest which manages the different
+git repositories and the used versions.
+(more on repo: https://code.google.com/p/git-repo/ )
Install the repo bootstrap binary:
@@ -11,48 +12,45 @@ Install the repo bootstrap binary:
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.
+Create a directory for your oe-core setup to live in and clone the meta
+information. Check the http://git.toradex.com/toradex-bsp-platform.git
+for available branches.
mkdir oe-core
cd oe-core
- repo init -u http://git.toradex.com/toradex-bsp-platform.git -b master
+ repo init -u http://git.toradex.com/toradex-bsp-platform.git -b <branch>
repo sync
Optionally 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.
+Source the file 'export' to setup the environment. On first invocation this
+also copies a sample configuration to build/conf/*.conf.
. export
-Adapt build/conf/local.conf to your needs. At least check the variables BB_NUMBER_THREADS,
-PARALLEL_MAKE, and MACHINE. Set MACHINE to a preferred value and when you need a different
-one override it from the command line.
+Adapt build/conf/local.conf to your needs. At least check the variables
+DL_DIR and MACHINE. Set MACHINE to a preferred value and/or override it
+from the command line.
-For Toradex modules the following machines exist:
-
- apalis-imx6
- apalis-t30
- colibri-imx6
- colibri-imx7
- colibri-t20
- colibri-t30
- colibri-vf50
+Check conf/local.conf for a list of machines for Toradex modules.
e.g. set in local.conf
- MACHINE ?= "colibri-t30"
+ MACHINE ?= "colibri-imx6"
-and then if you want to build for Apalis T30 instead, use the following command line:
+and then if you want to build for Apalis iMX6 instead, use the following
+command line:
- MACHINE=apalis-t30 bitbake angstrom-lxde-image
+ MACHINE=apalis-imx6 bitbake angstrom-lxde-image
More information on our developer website:
http://developer.toradex.com/software-resources/arm-family/linux/board-support-package/openembedded-(core)
+
+
For Toradex use:
To generate a manifest from what is currently checked out:
repo manifest -r -o manifest.xml