From b2b71ce9dc96beb94c8b7e867d7a656f2b758214 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 13 Jan 2020 14:22:38 +0100 Subject: README: clean-up Change-Id: I53c27386ae1cdc103078855828ca05c2d36747b0 Signed-off-by: Max Krummenacher --- README | 10 ++++++---- 1 file 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 + repo init -u http://git.toradex.com/toradex-bsp-platform.git -b -m 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 More information on our developer website: -- cgit v1.2.3