summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbrodkorb@conet.de>2014-12-11 18:06:18 +0100
committerWaldemar Brodkorb <wbrodkorb@conet.de>2014-12-11 18:06:18 +0100
commit1f1db80f9270ad81e7d239d49591647b92ac130e (patch)
treeaa351b8b67a129e7a23d9b5e2a0824f08c9528a4 /docs
parent701068a293fc182bc66e0aa30bc6c3bb5accc155 (diff)
fix variable names, after rename to avoid compile errors when ARCH is used in package Makefile
Diffstat (limited to 'docs')
-rw-r--r--docs/common-usage.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/common-usage.txt b/docs/common-usage.txt
index b08475c4d..c02b65965 100644
--- a/docs/common-usage.txt
+++ b/docs/common-usage.txt
@@ -43,7 +43,7 @@ applied on the next clean rebuild:
$ make package=<pkgname> update-patches
--------------------
-The newly created patches will be opened in $EDITOR, so you can some comments to
+The newly created patches will be opened in $EDITOR, so you can add some comments to
the top of the file, before the diff.
@@ -69,17 +69,17 @@ Environment variables
OpenADK also honors some environment variables, when they are passed
to +make+.
-* +ARCH+, the architecture of the target system
-* +SYSTEM+, the target system name
-* +LIBC+, the C library for the target system
-* +COLLECT+, the package collection, which will be used
+* +ADK_TARGET_ARCH+, the architecture of the target system
+* +ADK_TARGET_SYSTEM+, the target system name
+* +ADK_TARGET_LIBC+, the C library for the target system
+* +ADK_TARGET_COLLECTION+, the package collection, which will be used
* +VERBOSE+, verbose build, when set to 1
An example that creates a configuration file for Raspberry PI with all
software packages enabled, but not included in the resulting firmware image:
--------------------
- $ make ARCH=arm SYSTEM=raspberry-pi LIBC=musl allmodconfig
+ $ make ADK_TARGET_ARCH=arm ADK_TARGET_SYSTEM=raspberry-pi ADK_TARGET_LIBC=musl allmodconfig
--------------------
This is often used in the development process of a target system, to verify that