diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-12-17 07:27:01 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-12-17 07:27:01 +0100 |
commit | a07e197d7552bed16d7c9bf428d4a43a3f458a23 (patch) | |
tree | da39ede4c33e62e1124ffd15d27c41cbe1c1f64c /docs | |
parent | 753383bdf29033a1c7244e31c42c2f5d9906010f (diff) | |
parent | f91c0a6d288596bf002df4f750ab77e0c241e924 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'docs')
-rw-r--r-- | docs/common-usage.txt | 12 |
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 |