summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-01-13 14:22:38 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2020-01-13 14:23:19 +0100
commitb2b71ce9dc96beb94c8b7e867d7a656f2b758214 (patch)
treee82842b9c1db7cc450a4a4f6dbe0cc660d275f0c
parent353598313f39564ae1fa08b72e7fea122c2eb54b (diff)
README: clean-up
Change-Id: I53c27386ae1cdc103078855828ca05c2d36747b0 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--README10
1 files changed, 6 insertions, 4 deletions
diff --git a/README b/README
index 5c3ace8..edbaaa1 100644
--- a/README
+++ b/README
@@ -13,12 +13,14 @@ Install the repo bootstrap binary:
chmod a+x ~/bin/repo
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.
+information.
+Check the http://git.toradex.com/toradex-bsp-platform.git for available branches.
+default.xml, integration.xml and next.xml are available manifests, expect issues
+if not using default.xml though.
mkdir oe-core
cd oe-core
- repo init -u http://git.toradex.com/toradex-bsp-platform.git -b <branch>
+ repo init -u http://git.toradex.com/toradex-bsp-platform.git -b <branch> -m <manifest>
repo sync
Optionally create a development branch in all git repositories
@@ -43,7 +45,7 @@ e.g. set in local.conf
and then if you want to build for Apalis iMX6 instead, use the following
command line:
- MACHINE=apalis-imx6 bitbake angstrom-lxde-image
+ MACHINE=apalis-imx6 bitbake <image-recipe>
More information on our developer website: